body.cni-mas-active {
    background: var(--cni-mas-content-bg) !important;
    padding-top: calc(var(--cni-mas-top-height) + env(safe-area-inset-top)) !important;
    padding-bottom: calc(var(--cni-mas-bottom-height) + env(safe-area-inset-bottom)) !important;
    min-height: 100dvh;
}

body.cni-mas-active .site,
body.cni-mas-active .site-content,
body.cni-mas-active .content-area {
    width: 100%;
    max-width: var(--cni-mas-content-width);
    margin-left: auto;
    margin-right: auto;
}

body.cni-mas-active .site-content {
    display: block;
}

body.cni-mas-active .entry-header,
body.cni-mas-active .wp-block-post-title,
body.cni-mas-active main > article > header {
    display: none !important;
}

body.cni-mas-active .entry-content { margin-top: 0 !important; }

.cni-mas-topbar,
.cni-mas-bottomnav {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.cni-mas-topbar {
    top: 0;
    min-height: calc(var(--cni-mas-top-height) + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--cni-mas-top-text);
    background: var(--cni-mas-top-bg);
    box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
}

.cni-mas-brand,
.cni-mas-top-action,
.cni-mas-nav-item {
    text-decoration: none !important;
}

.cni-mas-brand:focus-visible,
.cni-mas-top-action:focus-visible,
.cni-mas-nav-item:focus-visible,
.cni-mas-dashboard-featured:focus-visible,
.cni-mas-dashboard-card:focus-visible,
.cni-mas-status-item:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: -3px;
}

.cni-mas-brand {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--cni-mas-top-text) !important;
}

.cni-mas-brand-copy-link {
    color: inherit;
    text-decoration: none;
}

.cni-mas-brand-copy-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
    border-radius: 4px;
}

.cni-mas-brand-logos {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
}

.cni-mas-logo {
    display: block;
    width: auto;
    height: min(42px, calc(var(--cni-mas-top-height) - 14px));
    max-width: 132px;
    object-fit: contain;
}

.cni-mas-logo--secondary {
    max-width: 54px;
    padding-left: 7px;
    border-left: 1px solid rgb(255 255 255 / 28%);
}

.cni-mas-logo-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.cni-mas-logo-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
    border-radius: 4px;
}

