/**
 * Herman Tulp - styles-v2.css
 * Bootstrap 5.3 compatible stylesheet
 * Behoud van origineel ontwerp met responsive layout
 */

/* ============================================
   CUSTOM PROPERTIES (CSS Variables)
   ============================================ */
:root {
    --ht-bg: #222;
    --ht-bg-image: url('/images/bg1.jpg');
    --ht-container-bg: #000;
    --ht-header-bg: #212121;
    --ht-text: #fff;
    --ht-text-muted: #7c7c7c;
    --ht-text-dark: #555;
    --ht-accent: #4074a6;
    --ht-accent-hover: #56a;
    --ht-link-hover: #aaa;
    --ht-border: #333;
    --ht-font-body: Verdana, sans-serif;
    --ht-font-heading: 'Conv_DIN-Medium', sans-serif;
}

/* ============================================
   CUSTOM FONT
   ============================================ */
@font-face {
    font-family: 'Conv_DIN-Medium';
    src: url('/fonts/DIN-Medium.eot');
    src: local('☺'),
         url('/fonts/DIN-Medium.woff') format('woff'),
         url('/fonts/DIN-Medium.ttf') format('truetype'),
         url('/fonts/DIN-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============================================
   BASE STYLES
   ============================================ */
body {
    background: var(--ht-bg) var(--ht-bg-image) repeat-y center top;
    background-attachment: fixed;
    font-family: var(--ht-font-body);
    font-size: 14px;
    line-height: 1.6;
    color: var(--ht-text);
}

a {
    color: var(--ht-text);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--ht-link-hover);
    text-decoration: underline;
}

/* ============================================
   MAIN CONTAINER
   ============================================ */

/* Brede container */
.container-wide {
    background: var(--ht-container-bg);
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.5);
}

.container-wide .schilderijen_container,
.container-wide main {
    flex: 1;
}

/* Originele smalle container (960px) - behouden als fallback */
.container-ht {
    max-width: 960px;
    background: var(--ht-container-bg);
    margin: 0 auto;
}

/* ============================================
   HEADER
   ============================================ */
.header-ht {
    background: var(--ht-header-bg);
    padding: 0;
}

.header-ht .row {
    margin: 0;
    padding: 0 10px;
}

.header-ht .logo {
    padding: 15px 0;
}

.header-ht .logo-text {
    font-family: var(--ht-font-heading);
    font-size: 28px;
    color: #eae4e1;
    text-decoration: none;
    letter-spacing: 0px;
}

.header-ht .logo-text:hover {
    color: #eae4e1;
    text-decoration: none;
}

.header-ht .lang-switch {
    padding: 0;
}

.header-ht .lang-link {
    color: #777;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}

.header-ht .lang-link:hover {
    color: var(--ht-text);
}

.header-ht .lang-divider {
    color: #555;
    margin: 0 6px;
    font-size: 13px;
}

.header-ht .navbar-toggler {
    margin-left: 12px;
    padding: 6px 8px;
    border: none;
    vertical-align: middle;
    background: transparent;
}

.header-ht .navbar-toggler:focus {
    box-shadow: none;
}

.header-ht .navbar-toggler-icon {
    width: 22px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 18'%3E%3Crect x='0' y='0' width='22' height='2' rx='1' fill='white'/%3E%3Crect x='0' y='8' width='22' height='2' rx='1' fill='white'/%3E%3Crect x='0' y='16' width='22' height='2' rx='1' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ============================================
   NAVIGATION
   ============================================ */
.nav-ht {
    background: var(--ht-container-bg);
    position: relative;
    z-index: 1000;
    padding: 0;
}

.nav-ht .container-fluid {
    padding: 0;
}

.navbar-toggler {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.2em;
    height: 1.2em;
}

ul#navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul#navigation li {
    padding: 10px 12px;
    background-repeat: no-repeat;
    background-position: center left;
}

ul#navigation li a {
    font-family: var(--ht-font-heading);
    font-size: 15px;
    color: var(--ht-text);
    text-decoration: none;
    text-transform: uppercase;
}

ul#navigation li a:hover {
    color: var(--ht-link-hover);
    text-decoration: none;
}

/* Navigation bullets - behoud originele afbeeldingen */
ul#navigation li#l1 { background-image: url('/images/1.gif'); }
ul#navigation li#l2 { background-image: url('/images/2.gif'); }
ul#navigation li#l3 { background-image: url('/images/3.gif'); }
ul#navigation li#l4 { background-image: url('/images/4.gif'); }
ul#navigation li#l5 { background-image: url('/images/5.gif'); }
ul#navigation li#l6 { background-image: url('/images/6.gif'); }
ul#navigation li#l7 { background-image: url('/images/7.gif'); }
ul#navigation li#l8 { background-image: url('/images/8.gif'); }
ul#navigation li#l9 { background-image: url('/images/1.gif'); }
ul#navigation li#l20 { background-image: url('/images/2.gif'); }
ul#navigation li#l21 { background-image: url('/images/3.gif'); }

