.ol-richtext {
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
    color: #33383f;
    font-family: var(--secondary-font, 'Jost', sans-serif);
    font-size: 16px;
    line-height: 1.8;
}

.ol-richtext > *:first-child {
    margin-top: 0;
}

.ol-richtext > *:last-child {
    margin-bottom: 0;
}

.ol-richtext p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    color: #33383f;
    margin: 0 0 18px;
    padding-bottom: 0;
}

.ol-richtext h2 {
    font-family: var(--main-font, 'Playfair', serif);
    font-size: 27px;
    line-height: 1.3;
    font-weight: 500;
    color: #0f1626;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    margin: 46px 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ece7df;
}

.ol-richtext h3 {
    font-family: var(--main-font, 'Playfair', serif);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 500;
    color: #0f1626;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    margin: 32px 0 12px;
}

.ol-richtext h4 {
    font-family: var(--secondary-font, 'Jost', sans-serif);
    font-size: 16px;
    font-weight: 600;
    color: #0f1626;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    margin: 26px 0 10px;
}

.ol-richtext strong,
.ol-richtext b {
    color: #1e1e1e;
    font-weight: 600;
}

.ol-richtext a {
    color: #7a5836;
    text-decoration: underline;
    text-underline-offset: 2px;
    word-break: break-word;
}

.ol-richtext a:hover,
.ol-richtext a:focus {
    color: #0f1626;
}

.ol-richtext ul,
.ol-richtext ol {
    text-align: left;
    margin: 0 0 20px;
    padding-left: 22px;
    list-style-position: outside;
}

.ol-richtext ul {
    list-style-type: none;
    padding-left: 4px;
}

.ol-richtext ol {
    list-style-type: decimal;
}

.ol-richtext li {
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
    color: #33383f;
    margin-bottom: 10px;
    padding-left: 0;
}

.ol-richtext ul > li {
    position: relative;
    padding-left: 24px;
}

.ol-richtext ul > li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 12px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--main-color, #8a6640);
    transform: rotate(45deg);
}

.ol-richtext ol > li {
    padding-left: 6px;
}

.ol-richtext ol > li::marker {
    color: var(--main-color, #8a6640);
    font-weight: 600;
}

.ol-richtext .ol-richtext__table,
.ol-richtext table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 26px;
    border-collapse: collapse;
    text-align: left;
}

.ol-richtext table tbody,
.ol-richtext table thead {
    display: table;
    width: 100%;
    min-width: 460px;
}

.ol-richtext table tr {
    border-bottom: 1px solid #ece7df;
}

.ol-richtext table tbody tr:last-child {
    border-bottom: 0;
}

.ol-richtext table th,
.ol-richtext table td {
    text-align: left;
    vertical-align: top;
    padding: 13px 18px 13px 0;
    font-size: 15.5px;
    line-height: 1.6;
}

.ol-richtext table thead th {
    font-family: var(--secondary-font, 'Jost', sans-serif);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--main-color, #8a6640);
    padding-bottom: 10px;
    border-bottom: 1px solid #ded5c8;
}

.ol-richtext table tbody th {
    width: 34%;
    font-weight: 600;
    color: #0f1626;
    white-space: normal;
}

.ol-richtext table tbody td {
    color: #4a5058;
}

.ol-richtext blockquote {
    margin: 0 0 24px;
    padding: 16px 22px;
    background: #f9f6f1;
    border-left: 3px solid var(--main-color, #8a6640);
    border-radius: 0 4px 4px 0;
}

.ol-richtext blockquote p {
    margin: 0;
    font-size: 15.5px;
    color: #4a4a4a;
}

.ol-richtext img {
    max-width: 100%;
    height: auto;
    margin: 8px 0 22px;
}

.ol-richtext hr {
    border: 0;
    border-top: 1px solid #ece7df;
    margin: 38px 0;
}

@media (max-width: 991px) {
    .ol-richtext {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ol-richtext,
    .ol-richtext p,
    .ol-richtext li {
        font-size: 15.5px;
    }

    .ol-richtext h2 {
        font-size: 23px;
        margin: 36px 0 14px;
    }

    .ol-richtext h3 {
        font-size: 18.5px;
        margin: 26px 0 10px;
    }

    .ol-richtext table th,
    .ol-richtext table td {
        padding: 11px 14px 11px 0;
        font-size: 15px;
    }
}
