.vca-access-box {
    border: 1px solid #d8dee4;
    border-radius: 16px;
    padding: 20px;
    margin: 20px 0;
    background: #fff;
}
.vca-access-box h2,
.vca-access-box h3 {
    margin-top: 0;
}
.vca-access-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.vca-access-product {
    border: 1px solid #d8dee4;
    border-radius: 14px;
    padding: 16px;
    background: #f8fafc;
}
.vca-access-product.is-active {
    background: #fff;
    border-color: #8bb8ff;
}
.vca-access-product-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.vca-access-badge {
    font-size: 12px;
    border-radius: 999px;
    padding: 4px 8px;
    background: #eef2f7;
}
.vca-access-price {
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0;
}
.vca-access-meta,
.vca-access-note {
    color: #57606a;
}
.vca-access-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 0;
    background: #1f6feb;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: not-allowed;
    opacity: .85;
}
.vca-access-button.is-secondary {
    background: #6e7781;
}
.vca-access-ok {
    color: #1a7f37;
    font-weight: 700;
}
.vca-access-warning {
    color: #9a6700;
    font-weight: 700;
}
@media (max-width: 640px) {
    .vca-access-box {
        padding: 16px;
        border-radius: 14px;
    }
}

.vca-access-section {
    margin-top: 24px;
}
.vca-access-section-head p,
.vca-access-business-intro > p,
.vca-access-legal-note {
    color: #57606a;
}
.vca-access-section-head h3,
.vca-access-business-intro h3 {
    margin-bottom: 6px;
}
.vca-access-products.is-compact {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.vca-access-repeat-box,
.vca-access-business-intro {
    border: 1px solid #d8dee4;
    border-radius: 14px;
    padding: 16px;
    background: #f8fafc;
}
.vca-access-details {
    margin-top: 12px;
}
.vca-access-details summary {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #1f6feb;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.vca-access-details-body {
    margin-top: 18px;
}
.vca-access-details-body h4 {
    margin: 22px 0 8px;
}
.vca-access-product.type-b2b,
.vca-access-product.type-enterprise,
.vca-access-product.type-group_repeat,
.vca-access-product.type-voucher {
    background: #fff;
}
.vca-access-badge.is-highlight {
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 800;
}
.vca-access-legal-note {
    border-top: 1px solid #d8dee4;
    margin-top: 24px;
    padding-top: 16px;
    font-size: 14px;
}

.vca-access-hero {
    border: 1px solid #d8dee4;
    border-radius: 16px;
    padding: 20px;
    background: #f8fafc;
}
.vca-access-eyebrow {
    margin: 0 0 8px;
    color: #57606a;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.vca-access-lead {
    color: #57606a;
    font-size: 18px;
    margin-bottom: 16px;
}
.vca-access-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
a.vca-access-button {
    cursor: pointer;
    opacity: 1;
}
button.vca-access-button:disabled {
    cursor: not-allowed;
}
.vca-access-feature-box,
.vca-access-contact-box,
.vca-access-placeholder {
    border: 1px solid #d8dee4;
    border-radius: 14px;
    padding: 16px;
    background: #f8fafc;
}
.vca-access-placeholder .vca-access-note {
    margin-bottom: 0;
}
@media (max-width: 640px) {
    .vca-access-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .vca-access-actions .vca-access-button {
        width: 100%;
    }
}

.vca-access-gate-denied {
    max-width: 760px;
}
.vca-access-gate-denied h2 {
    margin-bottom: 8px;
}
.vca-access-gate-denied .vca-access-actions {
    margin-top: 18px;
}

.vca-access-account-card {
    border: 1px solid #d8dee4;
    border-radius: 14px;
    padding: 16px;
    margin-top: 16px;
    background: #f8fafc;
}
.vca-access-account-card.is-active {
    background: #fff;
    border-color: #8bb8ff;
}
.vca-access-account-details {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
}
.vca-access-account-details div {
    display: grid;
    grid-template-columns: minmax(150px, 220px) 1fr;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #d8dee4;
}
.vca-access-account-details dt {
    font-weight: 800;
    color: #24292f;
}
.vca-access-account-details dd {
    margin: 0;
    color: #57606a;
}
@media (max-width: 640px) {
    .vca-access-account-details div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

.vca-access-checkout-button {
    cursor: pointer;
    opacity: 1;
}
.vca-access-checkout-button:disabled,
.vca-access-checkout-button.is-loading {
    cursor: wait;
    opacity: .7;
}
.vca-access-checkout-message {
    min-height: 20px;
    margin: 10px 0 0;
    color: #57606a;
    font-size: 14px;
}

.vca-access-redeem-form {
    display: grid;
    gap: 10px;
    max-width: 520px;
    margin-top: 16px;
}
.vca-access-redeem-form input[type="text"] {
    min-height: 44px;
    border: 1px solid #d8dee4;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
    text-transform: uppercase;
}
.vca-access-redeem-button {
    width: fit-content;
    cursor: pointer;
    opacity: 1;
}
@media (max-width: 640px) {
    .vca-access-redeem-button {
        width: 100%;
    }
}

.vca-access-refresh-warning {
    border: 1px solid #d29922;
    border-radius: 14px;
    padding: 16px;
    margin: 16px 0;
    background: #fff8c5;
}
.vca-access-refresh-warning.is-urgent {
    border-color: #cf222e;
    background: #ffebe9;
}
.vca-access-refresh-warning h3 {
    margin: 0 0 8px;
}
.vca-access-refresh-details,
.vca-access-refresh-status-details {
    margin: 12px 0 0;
}
.vca-access-refresh-details div,
.vca-access-refresh-status-details div,
.vca-access-account-details div {
    display: grid;
    grid-template-columns: minmax(150px, 220px) 1fr;
    gap: 8px;
    margin: 6px 0;
}
.vca-access-refresh-details dt,
.vca-access-refresh-status-details dt,
.vca-access-account-details dt {
    font-weight: 700;
}
.vca-access-refresh-details dd,
.vca-access-refresh-status-details dd,
.vca-access-account-details dd {
    margin: 0;
}
@media (max-width: 640px) {
    .vca-access-refresh-details div,
    .vca-access-refresh-status-details div,
    .vca-access-account-details div {
        grid-template-columns: 1fr;
    }
}

.vca-access-register-wrap {
    max-width: 720px;
    margin: 28px auto;
    padding: 24px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(22, 163, 74, 0.18), transparent 34%),
        linear-gradient(135deg, #ecfdf5 0%, #f8fafc 58%, #e7f8ef 100%);
}
.vca-access-register-card {
    max-width: 520px;
    margin: 0 auto;
    padding: 28px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
}
.vca-access-register-logo {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, #16a34a 0%, #047857 100%);
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.vca-access-register-card h2 {
    margin: 0 0 10px;
    color: #12312a;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.1;
}
.vca-access-register-lead {
    margin: 0 0 8px;
    color: #57606a;
    font-size: 17px;
}
.vca-access-register-form {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}
.vca-access-register-form label {
    color: #12312a;
    font-weight: 800;
}
.vca-access-register-form input[type="email"],
.vca-access-register-form input[type="password"] {
    width: 100%;
    min-height: 48px;
    border: 1px solid #c9d1d9;
    border-radius: 12px;
    padding: 11px 13px;
    background: #fff;
    color: #12312a;
    font: inherit;
    box-sizing: border-box;
}
.vca-access-register-form input[type="email"]:focus,
.vca-access-register-form input[type="password"]:focus {
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.16);
    outline: none;
}
.vca-access-register-submit {
    width: 100%;
    min-height: 48px;
    margin-top: 8px;
    background: #047857;
    cursor: pointer;
    opacity: 1;
}
.vca-access-register-errors {
    border: 1px solid #f0b429;
    border-radius: 14px;
    padding: 12px 14px;
    margin-top: 18px;
    background: #fff8c5;
    color: #7c4a03;
    font-weight: 700;
}
.vca-access-register-errors p {
    margin: 0 0 6px;
}
.vca-access-register-errors p:last-child {
    margin-bottom: 0;
}
.vca-access-register-links {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    font-weight: 700;
}
.vca-access-register-links a {
    color: #047857;
    text-decoration: underline;
    text-underline-offset: 3px;
}
@media (max-width: 640px) {
    .vca-access-register-wrap {
        margin: 16px auto;
        padding: 14px;
        border-radius: 20px;
    }
    .vca-access-register-card {
        padding: 20px;
        border-radius: 18px;
    }
    .vca-access-register-logo {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        font-size: 21px;
    }
}

/* BRIEF 16A-H2: VCA Access public footer + VCA Portal footer visual match. */
.vca-access-footer,
.vca-access-portal-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 3rem 0 0 !important;
    padding: 0 !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    color: #082032 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.vca-access-portal-footer {
    margin-top: 1.4rem !important;
}

.vca-access-footer__inner,
.vca-access-portal-footer__inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #cfe3da;
    border-radius: 1.65rem;
    background:
        radial-gradient(circle at 12% 10%, rgba(14, 134, 64, 0.14), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(21, 88, 58, 0.10), transparent 30%),
        linear-gradient(135deg, #f5fbf7 0%, #ffffff 46%, #eef8f2 100%);
    box-shadow: 0 28px 70px rgba(8, 32, 50, 0.10);
}


.vca-access-footer__hero,
.vca-access-portal-footer__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.85fr);
    gap: 1.25rem;
    align-items: stretch;
    padding: 2.35rem 2.35rem 1.25rem;
}