/* Desktop: show menu inline */
@media (min-width: 768px) {
    .navbar-collapse {
        display: flex !important;
    }

    ul#navigation {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Mobile/Tablet: collapsed menu */
@media (max-width: 767.98px) {
    .nav-ht {
        padding: 0;
    }

    .navbar-collapse {
        background: #111;
        position: fixed;
        top: 58px;
        left: 0;
        right: 0;
        z-index: 1060;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    }

    .navbar-collapse ul#navigation {
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
    }

    .navbar-collapse ul#navigation li {
        padding: 14px 20px 14px 45px;
        border-bottom: 1px solid #222;
        background-repeat: no-repeat;
        background-position: 15px center;
        background-size: 16px 16px;
    }

    .navbar-collapse ul#navigation li:last-child {
        border-bottom: none;
    }

    .navbar-collapse ul#navigation li a {
        font-size: 16px;
        font-family: var(--ht-font-heading);
        text-transform: uppercase;
        color: #fff;
    }

    /* Mobile language switch onderaan menu */
    .mobile-lang-switch {
        padding: 14px 20px;
        border-top: 1px solid #222;
        text-align: center;
    }

    .mobile-lang-switch a {
        color: #aaa;
        text-decoration: none;
        font-size: 14px;
    }

    .mobile-lang-switch a:hover {
        color: #fff;
    }

    .mobile-lang-switch span {
        color: #555;
        margin: 0 8px;
    }

    .header-ht .logo img {
        height: 36px;
    }
}

/* MENU tekst naast hamburger */
.menu-text {
    color: #fff;
    font-size: 13px;
    font-family: var(--ht-font-heading);
    letter-spacing: 1px;
    margin-right: 8px;
    vertical-align: middle;
}

/* Mobile menu overlay */
.menu-overlay {
    display: none;
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    pointer-events: none;
}

.menu-overlay.active {
    display: block;
    pointer-events: auto;
}

/* ============================================
   VISUAL (Hero Image)
   ============================================ */
.visual-ht {
    padding: 10px;
}

.visual-ht img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ============================================
   HOMEPAGE MAIN SECTION
   ============================================ */
.homepage-main {
    padding: 10px;
}

.homepage-main .visual-ht {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 10px;
}

.homepage-main .visual-ht img {
    max-height: none;
}

.homepage-main .content-ht {
    padding-left: 0;
    padding-right: 10px;
}

/* ============================================
   SIDEBAR - SCHILDERIJEN (rechts)
   ============================================ */
.sidebar-schilderijen {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.sidebar-schilderijen > div {
    margin-bottom: 0.5rem;
}

.sidebar-schilderijen > div:last-child {
    margin-bottom: 0;
}

.sidebar-schilderijen a {
    display: block;
    overflow: hidden;
}

.sidebar-schilderijen img.schilderij {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.sidebar-schilderijen a:hover img.schilderij {
    transform: scale(1.05);
}

/* ============================================
   SIDEBAR - RUBRIEKEN (links)
   ============================================ */
.sidebar-rubrieken {
    padding-left: 1.1em;
    text-align: left;
}

.sidebar-rubrieken.passief {
    /* Styling voor inactieve staat */
}

.sidebar-rubrieken.actief {
    margin-top: 3.2em;
}

.sidebar-rubrieken p {
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.sidebar-rubrieken .bullet {
    color: var(--ht-text);
    padding-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
}

.sidebar-rubrieken .titel {
    color: var(--ht-accent);
    margin-bottom: -1.3em;
}

.sidebar-rubrieken .bullet + .talen {
    margin-top: -0.8em;
}

.sidebar-rubrieken .talen a {
    color: #888;
    text-decoration: none;
}

.sidebar-rubrieken .talen a:hover {
    color: var(--ht-text);
    text-decoration: underline;
}

.sidebar-rubrieken a.keuzes,
.sidebar-rubrieken a#keuzes {
    display: block;
    font-family: var(--ht-font-heading);
    font-size: 15px;
    line-height: 1.4em;
    padding: 4px 0;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 0.8em;
    color: var(--ht-text);
}

.sidebar-rubrieken a.keuzes:hover,
.sidebar-rubrieken a#keuzes:hover {
    text-decoration: underline;
}

.sidebar-rubrieken #bullet {
    color: var(--ht-text);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.sidebar-rubrieken #bullet img {
    margin-right: 5px;
    vertical-align: middle;
}

/* ============================================
   CONTENT AREA
   ============================================ */
.content-ht {
    text-align: left;
    padding-left: 1.5em;
    padding-right: 1em;
    max-width: 800px;
}

