/*!
 * OPD homepage modules — search, float CTA, FAQ, gallery, agenda, related, steps, status, mobile order.
 */
body.skin-magz[data-opd-theme] .opd-home-search {
    position: relative;
    margin-top: .85rem;
    max-width: 40rem;
}
body.skin-magz[data-opd-theme] .opd-home-search__row {
    display: flex;
    gap: .45rem;
    flex-wrap: wrap;
}
body.skin-magz[data-opd-theme] .opd-home-search input[type="search"] {
    flex: 1 1 12rem;
    min-width: 0;
    border: 0;
    border-radius: .55rem;
    padding: .65rem .85rem;
    font-size: .95rem;
    color: #0f172a;
    background: #fff;
}
body.skin-magz[data-opd-theme] .opd-home-search select {
    border: 0;
    border-radius: .55rem;
    padding: .65rem .7rem;
    font-weight: 700;
    color: #0f172a;
    background: #fff;
    max-width: 9rem;
}
body.skin-magz[data-opd-theme] .opd-home-search button {
    border: 0;
    border-radius: .55rem;
    padding: .65rem 1rem;
    font-weight: 800;
    background: var(--color-secondary, #FCA416);
    color: #111;
    cursor: pointer;
}
body.skin-magz[data-opd-theme] .opd-home-search__suggest {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    top: calc(100% + .35rem);
    margin: 0;
    padding: .35rem;
    list-style: none;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .65rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .12);
    max-height: 16rem;
    overflow: auto;
}
body.skin-magz[data-opd-theme] .opd-home-search__suggest a {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    padding: .55rem .65rem;
    border-radius: .45rem;
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
}
body.skin-magz[data-opd-theme] .opd-home-search__suggest a:hover,
body.skin-magz[data-opd-theme] .opd-home-search__suggest a:focus {
    background: #f1f5f9;
}
body.skin-magz[data-opd-theme] .opd-home-search__suggest small {
    color: #64748b;
    font-weight: 700;
    font-size: .72rem;
    text-transform: uppercase;
}
body.skin-magz[data-opd-theme] .opd-split-hero .opd-home-search input,
body.skin-magz[data-opd-theme] .opd-organic-hero .opd-home-search input,
body.skin-magz[data-opd-theme] .opd-layout--induk .opd-home-search input,
body.skin-magz[data-opd-theme] .opd-split-hero .opd-home-search select,
body.skin-magz[data-opd-theme] .opd-organic-hero .opd-home-search select,
body.skin-magz[data-opd-theme] .opd-layout--induk .opd-home-search select {
    border: 1px solid #e2e8f0;
}