.vca-access-footer__brand,
.vca-access-portal-footer__brand {
    min-width: 0;
}

.vca-access-footer__brand h2,
.vca-access-portal-footer__brand h2 {
    margin: 0 0 0.8rem !important;
    color: #071527 !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.03em;
}

.vca-access-footer__brand p,
.vca-access-portal-footer__brand p {
    max-width: 42rem;
    margin: 0 0 1.2rem !important;
    color: #24364a !important;
    font-size: 1.04rem;
    line-height: 1.7 !important;
}

.vca-access-footer__eyebrow,
.vca-access-portal-footer__eyebrow {
    display: inline-flex !important;
    align-items: center;
    margin: 0 0 0.9rem !important;
    padding: 0.34rem 0.78rem !important;
    border: 1px solid #bfe7ce !important;
    border-radius: 999px !important;
    background: #f1fbf5 !important;
    color: #087739 !important;
    font-size: 0.74rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.vca-access-footer__actions,
.vca-access-portal-footer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.vca-access-footer__button,
.vca-access-portal-footer__button {
    background: #0f8b45 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    opacity: 1 !important;
    box-shadow: 0 12px 26px rgba(15, 139, 69, 0.20);
}

.vca-access-footer__button.is-secondary,
.vca-access-portal-footer__button.is-secondary {
    border: 1px solid #cbdde6 !important;
    background: #ffffff !important;
    color: #087739 !important;
    box-shadow: none;
}

.vca-access-footer__notice,
.vca-access-portal-footer__notice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    min-height: 100%;
    padding: 1.25rem;
    border: 1px solid #f1d98d;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #fffdf3, #fff8dc);
    color: #24364a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.vca-access-footer__notice strong,
.vca-access-portal-footer__notice strong {
    display: block;
    color: #071527;
    font-size: 1.05rem;
}

.vca-access-footer__notice span,
.vca-access-portal-footer__notice span {
    display: block;
    line-height: 1.65;
}

.vca-access-footer__grid,
.vca-access-portal-footer__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    padding: 0 2.35rem 2.1rem !important;
}