/* ============================================
   PARAGRAPH MODULE
   ============================================ */
.paragraph {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.par_borders .paragraph {
    border-bottom: 1px solid var(--ht-border);
}

.paragraph h2 {
    color: var(--ht-text);
    font-size: 36px;
    font-family: var(--ht-font-heading);
    text-align: left;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.paragraph h2.rubriek_title {
    font-size: 44px;
    background: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
    padding-bottom: 10px;
}

.paragraph span {
    color: #aaa;
    font: 15px Arial, sans-serif;
    line-height: 1.6em;
    display: block;
}

.paragraph span.image {
    display: block;
    max-width: 100%;
}

.paragraph span.image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.paragraph img {
    max-width: 100%;
    height: auto;
}

.paragraph strong {
    color: var(--ht-accent);
    font: 12px Arial, sans-serif;
}

/* ============================================
   SCHILDERIJEN MODULE (grid)
   ============================================ */
.schilderijen-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mod_schilderij {
    aspect-ratio: 230 / 138;
    display: block;
    color: #999;
    overflow: hidden;
}

.mod_schilderij img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mod_schilderij:hover img {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .schilderijen-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .schilderijen-grid {
        grid-template-columns: 1fr;
    }
}

.mod_schilderij_groot {
    border: 1.1em solid var(--ht-text);
    margin-bottom: 0.6em;
}

.mod_schilderijen_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 15px;
}

.mod_schilderijen_container h2 {
    margin: 0;
}

.mod_schilderijen_container a {
    color: var(--ht-link-hover);
}

.mod_schilderijen_container a img {
    transition: filter 0.2s ease;
}

.mod_schilderijen_container a:hover img {
    filter: brightness(1.5);
}

.eigenschappen {
    display: inline;
    color: #777;
}

.titel_werk {
    display: inline;
    color: var(--ht-text);
}

.schilderijen_container {
    width: 100%;
    margin-top: 4em;
}

/* Schilderij detail page - hide sidebar extras (languages/social) */
.schilderij-detail .sidebar-rubrieken .bullet,
.schilderij-detail .sidebar-rubrieken .talen,
.schilderij-detail .sidebar-rubrieken .socialbuttons {
    display: none;
}

/* Schilderij detail page - hide sidebar on mobile only */
@media (max-width: 767.98px) {
    .schilderij-detail .sidebar-rubrieken {
        display: none;
    }

    .schilderij-detail .content-ht {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Navigation buttons below title on mobile */
@media (max-width: 575.98px) {
    .mod_schilderijen_container {
        flex-wrap: wrap;
    }

    .mod_schilderijen_container .rubriek_title {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* ============================================
   ECARDS FORM
   ============================================ */
.ecardform {
    margin-top: 4em;
}

.ecardform label {
    color: #999;
    padding: 0.3em 0;
}

.ecardform textarea {
    font-size: 14px;
    width: 100%;
    min-height: 8em;
}

.ecardform input[type="text"],
.ecardform input[type="email"] {
    font-size: 14px;
    height: 2.5em;
}

.ecardkopje {
    color: var(--ht-text);
}

/* ============================================
   VIDEO CARDS (nieuw voor lazy loading)
   ============================================ */
.video-card {
    cursor: pointer;
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #222;
    border: 1px solid #333;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: opacity 0.2s ease;
}

.video-card:hover .video-thumbnail img {
    opacity: 0.8;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.video-card:hover .play-overlay {
    opacity: 0.9;
}

.play-overlay svg {
    width: 56px;
    height: 56px;
    fill: rgba(255, 255, 255, 0.75);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.video-title {
    font-size: 14px;
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: var(--ht-text);
}

/* Video Modal */
#videoModal .modal-content {
    background: var(--ht-container-bg);
    border: none;
}

#videoModal .modal-header {
    border-bottom: none;
}

#videoModal .modal-body {
    padding: 0;
}

#videoModal .ratio {
    background: var(--ht-container-bg);
}

/* Image Lightbox Modal */
#imageModal .modal-dialog {
    max-width: 95vw;
}

#imageModal .modal-content {
    background: transparent;
}

#imageModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

#imageModal .btn-close {
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.8));
    width: 1.5em;
    height: 1.5em;
}

#imageModal .btn-close:hover {
    opacity: 0.8;
}

.lightbox-link {
    display: block;
    overflow: hidden;
}

.lightbox-link img {
    transition: transform 0.3s ease;
}

.lightbox-link:hover img {
    transform: scale(1.05);
}

/* ============================================
   SOCIAL BUTTONS
   ============================================ */
.socialbuttons {
    display: flex;
    gap: 12px;
    padding: 10px 0;
}

.socialbuttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    transition: background-color 0.2s ease;
}

.socialbuttons a:hover {
    background: var(--ht-accent);
    color: #fff;
    text-decoration: none;
}