.cni-mas-access-gate[hidden] { display: none !important; }
.cni-mas-access-gate { position: fixed; inset: 0; z-index: 2147483647; display: grid; place-items: center; padding: 20px; background: linear-gradient(145deg, #07182b 0%, #0d3150 100%); color: #17202a; }
.cni-mas-access-card { width: min(100%, 430px); padding: 28px; border-radius: 20px; background: #fff; box-shadow: 0 24px 70px rgb(0 0 0 / 35%); text-align: center; }
.cni-mas-access-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 18px; background: #e5f5f8; color: var(--cni-mas-active); }
.cni-mas-access-icon .cni-mas-icon { width: 30px; height: 30px; }
.cni-mas-access-eyebrow { margin: 0 0 6px; color: var(--cni-mas-active); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cni-mas-access-card h1 { margin: 0 0 12px; color: #102238; font-size: clamp(23px, 5vw, 30px); line-height: 1.15; }
.cni-mas-access-card>p:not(.cni-mas-access-eyebrow) { color: #596273; line-height: 1.55; }
.cni-mas-access-privacy { padding: 10px; border-radius: 8px; background: #f3f6f8; font-size: 12px; }
.cni-mas-access-actions { display: grid; gap: 10px; margin-top: 20px; }
.cni-mas-access-allow,.cni-mas-access-decline { display: grid; place-items: center; min-height: 48px; padding: 11px 16px; border-radius: 9px; font: inherit; font-weight: 750; cursor: pointer; }
.cni-mas-access-allow { border: 0; background: var(--cni-mas-active); color: #fff; }
.cni-mas-access-allow:disabled { opacity: .65; cursor: progress; }
.cni-mas-access-decline { border: 1px solid #c8d0d8; color: #24364a; background: #fff; text-decoration: none; }
.cni-mas-access-status { min-height: 20px; margin: 12px 0 0; font-size: 13px; font-weight: 650; }
.cni-mas-access-gate.is-denied .cni-mas-access-icon { background: #fff2e5; color: #a54800; }
@media(max-width:480px){.cni-mas-access-gate{padding:14px}.cni-mas-access-card{padding:23px 18px;border-radius:16px}}

.cni-mas-logo-fallback {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    background: rgb(255 255 255 / 16%);
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

.cni-mas-brand-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.cni-mas-brand-copy strong,
.cni-mas-brand-copy small {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cni-mas-brand-meta {
    font-size: 9px !important;
    letter-spacing: .01em;
    opacity: .62 !important;
}

.cni-mas-brand-copy strong {
    font-size: 16px;
}

.cni-mas-brand-copy small {
    margin-top: 3px;
    font-size: 11px;
    opacity: .75;
}

.cni-mas-top-action {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    border-radius: 999px;
    color: var(--cni-mas-top-text) !important;
    background: rgb(255 255 255 / 12%);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    min-height: 44px;
}

.cni-mas-top-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
}

.cni-mas-desktop-switch {
    background: transparent;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 28%);
}

.cni-mas-top-action .dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
}
.cni-mas-top-action .cni-mas-icon { width: 18px; height: 18px; }

.cni-mas-bottomnav {
    bottom: 0;
    min-height: calc(var(--cni-mas-bottom-height) + env(safe-area-inset-bottom));
    padding: 0 max(4px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(4px, env(safe-area-inset-left));
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    color: var(--cni-mas-bottom-text);
    background: var(--cni-mas-bottom-bg);
    border-top: 1px solid var(--cni-mas-border);
    box-shadow: 0 -2px 12px rgb(0 0 0 / 8%);
}

.cni-mas-nav-item {
    min-width: 0;
    min-height: var(--cni-mas-bottom-height);
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--cni-mas-bottom-text) !important;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.cni-mas-nav-item .dashicons {
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.cni-mas-nav-item .cni-mas-icon { width: 24px; height: 24px; }

.cni-mas-nav-item.is-active {
    color: var(--cni-mas-active) !important;
}

.cni-mas-nav-label {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cni-mas-status {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 8px;
    margin: 14px 0 0;
}

.cni-mas-status-item {
    display: flex;
    min-height: 66px;
    flex-direction: column;
    justify-content: center;
    padding: 11px 13px;
    border: 1px solid var(--cni-mas-border, #dfe3e8);
    border-radius: 14px;
    color: var(--dashboard-navy, #172238) !important;
    background: var(--cni-mas-bottom-bg, #fff);
    text-decoration: none !important;
}

.cni-mas-status-item small { color: var(--cni-mas-bottom-text, #596273); font-size: 10px; }
.cni-mas-status-item strong { margin-top: 3px; font-size: 13px; }

@media (min-width: 782px) {
    .cni-mas-topbar,
    .cni-mas-bottomnav {
        left: 50%;
        width: min(100%, var(--cni-mas-content-width));
        transform: translateX(-50%);
    }

    body.cni-mas-active {
        background: color-mix(in srgb, var(--cni-mas-content-bg), #000 5%) !important;
    }
}

@media (max-width: 360px) {
    .cni-mas-logo--secondary {
        display: none;
    }

    .cni-mas-brand-copy small:not(.cni-mas-brand-meta) {
        display: none;
    }

    .cni-mas-top-action span:last-child {
        display: none;
    }

    .cni-mas-top-action {
        padding: 8px;
    }

    .cni-mas-nav-label {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .cni-mas-desktop-switch span:last-child {
        display: none;
    }

    .cni-mas-desktop-switch {
        padding: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cni-mas-topbar,
    .cni-mas-bottomnav {
        scroll-behavior: auto;
    }
}

/* Conference dashboard */
.cni-mas-dashboard {
    --dashboard-navy: var(--cni-mas-top-bg, #172238);
    --dashboard-blue: var(--cni-mas-active, #1f6f8b);
    --dashboard-surface: var(--cni-mas-bottom-bg, #fff);
    --dashboard-muted: var(--cni-mas-bottom-text, #596273);
    box-sizing: border-box;
    width: 100%;
    max-width: var(--cni-mas-content-width, 760px);
    margin: 0 auto;
    padding: 18px 16px 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.cni-mas-dashboard *,
.cni-mas-dashboard *::before,
.cni-mas-dashboard *::after { box-sizing: border-box; }

.cni-mas-dashboard-hero {
    position: relative;
    overflow: hidden;
    padding: 28px 22px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, var(--dashboard-navy), color-mix(in srgb, var(--dashboard-blue), var(--dashboard-navy) 28%));
    box-shadow: 0 18px 38px rgb(23 34 56 / 18%);
}

.cni-mas-dashboard-hero::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -72px;
    top: -82px;
    border-radius: 50%;
    border: 30px solid rgb(255 255 255 / 7%);
}

.cni-mas-dashboard-eyebrow {
    display: block;
    max-width: 32rem;
    margin-bottom: 10px;
    color: rgb(255 255 255 / 76%);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.cni-mas-dashboard-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: clamp(27px, 7vw, 42px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.cni-mas-dashboard-hero > p {
    position: relative;
    z-index: 1;
    max-width: 34rem;
    margin: 10px 0 0;
    color: rgb(255 255 255 / 82%);
    font-size: 14px;
    line-height: 1.55;
}

.cni-mas-dashboard-featured {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding: 14px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 16px;
    color: #fff !important;
    background: rgb(255 255 255 / 12%);
    text-decoration: none !important;
    backdrop-filter: blur(8px);
}

.cni-mas-dashboard-featured > .dashicons:first-child {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: rgb(255 255 255 / 16%);
    font-size: 23px;
}

.cni-mas-dashboard-featured span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.cni-mas-dashboard-featured small { color: rgb(255 255 255 / 65%); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cni-mas-dashboard-featured strong { margin-top: 2px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; }

.cni-mas-dashboard-section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 26px 4px 13px;
    color: var(--dashboard-navy);
    font-size: 17px;
    font-weight: 750;
}

.cni-mas-dashboard-section-title small { color: var(--dashboard-muted); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.cni-mas-dashboard-links { display: grid; gap: 12px; }

.cni-mas-dashboard-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid var(--cni-mas-border, #dfe3e8);
    border-radius: 17px;
    color: var(--dashboard-navy) !important;
    background: var(--dashboard-surface);
    box-shadow: 0 8px 22px rgb(23 34 56 / 7%);
    text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.cni-mas-dashboard-card:hover,
.cni-mas-dashboard-card:focus-visible {
    border-color: color-mix(in srgb, var(--dashboard-blue), #fff 45%);
    box-shadow: 0 13px 28px rgb(23 34 56 / 12%);
    transform: translateY(-2px);
}

.cni-mas-dashboard-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    color: var(--dashboard-blue);
    background: color-mix(in srgb, var(--dashboard-blue), #fff 88%);
}

.cni-mas-dashboard-icon .dashicons { width: 24px; height: 24px; font-size: 24px; }
.cni-mas-dashboard-icon .cni-mas-icon { width: 24px; height: 24px; }
.cni-mas-dashboard-card-copy { display: flex; min-width: 0; flex-direction: column; }
.cni-mas-dashboard-card-copy strong { font-size: 14px; line-height: 1.25; }
.cni-mas-dashboard-card-copy small { margin-top: 4px; overflow: hidden; color: var(--dashboard-muted); font-size: 11px; line-height: 1.35; white-space: nowrap; text-overflow: ellipsis; }
.cni-mas-dashboard-arrow { color: var(--dashboard-muted); opacity: .55; }

/* Template 2: compact tiles */
.cni-mas-dashboard--tiles .cni-mas-dashboard-hero { padding-bottom: 36px; border-radius: 24px 24px 34px 34px; text-align: center; }
.cni-mas-dashboard--tiles .cni-mas-dashboard-eyebrow { margin-left: auto; margin-right: auto; }
.cni-mas-dashboard--tiles .cni-mas-dashboard-hero > p { margin-left: auto; margin-right: auto; }
.cni-mas-dashboard--tiles .cni-mas-dashboard-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cni-mas-dashboard--tiles .cni-mas-dashboard-card { min-height: 138px; grid-template-columns: 1fr; align-content: start; gap: 10px; padding: 16px; }
.cni-mas-dashboard--tiles .cni-mas-dashboard-icon { width: 44px; height: 44px; }
.cni-mas-dashboard--tiles .cni-mas-dashboard-card-copy small { white-space: normal; }
.cni-mas-dashboard--tiles .cni-mas-dashboard-arrow { display: none; }

/* Template 3: guided journey */
.cni-mas-dashboard--journey .cni-mas-dashboard-hero { border-radius: 18px; box-shadow: none; }
.cni-mas-dashboard--journey .cni-mas-dashboard-links { position: relative; gap: 0; padding-left: 12px; }
.cni-mas-dashboard--journey .cni-mas-dashboard-links::before { content: ""; position: absolute; top: 25px; bottom: 25px; left: 27px; width: 2px; background: color-mix(in srgb, var(--dashboard-blue), #fff 75%); }
.cni-mas-dashboard--journey .cni-mas-dashboard-card { position: relative; grid-template-columns: 30px 44px minmax(0, 1fr) 20px; margin: 0 0 12px; border: 0; box-shadow: none; }
.cni-mas-dashboard-step { position: relative; z-index: 1; display: grid; place-items: center; width: 30px; height: 30px; border: 3px solid var(--dashboard-surface); border-radius: 50%; color: #fff; background: var(--dashboard-blue); font-size: 11px; font-weight: 800; }
.cni-mas-dashboard--journey .cni-mas-dashboard-icon { width: 44px; height: 44px; border-radius: 13px; }

@media (min-width: 620px) {
    .cni-mas-dashboard--spotlight .cni-mas-dashboard-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cni-mas-dashboard--tiles .cni-mas-dashboard-links { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Native on-site dashboard */
.cni-mas-native-dashboard {
    box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 18px 16px 22px;
    color: #0b1324;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.cni-mas-native-dashboard *, .cni-mas-native-dashboard *::before, .cni-mas-native-dashboard *::after { box-sizing: border-box; }
.cni-mas-native-intro h1 { margin: 0; color: #050b16; font-size: clamp(29px, 8vw, 38px); line-height: 1.08; letter-spacing: -.035em; }
.cni-mas-native-intro p { margin: 7px 0 0; color: #445269; font-size: 14px; line-height: 1.45; }

.cni-mas-today {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    margin: 16px 0 18px;
    padding: 11px 14px;
    border-radius: 7px;
    color: #fff !important;
    background: #087c9b;
    text-decoration: none !important;
}

.cni-mas-today strong { font-size: 15px; }
.cni-mas-icon { display: block; width: 23px; height: 23px; flex: 0 0 23px; }
.cni-mas-today .cni-mas-icon:last-child { width: 18px; height: 18px; justify-self: end; }

.cni-mas-action-group { margin: 0 0 12px; }
.cni-mas-action-group h2 { display: grid; grid-template-columns: 26px 1fr 18px; align-items: center; gap: 10px; margin: 0; padding: 5px 2px 7px; color: #101827; font-size: 18px; line-height: 1.2; }
.cni-mas-action-group h2 > .cni-mas-icon:first-child { color: #087c9b; }
.cni-mas-group-caret { color: #42526a; transform: rotate(-90deg); }
.cni-mas-group-caret .cni-mas-icon { width: 17px; height: 17px; }

.cni-mas-action-list { overflow: hidden; border: 1px solid #d9e0e8; border-radius: 6px; background: #fff; }
.cni-mas-action-list a { display: grid; grid-template-columns: 25px minmax(0, 1fr) 18px; align-items: center; gap: 11px; min-height: 47px; padding: 9px 11px; color: #111827 !important; text-decoration: none !important; }
.cni-mas-action-list a + a { border-top: 1px solid #e3e7ec; }
.cni-mas-action-list a > span { font-size: 13px; font-weight: 500; }
.cni-mas-action-list a > .cni-mas-icon:last-child { width: 17px; height: 17px; justify-self: end; }
.cni-mas-action-list a:hover { background: #f6fafb; }
.cni-mas-action-list a:focus-visible, .cni-mas-today:focus-visible, .cni-mas-up-next:focus-visible { outline: 3px solid #087c9b; outline-offset: 2px; }

.cni-mas-up-next { display: grid; grid-template-columns: 34px minmax(0, 1fr) 18px; align-items: center; gap: 11px; min-height: 58px; margin-top: 14px; padding: 9px 12px; border: 1px solid #87bad0; border-radius: 7px; color: #101827 !important; background: #eef8fc; text-decoration: none !important; }
.cni-mas-up-next > .cni-mas-icon:first-child { width: 29px; height: 29px; color: #087c9b; }
.cni-mas-up-next > span { display: flex; min-width: 0; flex-direction: column; }
.cni-mas-up-next strong { overflow: hidden; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.cni-mas-up-next small { margin-top: 2px; color: #56657a; font-size: 11px; }
.cni-mas-up-next > .cni-mas-icon:last-child { width: 17px; height: 17px; color: #087c9b; }

@media (max-width: 600px) {
    .cni-mas-brand-copy small, .cni-mas-logo--secondary, .cni-mas-desktop-switch { display: none; }
    .cni-mas-brand-copy strong { font-size: 17px; }
    body.cni-mas-active { background: #fff !important; }
}

.cni-mas-updates { margin: 14px 0 16px; }
.cni-mas-updates-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.cni-mas-updates-heading h2 { margin: 0; color: #101827; font-size: 16px; }
.cni-mas-notification-toggle { min-height: 36px; padding: 7px 10px; border: 1px solid #087c9b; border-radius: 6px; color: #087c9b; background: #fff; font: 700 11px/1.2 inherit; cursor: pointer; }
.cni-mas-notification-toggle:focus-visible { outline: 3px solid #087c9b; outline-offset: 2px; }
.cni-mas-update { display: grid; grid-template-columns: 30px minmax(0, 1fr) 18px; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid #b9dbe5; border-radius: 7px; color: #101827 !important; background: #f0fafc; text-decoration: none !important; }
.cni-mas-update + .cni-mas-update { margin-top: 7px; }
.cni-mas-update > span:first-child { color: #087c9b; }
.cni-mas-update > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.cni-mas-update small { color: #087c9b; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cni-mas-update strong { margin-top: 1px; font-size: 13px; }
.cni-mas-update span span { margin-top: 2px; overflow: hidden; color: #526176; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.cni-mas-update > .cni-mas-icon { width: 17px; height: 17px; }

.cni-mas-more { box-sizing: border-box; width: 100%; max-width: 560px; margin: 0 auto; padding: 18px 16px 26px; color: #101827; background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.cni-mas-more * { box-sizing: border-box; }
.cni-mas-more > header h1 { margin: 0; font-size: 30px; line-height: 1.1; }
.cni-mas-more > header p { margin: 6px 0 18px; color: #526176; font-size: 13px; }
.cni-mas-more-grid { display: grid; gap: 9px; }
.cni-mas-more-grid > a { display: grid; grid-template-columns: 46px minmax(0, 1fr) 18px; align-items: center; gap: 12px; min-height: 68px; padding: 10px 12px; border: 1px solid #d9e0e8; border-radius: 9px; color: #101827 !important; background: #fff; text-decoration: none !important; }
.cni-mas-more-grid > a:hover { border-color: #7db9ca; background: #f7fbfc; }
.cni-mas-more-grid > a:focus-visible { outline: 3px solid #087c9b; outline-offset: 2px; }
.cni-mas-more-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 10px; color: #087c9b; background: #e9f6f9; }
.cni-mas-more-grid a > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.cni-mas-more-grid strong { font-size: 14px; }
.cni-mas-more-grid small { margin-top: 3px; color: #607086; font-size: 11px; }
.cni-mas-more-grid > a > .cni-mas-icon { width: 17px; height: 17px; }
.cni-mas-more-grid .cni-mas-more-desktop { margin-top: 7px; border-color: #0d213a; color: #fff !important; background: #0d213a; }
.cni-mas-more-desktop .cni-mas-more-icon { color: #fff; background: rgb(255 255 255 / 12%); }
.cni-mas-more-desktop small { color: rgb(255 255 255 / 72%); }