.vca-access-footer--links-only .vca-access-footer__grid,
.vca-access-portal-footer--links-only .vca-access-portal-footer__grid {
    padding-top: 2.35rem !important;
}

.vca-access-footer__nav,
.vca-access-portal-footer__nav {
    display: block;
    min-width: 0;
    padding: 1.15rem;
    border: 1px solid #d9e6ec;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 34px rgba(8, 32, 50, 0.055);
}

.vca-access-footer__nav h3,
.vca-access-portal-footer__nav h3 {
    margin: 0 0 0.85rem !important;
    color: #071527 !important;
    font-size: 1.25rem !important;
    line-height: 1.18 !important;
}

.vca-access-footer__nav ul,
.vca-access-footer__nav li,
.vca-access-portal-footer__nav ul,
.vca-access-portal-footer__nav li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.vca-access-footer__nav ul,
.vca-access-portal-footer__nav ul {
    display: grid !important;
    gap: 0.55rem !important;
}

.vca-access-footer__nav li::marker,
.vca-access-portal-footer__nav li::marker {
    content: "" !important;
}

.vca-access-footer__nav a,
.vca-access-portal-footer__nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    width: 100% !important;
    min-height: 2.55rem !important;
    padding: 0.62rem 0.78rem !important;
    border: 1px solid #dbe8ee !important;
    border-radius: 0.72rem !important;
    background: #ffffff !important;
    color: #0f2b46 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    line-height: 1.25 !important;
    box-shadow: 0 8px 18px rgba(8, 32, 50, 0.035);
    transition: transform 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.vca-access-footer__nav a::after,