/* Float CTA */
body.skin-magz[data-opd-theme] .opd-float-cta {
    position: fixed;
    right: max(.85rem, env(safe-area-inset-right, 0px));
    bottom: max(.85rem, env(safe-area-inset-bottom, 0px));
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: .45rem;
}
body.skin-magz[data-opd-theme] .opd-float-cta.opd-float-cta--docked,
body > .opd-float-cta {
    position: fixed !important;
    right: max(.85rem, env(safe-area-inset-right, 0px)) !important;
    bottom: max(.85rem, env(safe-area-inset-bottom, 0px)) !important;
    left: auto !important;
    top: auto !important;
    z-index: 9998 !important;
    pointer-events: none;
}
body.skin-magz[data-opd-theme] .opd-float-cta > a,
body > .opd-float-cta > a {
    pointer-events: auto;
}
body.skin-magz[data-opd-theme] .opd-float-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .65rem .9rem;
    min-height: 44px;
    min-width: 44px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: .78rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .28);
}
body.skin-magz[data-opd-theme] .opd-float-cta__btn--wa { background: #128c7e; }
body.skin-magz[data-opd-theme] .opd-float-cta__btn--skm { background: var(--color-secondary, #FCA416); color: #111; }
body.skin-magz[data-opd-theme] .opd-float-cta__btn--complaint { background: #900000; }
body.skin-magz[data-opd-theme] .opd-float-cta__btn--profile { background: var(--color-primary, #900000); }
body.skin-magz[data-opd-theme] .opd-float-cta__btn--phone { background: #0f766e; }
body.skin-magz[data-opd-theme] .opd-float-cta__label { display: none; }
@media (min-width: 901px) {
    body.skin-magz[data-opd-theme] .opd-float-cta__label { display: inline; }
}

/* FAQ */
body.skin-magz[data-opd-theme] .opd-faq {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    padding: 1.15rem 1.25rem;
}
body.skin-magz[data-opd-theme] .opd-faq__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-faq__head p {
    margin: .35rem 0 0;
    color: #64748b;
    font-size: .9rem;
}
body.skin-magz[data-opd-theme] .opd-faq__list { margin-top: .85rem; display: grid; gap: .45rem; }
body.skin-magz[data-opd-theme] .opd-faq__item {
    border: 1px solid #eef2f7;
    border-radius: .65rem;
    padding: .65rem .85rem;
    background: #f8fafc;
}
body.skin-magz[data-opd-theme] .opd-faq__item summary {
    cursor: pointer;
    font-weight: 800;
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-faq__item p {
    margin: .55rem 0 0;
    color: #475569;
    line-height: 1.55;
    font-size: .92rem;
}

/* Gallery */
body.skin-magz[data-opd-theme] .opd-gallery__head,
body.skin-magz[data-opd-theme] .opd-agenda__head,
body.skin-magz[data-opd-theme] .opd-related__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: .85rem;
}
body.skin-magz[data-opd-theme] .opd-gallery__head h2,
body.skin-magz[data-opd-theme] .opd-agenda__head h2,
body.skin-magz[data-opd-theme] .opd-related__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-gallery__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .65rem;
}
body.skin-magz[data-opd-theme] .opd-gallery__card {
    position: relative;
    display: block;
    border-radius: .75rem;
    overflow: hidden;
    aspect-ratio: 4/3;
    text-decoration: none;
    color: #fff;
}
body.skin-magz[data-opd-theme] .opd-gallery__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.skin-magz[data-opd-theme] .opd-gallery__card span {
    position: absolute;
    inset: auto 0 0;
    padding: .55rem .65rem;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, .8));
    font-size: .78rem;
    font-weight: 700;
}

/* Agenda */
body.skin-magz[data-opd-theme] .opd-agenda__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .55rem;
}
body.skin-magz[data-opd-theme] .opd-agenda__list a {
    display: grid;
    gap: .15rem;
    padding: .85rem 1rem;
    border-radius: .75rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
}
body.skin-magz[data-opd-theme] .opd-agenda__list time {
    font-size: .75rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-agenda__list strong {
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-agenda__list span {
    font-size: .85rem;
    color: #64748b;
}

/* Related portals */
body.skin-magz[data-opd-theme] .opd-related__head p {
    margin: .35rem 0 0;
    color: #64748b;
    font-size: .9rem;
}
body.skin-magz[data-opd-theme] .opd-related__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: .65rem;
}
body.skin-magz[data-opd-theme] .opd-related__card {
    display: grid;
    gap: .25rem;
    padding: .9rem 1rem;
    border-radius: .75rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
}
body.skin-magz[data-opd-theme] .opd-related__kind {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #64748b;
}
body.skin-magz[data-opd-theme] .opd-related__card strong {
    color: var(--color-primary);
    font-size: .92rem;
    line-height: 1.35;
}

/* Official OPD apps */
body.skin-magz[data-opd-theme] .opd-apps {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    padding: 1.15rem 1.25rem;
}
body.skin-magz[data-opd-theme] .opd-apps__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-apps__eyebrow {
    margin: 0 0 .25rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #64748b;
}
body.skin-magz[data-opd-theme] .opd-apps__head p {
    margin: .35rem 0 0;
    color: #475569;
    font-size: .92rem;
}
body.skin-magz[data-opd-theme] .opd-apps__grid {
    margin-top: .95rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: .75rem;
}
body.skin-magz[data-opd-theme] .opd-apps__card {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: .75rem;
    align-items: center;
    padding: .85rem .9rem;
    border-radius: .75rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    text-decoration: none;
    color: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}
body.skin-magz[data-opd-theme] .opd-apps__card--featured {
    border-color: color-mix(in srgb, var(--color-primary) 40%, #e2e8f0);
    background: color-mix(in srgb, var(--color-primary) 6%, #fff);
}
body.skin-magz[data-opd-theme] .opd-apps__card:hover,
body.skin-magz[data-opd-theme] .opd-apps__card:focus {
    border-color: color-mix(in srgb, var(--color-primary) 35%, #e2e8f0);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}
body.skin-magz[data-opd-theme] .opd-apps__logo {
    width: 56px;
    height: 56px;
    border-radius: .65rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: grid;
    place-items: center;
    overflow: hidden;
}
body.skin-magz[data-opd-theme] .opd-apps__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}
body.skin-magz[data-opd-theme] .opd-apps__initial {
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-apps__body {
    display: grid;
    gap: .2rem;
    min-width: 0;
}
body.skin-magz[data-opd-theme] .opd-apps__kind {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #64748b;
}
body.skin-magz[data-opd-theme] .opd-apps__name {
    color: #0f172a;
    font-size: .98rem;
    line-height: 1.3;
}
body.skin-magz[data-opd-theme] .opd-apps__blurb {
    color: #64748b;
    font-size: .85rem;
    line-height: 1.4;
}
body.skin-magz[data-opd-theme] .opd-apps__cta {
    margin-top: .15rem;
    font-weight: 800;
    font-size: .82rem;
    color: var(--color-primary);
}

/* Featured app (first fold) */
body.skin-magz[data-opd-theme] .opd-app-feature {
    display: block;
    margin-top: .75rem;
    padding: .75rem .9rem;
    border-radius: .8rem;
    border: 1px solid color-mix(in srgb, var(--color-primary) 28%, #e2e8f0);
    background: color-mix(in srgb, var(--color-primary) 7%, #fff);
    text-decoration: none;
    color: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}
body.skin-magz[data-opd-theme] .opd-app-feature:hover,
body.skin-magz[data-opd-theme] .opd-app-feature:focus {
    border-color: color-mix(in srgb, var(--color-primary) 50%, #e2e8f0);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .07);
}
body.skin-magz[data-opd-theme] .opd-app-feature__badge {
    display: inline-block;
    margin-bottom: .4rem;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-app-feature__row {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: .75rem;
    align-items: center;
}
body.skin-magz[data-opd-theme] .opd-app-feature__logo {
    width: 48px;
    height: 48px;
    border-radius: .6rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: grid;
    place-items: center;
    overflow: hidden;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-app-feature__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
}
body.skin-magz[data-opd-theme] .opd-app-feature__copy {
    display: grid;
    gap: .15rem;
    min-width: 0;
}
body.skin-magz[data-opd-theme] .opd-app-feature__copy strong {
    font-size: .98rem;
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-app-feature__copy span {
    font-size: .82rem;
    color: #64748b;
    line-height: 1.35;
}
body.skin-magz[data-opd-theme] .opd-app-feature__cta {
    font-weight: 800;
    font-size: .85rem;
    color: var(--color-primary);
    white-space: nowrap;
}
@media (max-width: 575.98px) {
    body.skin-magz[data-opd-theme] .opd-app-feature__row {
        grid-template-columns: 44px 1fr;
    }
    body.skin-magz[data-opd-theme] .opd-app-feature__cta {
        grid-column: 2;
    }
}

/* Service steps */
body.skin-magz[data-opd-theme] .opd-steps {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    padding: 1.15rem 1.25rem;
}
body.skin-magz[data-opd-theme] .opd-steps__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-steps__head p {
    margin: .35rem 0 0;
    color: #475569;
    font-size: .92rem;
}
body.skin-magz[data-opd-theme] .opd-steps__list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}
body.skin-magz[data-opd-theme] .opd-steps__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .65rem;
    align-items: start;
    padding: .85rem .9rem;
    border-radius: .75rem;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}
body.skin-magz[data-opd-theme] .opd-steps__num {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: .85rem;
    background: var(--color-primary);
    color: #fff;
}
body.skin-magz[data-opd-theme] .opd-steps__item strong {
    display: block;
    color: #0f172a;
    font-size: .95rem;
}
body.skin-magz[data-opd-theme] .opd-steps__item p {
    margin: .25rem 0 0;
    color: #475569;
    font-size: .88rem;
    line-height: 1.45;
}

/* Breadcrumb + status + video */
body.skin-magz[data-opd-theme] .opd-breadcrumb {
    padding: .85rem 0 .35rem;
}
body.skin-magz[data-opd-theme] .opd-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .55rem;
    font-size: .85rem;
    color: #475569;
}
body.skin-magz[data-opd-theme] .opd-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: .55rem;
    color: #94a3b8;
}
body.skin-magz[data-opd-theme] .opd-breadcrumb a {
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
}
body.skin-magz[data-opd-theme] .opd-status-video {
    display: grid;
    gap: .85rem;
    margin: .35rem 0 1rem;
}
body.skin-magz[data-opd-theme] .opd-status-notice {
    padding: .85rem 1rem;
    border-radius: .75rem;
    border: 1px solid color-mix(in srgb, var(--color-secondary, #FCA416) 45%, #e2e8f0);
    background: color-mix(in srgb, var(--color-secondary, #FCA416) 18%, #fff);
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-status-notice strong {
    display: block;
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #334155;
}
body.skin-magz[data-opd-theme] .opd-status-notice p {
    margin: .35rem 0 0;
    line-height: 1.5;
    font-weight: 600;
}
body.skin-magz[data-opd-theme] .opd-home-video {
    position: relative;
    border-radius: .9rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    aspect-ratio: 16 / 9;
    background: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-home-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Footer map embed */
body.skin-magz[data-opd-theme] .opd-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr;
    gap: 1.25rem;
}
body.skin-magz[data-opd-theme] .opd-footer__map {
    color: var(--color-secondary, #FCA416);
    font-weight: 700;
    text-decoration: none;
}
body.skin-magz[data-opd-theme] .opd-footer__map-embed {
    margin-top: .75rem;
    border-radius: .65rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    aspect-ratio: 16 / 9;
    max-width: 28rem;
}
body.skin-magz[data-opd-theme] .opd-footer__map-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
body.skin-magz[data-opd-theme] .opd-footer__hours {
    opacity: .85;
    margin: .45rem 0 0;
    font-size: .9rem;
}
body.skin-magz[data-opd-theme] .opd-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .75rem;
}
body.skin-magz[data-opd-theme] .opd-footer__social a {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: .45rem;
    background: color-mix(in srgb, var(--soc, #64748b) 75%, #0f172a);
    color: #fff;
    text-decoration: none;
}

/* Search results page */
body.skin-magz .opd-search-page__summary {
    font-weight: 700;
    color: #334155;
    margin-bottom: 1rem;
}
body.skin-magz .opd-search-page__h {
    margin: 1.25rem 0 .65rem;
    font-size: 1.15rem;
    color: var(--color-primary, #0f4c81);
}
body.skin-magz .opd-search-page__services,
body.skin-magz .opd-search-page__docs {
    display: grid;
    gap: .45rem;
}
body.skin-magz .opd-search-page__services a,
body.skin-magz .opd-search-page__docs a {
    display: block;
    padding: .75rem .9rem;
    border: 1px solid #e2e8f0;
    border-radius: .65rem;
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
    background: #fff;
}
body.skin-magz .opd-search-empty {
    padding: 1.25rem;
    border-radius: .85rem;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    margin: 1rem 0;
}
body.skin-magz .opd-search-empty h2 {
    margin: 0 0 .35rem;
    font-size: 1.2rem;
}
body.skin-magz .opd-search-empty ul {
    margin: .75rem 0 0;
    padding-left: 1.1rem;
}

body.skin-magz[data-opd-theme] .opd-more {
    margin-top: .85rem;
}
body.skin-magz[data-opd-theme] .opd-more a {
    font-weight: 800;
    color: var(--color-primary);
    text-decoration: none;
}

/* Contrast helpers on dark hero CTAs */
body.skin-magz[data-opd-theme] .opd-fold-hero .opd-home-search input,
body.skin-magz[data-opd-theme] .opd-fold-hero .opd-home-search select {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .35);
}
body.skin-magz[data-opd-theme] .opd-fold-cta__skm {
    color: #111 !important;
}

/* Mobile: services/news before leaders */
@media (max-width: 900px) {
    body.skin-magz[data-opd-theme] .opd-body-stack {
        display: flex;
        flex-direction: column;
    }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="signature"] { order: 1; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="services"] { order: 2; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="apps"] { order: 3; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="steps"] { order: 4; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="faq"] { order: 5; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="news"] { order: 6; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="video"] { order: 7; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="social"] { order: 8; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="agenda"] { order: 9; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="gallery"] { order: 10; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="related"] { order: 11; }
    body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="leaders"] { order: 12; }
    body.skin-magz[data-opd-theme] .opd-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.skin-magz[data-opd-theme] .opd-steps__list {
        grid-template-columns: 1fr;
    }
    body.skin-magz[data-opd-theme] .opd-footer__grid {
        grid-template-columns: 1fr;
    }
    body.skin-magz[data-opd-theme] .opd-float-cta {
        right: max(.55rem, env(safe-area-inset-right, 0px));
        bottom: max(.65rem, env(safe-area-inset-bottom, 0px));
    }
}

body.skin-magz[data-opd-theme] .idds-skip-link--secondary {
    left: 9.5rem;
}

/* Visually hidden helper for a11y labels */
body.skin-magz .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Manual Instagram / TikTok embeds */
body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="social"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
    scroll-margin-top: 1rem;
}
/* Never leave social embeds stuck at opacity:0 from idds-reveal on desktop */
body.skin-magz[data-opd-theme] .opd-body-stack__block[data-block="social"] .idds-reveal,
body.skin-magz[data-opd-theme] .opd-social-embeds .idds-reveal {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
body.skin-magz[data-opd-theme] .opd-social-embeds {
    display: block !important;
    margin: 0 0 .5rem;
    width: 100%;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__head {
    margin-bottom: 1rem;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__title {
    margin: 0 0 .25rem;
    font-family: var(--opd-font-display, Georgia, serif);
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--color-primary);
}
body.skin-magz[data-opd-theme] .opd-social-embeds__sub {
    margin: 0;
    font-size: .9rem;
    color: #64748b;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 28rem;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__frame {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    min-height: 26rem;
    aspect-ratio: 4 / 5;
    background: #f1f5f9;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__card[data-type="tiktok"] .opd-social-embeds__frame {
    aspect-ratio: 9 / 16;
    min-height: 28rem;
    max-height: 36rem;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 26rem;
    border: 0;
    background: #fff;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__open {
    display: block;
    padding: .65rem .85rem;
    font-size: .82rem;
    font-weight: 800;
    color: var(--color-primary);
    text-decoration: none;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    position: relative;
    z-index: 2;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__open:hover {
    background: color-mix(in srgb, var(--color-primary) 6%, #fff);
}
@media (max-width: 1100px) {
    body.skin-magz[data-opd-theme] .opd-social-embeds__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    body.skin-magz[data-opd-theme] .opd-social-embeds__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 560px) {
    body.skin-magz[data-opd-theme] .opd-social-embeds__grid {
        grid-template-columns: 1fr;
    }
}


/* Profile-based social widgets */
body.skin-magz[data-opd-theme] .opd-social-embeds__grid--profiles {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
body.skin-magz[data-opd-theme] .opd-social-embeds__card--profile {
    min-height: 32rem;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__profile {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .85rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    background: color-mix(in srgb, var(--soc, #64748b) 8%, #fff);
}
body.skin-magz[data-opd-theme] .opd-social-embeds__badge {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: .65rem;
    display: grid;
    place-items: center;
    background: var(--soc, #64748b);
    color: #fff;
    flex: 0 0 auto;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__name {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__platform {
    margin: .1rem 0 0;
    font-size: .75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__follow {
    margin-left: auto;
    font-size: .78rem;
    font-weight: 800;
    color: var(--color-primary);
    text-decoration: none;
    white-space: nowrap;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--tiktok_creator,
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--x_timeline,
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--facebook_page,
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--instagram_profile {
    min-height: 28rem;
    aspect-ratio: auto;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: .65rem;
    text-align: center;
    padding: 1.5rem;
    color: #475569;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__fallback i {
    font-size: 2rem;
    color: var(--soc, var(--color-primary));
}
body.skin-magz[data-opd-theme] .opd-social-embeds__fallback a {
    font-weight: 800;
    color: var(--color-primary);
    text-decoration: none;
}

/* Header / shared social icons */
body.skin-magz .site-social {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    align-items: center;
}
body.skin-magz .site-social a {
    width: 2rem;
    height: 2rem;
    border-radius: .45rem;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--soc, #64748b) 18%, #fff);
    color: var(--soc, #334155);
    text-decoration: none;
    border: 1px solid color-mix(in srgb, var(--soc, #64748b) 28%, transparent);
    transition: transform .2s ease, background .2s ease;
}
body.skin-magz .site-social a:hover {
    transform: translateY(-1px);
    background: var(--soc, #64748b);
    color: #fff;
}
body.skin-magz .site-social--header {
    margin-top: .45rem;
}
body.skin-magz .gov-ident {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .35rem;
}
@media (max-width: 900px) {
    body.skin-magz .gov-ident {
        align-items: flex-start;
    }
}

/* Live social feeds */
body.skin-magz[data-opd-theme] .opd-social-feed--youtube {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
    padding: .75rem;
}
body.skin-magz[data-opd-theme] .opd-social-feed__item {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}
body.skin-magz[data-opd-theme] .opd-social-feed__thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    border-radius: .5rem;
    overflow: hidden;
    background: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-social-feed__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.skin-magz[data-opd-theme] .opd-social-feed__play {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 2rem;
    height: 2rem;
    margin: -1rem 0 0 -1rem;
    border-radius: 999px;
    background: rgba(255,0,0,.92);
    box-shadow: 0 6px 16px rgba(0,0,0,.35);
}
body.skin-magz[data-opd-theme] .opd-social-feed__play::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    border-style: solid;
    border-width: .35rem 0 .35rem .55rem;
    border-color: transparent transparent transparent #fff;
}
body.skin-magz[data-opd-theme] .opd-social-feed__cap {
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.35;
    color: #334155;
}
body.skin-magz[data-opd-theme] .opd-social-feed__player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 12rem;
    border-top: 1px solid #e2e8f0;
    background: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-social-feed__player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
body.skin-magz[data-opd-theme] .opd-social-feed--instagram {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .35rem;
    padding: .65rem;
}
body.skin-magz[data-opd-theme] .opd-social-feed__shot {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: .4rem;
    background: #f1f5f9;
}
body.skin-magz[data-opd-theme] .opd-social-feed__shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
body.skin-magz[data-opd-theme] .opd-social-feed__shot:hover img {
    transform: scale(1.05);
}
body.skin-magz[data-opd-theme] .opd-social-rich {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 22rem;
}
body.skin-magz[data-opd-theme] .opd-social-rich__hero {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: 1.25rem 1rem 1.1rem;
    color: #fff;
    min-height: 8.5rem;
}
body.skin-magz[data-opd-theme] .opd-social-rich__avatar {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 999px;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,.85);
    background: rgba(255,255,255,.15);
    flex: 0 0 auto;
}
body.skin-magz[data-opd-theme] .opd-social-rich__avatar--icon {
    display: grid;
    place-items: center;
    font-size: 1.65rem;
}
body.skin-magz[data-opd-theme] .opd-social-rich__meta {
    display: grid;
    gap: .2rem;
    min-width: 0;
}
body.skin-magz[data-opd-theme] .opd-social-rich__meta strong {
    font-size: 1.05rem;
    line-height: 1.25;
}
body.skin-magz[data-opd-theme] .opd-social-rich__meta span {
    font-size: .8rem;
    opacity: .9;
}
body.skin-magz[data-opd-theme] .opd-social-rich__desc {
    margin: 0;
    padding: 1rem 1.05rem .35rem;
    color: #475569;
    font-size: .9rem;
    line-height: 1.5;
    flex: 1 1 auto;
}
body.skin-magz[data-opd-theme] .opd-social-rich__cta {
    margin: .5rem 1rem 1.05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .7rem 1rem;
    border-radius: .65rem;
    background: var(--soc, var(--color-primary));
    color: #fff;
    font-weight: 800;
    font-size: .88rem;
    text-decoration: none;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--youtube_feed,
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--youtube_uploads,
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--instagram_grid,
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--rich_card {
    min-height: 24rem;
    aspect-ratio: auto;
    position: relative;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--youtube_uploads iframe,
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--facebook_page iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Instagram media embeds + compact cards */
body.skin-magz[data-opd-theme] .opd-social-embeds__card[data-mode="instagram_card"],
body.skin-magz[data-opd-theme] .opd-social-embeds__card[data-mode="instagram_media"] {
    min-height: 0;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--instagram_card,
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--instagram_media,
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--tiktok_media {
    min-height: 0;
    aspect-ratio: auto;
    height: auto;
}
body.skin-magz[data-opd-theme] .opd-social-rich--ig {
    min-height: 0;
}
body.skin-magz[data-opd-theme] .opd-social-rich__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    padding: .85rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
}
body.skin-magz[data-opd-theme] .opd-social-rich__stats strong {
    display: block;
    font-size: 1.05rem;
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-social-rich__stats span {
    font-size: .72rem;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}
body.skin-magz[data-opd-theme] .opd-social-rich__hint {
    margin: 0;
    padding: .85rem 1.05rem .25rem;
    font-size: .82rem;
    line-height: 1.45;
    color: #64748b;
}
body.skin-magz[data-opd-theme] .opd-social-ig__head {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}
body.skin-magz[data-opd-theme] .opd-social-ig__head img {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    object-fit: cover;
}
body.skin-magz[data-opd-theme] .opd-social-ig__head strong {
    display: block;
    font-size: .92rem;
    color: #0f172a;
}
body.skin-magz[data-opd-theme] .opd-social-ig__head span {
    font-size: .75rem;
    color: #64748b;
}
body.skin-magz[data-opd-theme] .opd-social-ig__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: .65rem;
    padding: .65rem;
}
body.skin-magz[data-opd-theme] .opd-social-ig__post {
    position: relative;
    width: 100%;
    min-height: 28rem;
    border-radius: .5rem;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
body.skin-magz[data-opd-theme] .opd-social-ig__post iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
body.skin-magz[data-opd-theme] .opd-social-tt-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: .65rem;
    padding: .65rem;
}
body.skin-magz[data-opd-theme] .opd-social-tt-grid__item {
    position: relative;
    width: 100%;
    min-height: 32rem;
    border-radius: .5rem;
    overflow: hidden;
    background: #000;
}
body.skin-magz[data-opd-theme] .opd-social-tt-grid__item iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (min-width: 900px) {
    body.skin-magz[data-opd-theme] .opd-social-ig__grid {
        grid-template-columns: 1fr;
    }
}

/* TikTok creator oEmbed — do not crush iframes with absolute positioning */
body.skin-magz[data-opd-theme] .opd-social-embeds__card[data-mode="tiktok_creator"] {
    overflow: visible;
    min-height: 0;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--tiktok_creator {
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
    background: #fff;
}
body.skin-magz[data-opd-theme] .opd-social-embeds__frame--tiktok_creator iframe {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: 740px !important;
    min-height: 700px !important;
    max-width: 100%;
    border: 0;
    display: block;
}
body.skin-magz[data-opd-theme] .opd-social-tt__embed {
    width: 100%;
    min-height: 720px;
    padding: .35rem;
}
body.skin-magz[data-opd-theme] .opd-social-tt__embed .tiktok-embed {
    margin: 0 auto !important;
    max-width: 100% !important;
}
body.skin-magz[data-opd-theme] .opd-social-tt__fallback[hidden] {
    display: none !important;
}
body.skin-magz[data-opd-theme] .opd-social-rich--tt {
    min-height: 0;
}

