/*
 * Site-specific styles.
 *
 * This file is enqueued after the compiled theme stylesheet so small,
 * hand-authored overrides can live outside the build output.
 */


.rjc-editor-content p a{ 
    color: #652f5f;
    text-decoration: underline;
 }

.rjc-editor-content li a{ 
    color: #652f5f;
    text-decoration: underline;
 }

.rjc-editor-content p a:hover,
.rjc-editor-content p a:focus{ 
    color: #ccc;
 }

.rjc-editor-content li a:hover, 
.rjc-editor-content li a:focus{ 
    color: #ccc;
 }

.rjc-editor-content table {
    /* display: block;
    width: 100%; */
    margin: 2rem 0;
    overflow-x: auto;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    background: #fff;
}

/* .rjc-editor-content table tbody {
    display: table;
    width: 100%;
} */

.rjc-editor-content table th,
.rjc-editor-content table td {
    padding: 1rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}
.rjc-editor-content table thead {
  background: #f8f9fa;
}
/* .rjc-editor-content table th,
.rjc-editor-content table tr:first-child td {
    color: #fff;
    font-weight: 700;
    background: #652f5f;
} */

.rjc-editor-content table tr:nth-child(even):not(:first-child) td {
    background: #f8f9fa;
}

.rjc-editor-content table p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .rjc-editor-content table {
        font-size: .95rem;
    }

    .rjc-editor-content table th,
    .rjc-editor-content table td {
        min-width: 12rem;
        padding: .85rem;
    }
}