.vca-access-portal-footer__nav a::after {
    content: "›";
    color: #087739;
    font-size: 1.2rem;
    line-height: 1;
}

.vca-access-footer__nav a:hover,
.vca-access-footer__nav a:focus,
.vca-access-portal-footer__nav a:hover,
.vca-access-portal-footer__nav a:focus {
    color: #087739 !important;
    border-color: #9bd7b2 !important;
    box-shadow: 0 12px 24px rgba(8, 119, 57, 0.12);
    text-decoration: none !important;
    transform: translateY(-1px);
}

.vca-access-footer__bottom,
.vca-access-portal-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 2.35rem;
    border-top: 1px solid #d8e3ea;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.vca-access-footer__bottom p,
.vca-access-portal-footer__bottom p {
    margin: 0 !important;
    color: #082032 !important;
    line-height: 1.5;
}

.vca-access-footer__bottom a,
.vca-access-portal-footer__bottom a {
    color: #071527 !important;
    font-weight: 800;
    text-decoration: none;
}

.vca-access-footer__bottom a:hover,
.vca-access-footer__bottom a:focus,
.vca-access-portal-footer__bottom a:hover,
.vca-access-portal-footer__bottom a:focus {
    color: #087739 !important;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

@media (max-width: 900px) {
    .vca-access-footer__hero,
    .vca-access-portal-footer__hero,
    .vca-access-footer__grid,
    .vca-access-portal-footer__grid {
        grid-template-columns: 1fr !important;
    }

    .vca-access-footer__bottom,
    .vca-access-portal-footer__bottom {
        display: grid;
    }
}

@media (max-width: 640px) {
    .vca-access-footer,
    .vca-access-portal-footer {
        margin-top: 2rem !important;
    }

    .vca-access-portal-footer {
        margin-top: 1rem !important;
    }

    .vca-access-footer__inner,
    .vca-access-portal-footer__inner {
        border-radius: 1.1rem;
    }

    .vca-access-footer__hero,
    .vca-access-portal-footer__hero {
        padding: 1.45rem 1.15rem 1rem;
    }

    .vca-access-footer__grid,
    .vca-access-portal-footer__grid {
        padding: 0 1.15rem 1.2rem !important;
    }

    .vca-access-footer--links-only .vca-access-footer__grid,
    .vca-access-portal-footer--links-only .vca-access-portal-footer__grid {
        padding-top: 1.45rem !important;
    }

    .vca-access-footer__bottom,
    .vca-access-portal-footer__bottom {
        padding: 1rem 1.15rem;
    }

    .vca-access-footer__actions,
    .vca-access-portal-footer__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vca-access-footer__actions .vca-access-button,
    .vca-access-portal-footer__actions .vca-access-button {
        width: 100%;
    }
}

/* BRIEF 16A-H2K: stronger My Account emphasis + clearer separation from footer. */
.vca-access-box.vca-access-account {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    max-width: 1120px;
    margin: 2rem auto 3.2rem !important;
    padding: 0 !important;
    border: 1px solid #a9cfb9 !important;
    border-radius: 1.8rem !important;
    background:
        radial-gradient(circle at 10% 8%, rgba(14, 134, 64, 0.18), transparent 30%),
        radial-gradient(circle at 92% 10%, rgba(216, 171, 47, 0.13), transparent 26%),
        linear-gradient(145deg, #eef8f1 0%, #ffffff 42%, #e4f3ea 100%) !important;
    box-shadow: 0 34px 84px rgba(8, 32, 50, 0.14), 0 10px 24px rgba(14, 134, 64, 0.08) !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    color: #082032 !important;
}
.vca-access-box.vca-access-account::before {
    content: "";
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: 0;
    height: 0.34rem;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #087739, #15a85b 62%, #d8ab2f);
}
.vca-access-box.vca-access-account::after {
    content: "";
    position: absolute;
    inset: 1rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    pointer-events: none;
}
.vca-access-account-hero,
.vca-access-account .vca-access-account-card,
.vca-access-account .vca-access-legal-note {
    position: relative;
    z-index: 1;
}
.vca-access-account-hero {
    padding: 2.45rem 2.35rem 1.15rem;
    background: linear-gradient(180deg, rgba(236, 248, 241, 0.96) 0%, rgba(255, 255, 255, 0.55) 72%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 1px solid rgba(171, 209, 188, 0.50);
}
.vca-access-account-eyebrow {
    display: inline-flex !important;
    align-items: center;
    margin: 0 0 0.9rem !important;
    padding: 0.38rem 0.84rem !important;
    border: 1px solid #bfe7ce !important;
    border-radius: 999px !important;
    background: #eef9f2 !important;
    color: #087739 !important;
    font-size: 0.74rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    box-shadow: 0 8px 18px rgba(8, 119, 57, 0.08) !important;
}
.vca-access-account-hero h2 {
    margin: 0 0 0.8rem !important;
    color: #071527 !important;
    font-size: clamp(2.15rem, 4vw, 3.2rem) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.035em;
}
.vca-access-account-hero p {
    max-width: 46rem;
    margin: 0 !important;
    color: #20364b !important;
    font-size: 1.05rem !important;
    line-height: 1.72 !important;
}
.vca-access-account .vca-access-account-card {
    margin: 0 2.35rem 1.15rem !important;
    padding: 1.25rem !important;
    border: 1px solid #d2e2e9 !important;
    border-radius: 1.25rem !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 16px 38px rgba(8, 32, 50, 0.08) !important;
}
.vca-access-account .vca-access-account-card.is-active {
    border-color: #79c59c !important;
    background: linear-gradient(180deg, rgba(244, 252, 247, 0.96), rgba(255, 255, 255, 0.98)) !important;
    box-shadow: 0 18px 40px rgba(8, 32, 50, 0.09), 0 0 0 1px rgba(15, 139, 69, 0.05) !important;
}
.vca-access-account .vca-access-legal-note {
    margin: 0 !important;
    padding: 1.15rem 2.35rem 1.25rem !important;
    border-top: 1px solid #cfe1d8 !important;
    background: linear-gradient(180deg, rgba(245, 250, 247, 0.94), rgba(255, 255, 255, 0.98)) !important;
    color: #32475b !important;
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
}
.vca-access-footer,
.vca-access-portal-footer {
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.vca-access-footer {
    margin-top: 4.25rem !important;
}
.vca-access-footer__inner {
    background: linear-gradient(180deg, #ffffff 0%, #fcfdfd 100%) !important;
    border-color: #d8e3e9 !important;
}

.vca-access-portal-footer {
    margin-top: 1.65rem !important;
}
@media (max-width: 960px) {
    .vca-access-footer,
    .vca-access-portal-footer,
    .vca-access-box.vca-access-account {
        max-width: calc(100% - 2rem) !important;
    }
}
@media (max-width: 640px) {
    .vca-access-account-hero {
        padding: 1.55rem 1.15rem 1rem;
    }
    .vca-access-account .vca-access-account-card {
        margin: 0 1.15rem 1rem !important;
    }
    .vca-access-account .vca-access-legal-note {
        padding: 1rem 1.15rem !important;
    }
    .vca-access-footer {
        margin-top: 2.75rem !important;
    }
    .vca-access-portal-footer {
        margin-top: 1.1rem !important;
    }
    .vca-access-footer,
    .vca-access-portal-footer,
    .vca-access-box.vca-access-account {
        max-width: calc(100% - 1rem) !important;
    }
}


/* 16B-2-H11 — Business products strict 2-column grid hotfix */
/* 16B-2-H11 — Business products strict 2-column grid hotfix */
.vca-access-box.vca-access-business-page #pakiety-firmowe > .vca-access-products,
.vca-access-box.vca-access-business-page .vca-access-feature-box > .vca-access-products,
.vca-access-box.vca-access-buy #pakiety-firmowe-preview .vca-access-details-body > div > .vca-access-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.15rem !important;
}

.vca-access-box.vca-access-business-page #pakiety-firmowe > .vca-access-products > .vca-access-product,
.vca-access-box.vca-access-business-page .vca-access-feature-box > .vca-access-products > .vca-access-product,
.vca-access-box.vca-access-buy #pakiety-firmowe-preview .vca-access-details-body > div > .vca-access-products > .vca-access-product {
    min-width: 0 !important;
}

@media (max-width: 760px) {
    .vca-access-box.vca-access-business-page #pakiety-firmowe > .vca-access-products,
    .vca-access-box.vca-access-business-page .vca-access-feature-box > .vca-access-products,
    .vca-access-box.vca-access-buy #pakiety-firmowe-preview .vca-access-details-body > div > .vca-access-products {
        grid-template-columns: 1fr !important;
    }
}

/* ACCESS-NL-3H1B: desktop width safety for simple access shortcodes.
   Keep payment return, status and code activation cards aligned with the access footer
   in every language context without changing shortcode logic, Stripe, licences or course access. */
.vca-access-box.vca-access-payment-success,
.vca-access-box.vca-access-payment-cancelled,
.vca-access-box.vca-access-status,
.vca-access-box.vca-access-redeem-code {
    width: 100% !important;
    max-width: 1120px !important;
    box-sizing: border-box !important;
    margin: 2rem auto 2.2rem !important;
    padding: 1.4rem 1.55rem !important;
}

@media (max-width: 960px) {
    .vca-access-box.vca-access-payment-success,
    .vca-access-box.vca-access-payment-cancelled,
    .vca-access-box.vca-access-status,
    .vca-access-box.vca-access-redeem-code {
        max-width: calc(100% - 2rem) !important;
    }
}

@media (max-width: 640px) {
    .vca-access-box.vca-access-payment-success,
    .vca-access-box.vca-access-payment-cancelled,
    .vca-access-box.vca-access-status,
    .vca-access-box.vca-access-redeem-code {
        max-width: calc(100% - 1rem) !important;
        margin-top: 1.2rem !important;
        margin-bottom: 1.4rem !important;
        padding: 1rem !important;
    }
}

/* ACCESS-NL-3H5: Code activation card width alignment hotfix.
   Keep the activation result/form card aligned with the access footer and top menu on desktop.
   This is CSS-only: no changes to codes, licences, Stripe, shortcodes, URLs or language logic. */
body .vca-access-box.vca-access-redeem-code,
body .entry-content .vca-access-box.vca-access-redeem-code,
body .wp-site-blocks .vca-access-box.vca-access-redeem-code,
body .vca-shell-site .vca-access-box.vca-access-redeem-code {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: calc(100% - 2rem) !important;
    max-width: 1120px !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 2rem auto 2.2rem !important;
    padding: 1.4rem 1.55rem !important;
}

body .vca-access-box.vca-access-redeem-code + .vca-access-footer,
body .vca-access-box.vca-access-redeem-code + .vca-access-portal-footer {
    margin-top: 3rem !important;
}

@media (min-width: 1280px) {
    body .vca-access-box.vca-access-redeem-code,
    body .entry-content .vca-access-box.vca-access-redeem-code,
    body .wp-site-blocks .vca-access-box.vca-access-redeem-code,
    body .vca-shell-site .vca-access-box.vca-access-redeem-code {
        width: 100% !important;
        max-width: 1120px !important;
    }
}

@media (max-width: 960px) {
    body .vca-access-box.vca-access-redeem-code,
    body .entry-content .vca-access-box.vca-access-redeem-code,
    body .wp-site-blocks .vca-access-box.vca-access-redeem-code,
    body .vca-shell-site .vca-access-box.vca-access-redeem-code {
        width: calc(100% - 2rem) !important;
        max-width: calc(100% - 2rem) !important;
    }
}

@media (max-width: 640px) {
    body .vca-access-box.vca-access-redeem-code,
    body .entry-content .vca-access-box.vca-access-redeem-code,
    body .wp-site-blocks .vca-access-box.vca-access-redeem-code,
    body .vca-shell-site .vca-access-box.vca-access-redeem-code {
        width: calc(100% - 1rem) !important;
        max-width: calc(100% - 1rem) !important;
        margin-top: 1.2rem !important;
        margin-bottom: 1.4rem !important;
        padding: 1rem !important;
        border-radius: 14px !important;
    }
}
