#mm182, #mm182_mobile {
    --mm-bg-dark: #1c1c1c;
    --mm-txt-dark: #e5e5e5;
    --mm-ddbg-dark: #262626;
    --mm-bg: var(--mm-bg-dark);
    --mm-txt: var(--mm-txt-dark);
    --mm-ddbg: var(--mm-ddbg-dark);
    --mm-acc: #fbbf24;
    --mm-cta: #fbbf24;
    --mm-fw: 200;
    --mm-fs: 12px;
    --mm-tt: none;
    --mm-ls: 0px;
    --mm-h: 50px;
    --mm-h-stuck: 40px;
    --mm-h-mobile: 48px;
    --mm-logo-h: 40px;
    --mm-logo-h-stuck: 30px;
    --mm-dd-radius: 12px;
    --mm-dd-min-w: 500px;
    --mm-dd-max-w: 600px;
    --mm-justify: center;
    --mm-light-bg: #fef3c7;
    --mm-light-txt: #451a03;
}
#mm182.mm-light, #mm182_mobile.mm-light {
    --mm-bg: #fef3c7;
    --mm-txt: #451a03;
    --mm-ddbg: #f3f4f6;
}
@media (min-width: 993px) {
    #mm182_mobile, #mm182_overlay { display: none; }
}
@media (max-width: 992px) {
    #mm182 .mm-nav, #mm182 .mm-cta, #mm182 .mm-sub-wrap, #mm182 .mm-search { display: none; }
    #mm182 .mm-burger { display: flex; }
    #mm182 .mm-container { min-height: 0; height: 48px; padding: 0 16px; }
    #mm182 .mm-logo-img { height: 24px; }
}
