#terms-page .general-header {
    background-image     : url("/assets/images/bg/darkwood-beach.jpg");
    background-position-y: 60%;
}

#terms-section {
    padding: 48px 0 80px;
}

#terms-section div.inner {
    gap       : 48px;
    text-align: left;
}

#terms-nav {
    display       : flex;
    flex-wrap     : wrap;
    gap           : 8px 24px;
    padding-bottom: 24px;
    border-bottom : solid 1px #ebebeb;
}

#terms-nav a {
    font-size  : 13px;
    font-weight: 600;
}

.terms-block h2 {
    font-size     : 25px;
    font-weight   : 700;
    line-height   : 30px;
    margin        : 0 0 32px;
    padding-bottom: 24px;
    border-bottom : solid 1px #ebebeb;
    scroll-margin-top: 24px;
}

.terms-block h3 {
    font-size  : 15px;
    font-weight : 700;
    color      : var(--primary);
    margin     : 32px 0 10px;
}

.terms-block h3:first-of-type {
    margin-top: 0;
}

.terms-block p {
    color        : #555;
    font-size    : 14px;
    line-height  : 22px;
    font-weight  : 500;
    margin       : 0 0 14px;
}

.terms-block ul {
    padding-left: 12px;
    line-height : 32px;
    margin      : 0;
}

.terms-block ul li {
    padding-left: 12px;
    font-weight : 500;
    font-size   : 13px;
    color       : #555;
}

.terms-block ul li::marker {
    content    : "•";
    font-size  : 14px;
    font-weight: 600;
    color      : var(--primary);
}

.terms-table-scroll {
    overflow-x: auto;
}

.terms-table {
    width          : 100%;
    min-width      : 480px;
    border-collapse: collapse;
    font-size      : 13px;
}

.terms-table th,
.terms-table td {
    border    : solid 1px #ebebeb;
    padding   : 12px;
    text-align: left;
}

.terms-table th {
    background : var(--primary);
    color      : var(--white);
    font-weight: 700;
    font-size  : 12px;
}

.terms-table td {
    color      : #555;
    font-weight: 500;
}

.terms-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.terms-callout {
    background   : #fff8e6;
    border-left  : solid 4px var(--yellow);
    padding      : 20px 24px;
    margin-bottom: 14px;
}

.terms-callout p:last-of-type {
    margin-bottom: 0;
}

.terms-callout ul {
    list-style  : none;
    padding-left: 0;
    margin-top  : 16px;
    line-height : 1.6;
}

.terms-callout ul li {
    display       : flex;
    flex-wrap     : wrap;
    gap           : 0 8px;
    padding-left  : 0;
    padding-bottom: 6px;
}

.terms-callout ul li span {
    font-weight: 700;
    color      : var(--black);
    min-width  : 190px;
}

@media screen and (max-width: 991px) {

    #terms-section div.inner {
        max-width: 720px;
    }

    .terms-callout ul li span {
        min-width: 100%;
    }

}
