:root {
    --hampton-green: #436C55;
    --hampton-green-light: #5a8a6f;
    --hampton-green-dark: #335542;
    --bg-dark: #0a0a0a;
    --bg-card: #1a1a1a;
    --text-primary: #ffffff;
    --text-secondary: #a0a0a0;
    --border-color: #2a2a2a;
}

body.page-template-ocs {
    background: var(--bg-dark) !important;
}

body.page-template-ocs table,
body.page-template-ocs th,
body.page-template-ocs td {
    border: inherit;
}

#main-content {
    background: var(--bg-dark);
}

.c-tab-button.active {
    border-radius: 8px;
    background: var(--bg-card);
    color: var(--text-primary);
    border: 1px solid var(--border-color);
    text-decoration: none;
}

.c-tab-button:hover,
.c-tab-button:focus {
    text-decoration: none;
    color: var(--hampton-green-light);
}

.sd-title.sd-element__title {
    display: flex;
}

.sd-completedpage {
    padding: 0 0 4rem 0;
}

@media screen and (max-width: 768px) {
    .sv-header__title h3 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .sv-header__description .sd-description {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}