.socialbuttons img {
    max-width: 32px;
    height: auto;
}

/* ============================================
   FOOTER
   ============================================ */
.footer-ht {
    border-top: 1px solid var(--ht-border);
    padding: 25px 20px;
    margin-top: 30px;
}

.footer-ht p {
    margin: 0;
}

.footer-ht p,
.footer-ht a {
    color: var(--ht-text-dark);
    font-size: 13px;
}

.footer-ht a:hover {
    color: var(--ht-text);
}

/* Footer social buttons */
.footer-social {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #333;
    color: #888;
    font-size: 16px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.footer-social a:hover {
    background: var(--ht-accent);
    color: #fff;
    text-decoration: none;
}

/* Footer responsive */
@media (max-width: 767.98px) {
    .footer-ht .row {
        text-align: center;
    }

    .footer-ht .col-md-4 {
        margin-bottom: 12px;
    }

    .footer-ht .col-md-4:last-child {
        margin-bottom: 0;
    }

    .footer-social {
        justify-content: center;
    }
}

/* ============================================
   SCROLL TO TOP BUTTON
   ============================================ */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: var(--ht-accent);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background: var(--ht-accent-hover);
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .scroll-to-top,
    a,
    .mod_schilderij img,
    .lightbox-link img,
    .video-card {
        transition: none;
    }
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .container-ht {
        max-width: 100%;
        margin: 0 15px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    /* Reorder columns: content first, sidebar second */
    .order-mobile-first {
        order: -1;
    }

    .sidebar-rubrieken {
        margin-top: 0;
        padding-left: 1.5em;
    }

    .sidebar-schilderijen {
        margin-top: 1em;
    }

    .visual-ht img {
        max-height: none;
    }

    .paragraph h2 {
        font-size: 28px;
    }

    .paragraph h2.rubriek_title {
        font-size: 36px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* Fixed header op mobiel */
    .header-ht {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1100;
    }

    /* Ruimte maken voor fixed header */
    .container-wide {
        padding-top: 58px;
    }

    .content-ht {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-rubrieken {
        padding-left: 15px;
    }

    /* Verberg Languages en social buttons op mobiel */
    .sidebar-rubrieken .bullet,
    .sidebar-rubrieken .talen,
    .sidebar-rubrieken .socialbuttons {
        display: none;
    }

    .paragraph h2 {
        font-size: 24px;
    }

    .paragraph h2.rubriek_title {
        font-size: 28px;
    }

    .paragraph span {
        padding-right: 0;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    /* Kleinere logo op hele kleine schermen */
    .header-ht .logo-text {
        font-size: 22px;
    }

    /* Taal switcher op één regel houden */
    .header-ht .lang-switch {
        white-space: nowrap;
    }

    ul#navigation li {
        padding: 6px 8px;
    }

    ul#navigation li a {
        font-size: 14px;
    }

    .paragraph h2 {
        font-size: 20px;
    }

    .paragraph h2.rubriek_title {
        font-size: 24px;
    }

    .video-card {
        margin-bottom: 1rem;
    }

    .play-overlay svg {
        width: 44px;
        height: 44px;
    }
}

/* ============================================
   PRINT STYLES (supplement print.css)
   ============================================ */
@media print {
    .container-ht {
        max-width: 100%;
        background: white;
    }

    /* Header tonen maar navigatie en andere elementen verbergen */
    .nav-ht,
    .visual-ht,
    .sidebar-rubrieken,
    .sidebar-schilderijen,
    .socialbuttons,
    .footer-ht,
    .scroll-to-top,
    #scrollToTop,
    .header-ht .lang-switch,
    .header-ht .navbar-toggler {
        display: none !important;
    }

    /* Header zichtbaar voor logo */
    .header-ht {
        display: block !important;
        background: white !important;
        padding: 1em 0 !important;
    }

    .header-ht .logo {
        display: block !important;
        text-align: center;
    }

    .header-ht .logo-text {
        display: inline-block !important;
        font-size: 24pt !important;
        color: black !important;
    }

    .content-ht {
        width: 100%;
        padding: 0;
    }

    .paragraph span {
        color: #333;
    }

    a {
        color: #333;
    }

    /* Navigatieknoppen verbergen */
    .mod_schilderijen_container a,
    #rubriek, #prev, #next {
        display: none !important;
    }

    /* Rubriek titel wel tonen */
    .mod_schilderijen_container .rubriek_title {
        display: block !important;
    }
}

/* ============================================
   UTILITIES
   ============================================ */
.text-ht-accent {
    color: var(--ht-accent) !important;
}

.text-ht-muted {
    color: var(--ht-text-muted) !important;
}

.bg-ht-dark {
    background-color: var(--ht-container-bg) !important;
}

.bg-ht-header {
    background-color: var(--ht-header-bg) !important;
}

/* Clearfix replacement */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
