/* /PharmacyInfo/IhioPackageSelectorPage.razor.rz.scp.css */
.ihio-package[b-vmhqpjddor] {
    max-width: 1200px;
}

.ihio-package__state-card[b-vmhqpjddor] {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e8eef9;
    box-shadow: 0 12px 32px rgba(15, 42, 87, 0.08);
    padding: 1.2rem;
}

.ihio-package__trust-bar[b-vmhqpjddor] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #d8e3f4;
    border-radius: 999px;
    padding: 0.4rem 0.95rem;
    color: #1f4a92;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(15, 42, 87, 0.05);
}

.ihio-package__trust-dot[b-vmhqpjddor] {
    display: inline-flex;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0f6b46;
    box-shadow: 0 0 0 4px rgba(15, 107, 70, 0.15);
}

.ihio-package__header[b-vmhqpjddor] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ihio-package__title[b-vmhqpjddor] {
    color: #1d3761;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.ihio-package__subtitle[b-vmhqpjddor] {
    color: #546b8c;
    max-width: 100%;
    margin: 0 auto;
    white-space: normal;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    line-height: 2;
}

.ihio-package__subtitle-emphasis[b-vmhqpjddor] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(135deg, rgba(15, 107, 70, 0.10), rgba(42, 148, 105, 0.16));
    color: #0f6b46;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 0.22rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 107, 70, 0.28);
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(15, 107, 70, 0.08);
}

.ihio-package__subtitle-emphasis-icon[b-vmhqpjddor] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #0f6b46;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
}

/* ===== Featured (Recommended) Hero Card ===== */
.ihio-featured-card[b-vmhqpjddor] {
    position: relative;
    background: linear-gradient(135deg, #fffaee 0%, #fff3d2 100%);
    border: 2px solid #efcb72;
    border-radius: 1.4rem;
    padding: 1.4rem 1.6rem 1.6rem;
    box-shadow: 0 28px 70px rgba(176, 129, 18, 0.22);
    overflow: hidden;
}

.ihio-featured-card[b-vmhqpjddor]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.55) 0%, transparent 60%);
    pointer-events: none;
}

.ihio-featured-card__ribbon[b-vmhqpjddor] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: linear-gradient(180deg, #f0b945 0%, #b87a0c 100%);
    color: #1a1308;
    border-radius: 999px;
    padding: 0.4rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 1.1rem;
    box-shadow: 0 8px 18px rgba(184, 122, 12, 0.32);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 1;
}

.ihio-featured-card__ribbon-icon[b-vmhqpjddor] {
    font-size: 0.95rem;
    line-height: 1;
}

.ihio-featured-card__body[b-vmhqpjddor] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.ihio-featured-card__main[b-vmhqpjddor] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.ihio-featured-card__title[b-vmhqpjddor] {
    color: #2a1a04;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 0 0.3rem;
}

.ihio-featured-card__desc[b-vmhqpjddor] {
    color: #5a431a;
    font-size: 0.98rem;
    margin: 0;
}

.ihio-featured-card__metrics[b-vmhqpjddor] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.ihio-featured-card__metric[b-vmhqpjddor] {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(184, 122, 12, 0.2);
    border-radius: 0.75rem;
    padding: 0.7rem 0.85rem;
}

.ihio-featured-card__metric-label[b-vmhqpjddor] {
    color: #6f5212;
    font-size: 0.75rem;
    font-weight: 700;
}

.ihio-featured-card__metric-value[b-vmhqpjddor] {
    color: #2a1a04;
    font-size: 1rem;
    font-weight: 800;
    direction: ltr;
}

.ihio-featured-card__metric-value small[b-vmhqpjddor] {
    font-size: 0.72rem;
    font-weight: 600;
    opacity: 0.75;
}

.ihio-featured-card__insight[b-vmhqpjddor] {
    background: rgba(255, 255, 255, 0.55);
    border: 1px dashed rgba(184, 122, 12, 0.4);
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    color: #4a3812;
}

.ihio-featured-card__insight-title[b-vmhqpjddor] {
    display: block;
    color: #2a1a04;
    font-weight: 800;
    font-size: 0.92rem;
    margin-bottom: 0.2rem;
}

.ihio-featured-card__panel[b-vmhqpjddor] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.6rem;
    background: #ffffff;
    border: 1px solid rgba(184, 122, 12, 0.3);
    border-radius: 1rem;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 14px 30px rgba(176, 129, 18, 0.16);
}

.ihio-featured-card__panel-label[b-vmhqpjddor] {
    color: #6f5212;
    font-size: 0.82rem;
    font-weight: 700;
}

.ihio-featured-card__panel-amount[b-vmhqpjddor] {
    color: #2a1a04;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.1;
    direction: ltr;
}

.ihio-featured-card__panel-amount small[b-vmhqpjddor] {
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.75;
}

.ihio-featured-card__panel-saving[b-vmhqpjddor] {
    background: #0f6b46;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.32rem 0.75rem;
    border-radius: 999px;
    text-align: center;
    box-shadow: 0 6px 14px rgba(15, 107, 70, 0.22);
}

.ihio-featured-card__cta[b-vmhqpjddor] {
    background: linear-gradient(180deg, #f0b945 0%, #b87a0c 100%);
    color: #1a1308;
    border: none;
    font-weight: 800;
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    box-shadow: 0 14px 30px rgba(184, 122, 12, 0.42),
                inset 0 1px 0 rgba(255, 255, 255, 0.45);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.ihio-featured-card__cta:hover[b-vmhqpjddor],
.ihio-featured-card__cta:focus-visible[b-vmhqpjddor] {
    color: #1a1308;
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(184, 122, 12, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.ihio-featured-card__panel-note[b-vmhqpjddor] {
    color: #6f5212;
    font-size: 0.78rem;
    text-align: center;
    font-weight: 600;
}

/* ===== Alternatives section ===== */
.ihio-alt-section[b-vmhqpjddor] {
    margin-top: 1.5rem;
}

.ihio-alt-section__heading[b-vmhqpjddor] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.1rem;
}

.ihio-alt-section__line[b-vmhqpjddor] {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, #cdd8ec, transparent);
}

.ihio-alt-section__text[b-vmhqpjddor] {
    color: #6f82a0;
    font-size: 0.88rem;
    font-weight: 700;
    white-space: nowrap;
}

/* ===== Alternative cards ===== */
.ihio-alt-card[b-vmhqpjddor] {
    border: 1px solid #e2e9f4 !important;
    border-radius: 1rem !important;
    box-shadow: 0 10px 26px rgba(15, 42, 87, 0.07);
    background: #ffffff;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ihio-alt-card:hover[b-vmhqpjddor] {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.11);
    border-color: #b9cdf0 !important;
}

.ihio-alt-card .card-body[b-vmhqpjddor] {
    padding: 1.1rem 1.15rem;
}

.ihio-alt-card__head[b-vmhqpjddor] {
    margin-bottom: 0.85rem;
}

.ihio-alt-card__chip[b-vmhqpjddor] {
    display: inline-flex;
    align-items: center;
    background: #eef4ff;
    color: #1f4a92;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 0.55rem;
}

.ihio-alt-card__title[b-vmhqpjddor] {
    color: #15325c;
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 0.2rem;
}

.ihio-alt-card__desc[b-vmhqpjddor] {
    color: #5f7392;
    font-size: 0.86rem;
    margin: 0;
    min-height: 2.4rem;
}

.ihio-alt-card__price-box[b-vmhqpjddor] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #e2e9f4;
    border-radius: 0.75rem;
    padding: 0.7rem 0.85rem;
    margin-bottom: 0.75rem;
}

.ihio-alt-card__price-label[b-vmhqpjddor] {
    color: #6f82a0;
    font-size: 0.78rem;
    font-weight: 700;
}

.ihio-alt-card__price-value[b-vmhqpjddor] {
    color: #15325c;
    font-size: 1.15rem;
    font-weight: 800;
    direction: ltr;
}

.ihio-alt-card__price-value small[b-vmhqpjddor] {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 0.75;
}

.ihio-alt-card__price-caption[b-vmhqpjddor] {
    color: #4f6687;
    font-size: 0.76rem;
}

.ihio-alt-card__insight[b-vmhqpjddor] {
    background: #f4f7fc;
    border: 1px solid #e2e9f4;
    border-radius: 0.7rem;
    padding: 0.6rem 0.8rem;
    color: #2c3d5c;
    font-size: 0.8rem;
    line-height: 1.7;
    margin-top: auto;
}

.ihio-alt-card__insight-title[b-vmhqpjddor] {
    display: block;
    color: #15325c;
    font-weight: 800;
    margin-bottom: 0.15rem;
    font-size: 0.85rem;
}

.ihio-alt-card__action[b-vmhqpjddor] {
    min-height: 44px;
    border-radius: 0.7rem;
    font-weight: 700;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
    .ihio-featured-card__body[b-vmhqpjddor] {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    .ihio-featured-card__metrics[b-vmhqpjddor] {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .ihio-featured-card__panel[b-vmhqpjddor] {
        order: -1;
    }
}

@media (max-width: 767.98px) {
    .ihio-package[b-vmhqpjddor] {
        padding-top: 1rem !important;
    }

    .ihio-package__state-card[b-vmhqpjddor],
    .ihio-featured-card[b-vmhqpjddor],
    .ihio-alt-card[b-vmhqpjddor] {
        border-radius: 0.95rem;
    }

    .ihio-featured-card[b-vmhqpjddor] {
        padding: 1.1rem 1rem 1.2rem;
    }

    .ihio-featured-card__title[b-vmhqpjddor] {
        font-size: 1.3rem;
    }

    .ihio-featured-card__panel-amount[b-vmhqpjddor] {
        font-size: 1.45rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ihio-alt-card[b-vmhqpjddor],
    .ihio-featured-card__cta[b-vmhqpjddor] {
        transition: none;
    }

    .ihio-alt-card:hover[b-vmhqpjddor],
    .ihio-featured-card__cta:hover[b-vmhqpjddor] {
        transform: none;
    }
}
/* /PharmacyInfo/IhioPriceInfoPage.razor.rz.scp.css */
.epay-page[b-7sijarq0bn] {
    position: relative;
    max-width: 1280px;
}

.epay-page__state-card[b-7sijarq0bn] {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e8eef9;
    box-shadow: 0 12px 32px rgba(15, 42, 87, 0.08);
    padding: 1.25rem;
}

/* ===== Hero ===== */
.epay-hero[b-7sijarq0bn] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
    border: 1px solid #dfe8fb;
    border-radius: 1.25rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.08);
    overflow: hidden;
}

.epay-hero[b-7sijarq0bn]::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(59, 120, 212, 0.18), transparent 40%);
    pointer-events: none;
}

.epay-hero__info[b-7sijarq0bn] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.epay-hero__eyebrow[b-7sijarq0bn] {
    display: inline-block;
    width: max-content;
    padding: 0.28rem 0.7rem;
    background: rgba(38, 92, 176, 0.10);
    color: #1f4a92;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.epay-hero__customer-name[b-7sijarq0bn] {
    color: #15325c;
    font-weight: 800;
    font-size: 1.45rem;
    margin: 0.25rem 0 0;
}

.epay-hero__customer-meta[b-7sijarq0bn] {
    color: #546b8c;
    font-size: 0.95rem;
}

.epay-hero__code[b-7sijarq0bn] {
    color: #1b3f72;
    font-weight: 700;
}

.epay-hero__summary[b-7sijarq0bn] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
    text-align: end;
}

.epay-hero__chip[b-7sijarq0bn] {
    border-radius: 999px;
    background: #dfe8f9;
    color: #28466f;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.42rem 0.9rem;
    white-space: nowrap;
}

.epay-hero__amount[b-7sijarq0bn] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(15, 42, 87, 0.08);
    border-radius: 0.9rem;
    padding: 0.6rem 0.9rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.epay-hero__amount-label[b-7sijarq0bn] {
    font-size: 0.78rem;
    color: #546b8c;
}

.epay-hero__amount-value[b-7sijarq0bn] {
    color: #0e3f89;
    font-weight: 800;
    font-size: 1.1rem;
    direction: ltr;
}

/* ===== Trust row ===== */
.epay-trust-row[b-7sijarq0bn] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.epay-trust-item[b-7sijarq0bn] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
    background: #ffffff;
    border: 1px solid #e8eef9;
    border-radius: 0.85rem;
    padding: 0.7rem 0.9rem;
    box-shadow: 0 6px 18px rgba(15, 42, 87, 0.04);
}

.epay-trust-icon[b-7sijarq0bn] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #f1f6ff 0%, #e7f0ff 100%);
    border: 1px solid #d9e6fb;
    color: #1f4a92;
    line-height: 1;
}

.epay-trust-text[b-7sijarq0bn] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.epay-trust-title[b-7sijarq0bn] {
    color: #17345f;
    font-weight: 700;
    font-size: 0.92rem;
}

.epay-trust-caption[b-7sijarq0bn] {
    color: #6a7d9b;
    font-size: 0.8rem;
}

.epay-trust-phone[b-7sijarq0bn] {
    color: #1f4a92;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    direction: ltr;
    letter-spacing: 0.02em;
}

.epay-trust-phone:hover[b-7sijarq0bn],
.epay-trust-phone:focus-visible[b-7sijarq0bn] {
    color: #15325c;
    text-decoration: underline;
}

/* ===== Items card ===== */
.epay-card[b-7sijarq0bn] {
    background: #ffffff;
    border: 1px solid #e8eef9 !important;
    border-radius: 1.1rem !important;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.07);
}

.epay-card__header[b-7sijarq0bn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #eef2fa;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.epay-card__header h3[b-7sijarq0bn] {
    color: #15325c;
    font-weight: 800;
    font-size: 1.05rem;
}

.epay-change-btn[b-7sijarq0bn] {
    color: #1f4a92;
    font-weight: 700;
    text-decoration: none;
    padding: 0.2rem 0.5rem;
}

.epay-change-btn:hover[b-7sijarq0bn],
.epay-change-btn:focus-visible[b-7sijarq0bn] {
    color: #15325c;
    text-decoration: underline;
}

.epay-col-row[b-7sijarq0bn] {
    width: 70px;
}

.epay-col-unit[b-7sijarq0bn],
.epay-col-qnt[b-7sijarq0bn] {
    width: 130px;
}

.epay-col-total[b-7sijarq0bn] {
    width: 170px;
}

.epay-table thead[b-7sijarq0bn] {
    background: #f4f8ff;
}

.epay-table th[b-7sijarq0bn],
.epay-table td[b-7sijarq0bn] {
    color: #233250;
    vertical-align: middle;
}

.epay-table thead th[b-7sijarq0bn] {
    color: #46618c;
    font-size: 0.85rem;
    font-weight: 700;
    border-bottom: 1px solid #e6edf9;
}

.epay-item[b-7sijarq0bn] {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.epay-item-name[b-7sijarq0bn] {
    color: #15325c;
    font-weight: 700;
    font-size: 0.98rem;
}

.epay-item-meta[b-7sijarq0bn] {
    color: #5e7393;
    font-size: 0.78rem;
}

.epay-discount-row[b-7sijarq0bn] {
    background: #fffbf2;
    color: #8a6510;
}

/* ===== Summary (sidebar) ===== */
.epay-summary[b-7sijarq0bn] {
    position: sticky;
    top: 1rem;
    background: #ffffff;
    border: 1px solid #e8eef9 !important;
    border-radius: 1.1rem !important;
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.08);
    overflow: hidden;
}

.epay-summary__header[b-7sijarq0bn] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 100%);
    border-bottom: 1px solid #eef2fa;
}

.epay-summary__title[b-7sijarq0bn] {
    color: #15325c;
    font-weight: 800;
    font-size: 1.05rem;
}

.epay-summary__caption[b-7sijarq0bn] {
    color: #6a7d9b;
    font-size: 0.82rem;
}

.epay-summary__body[b-7sijarq0bn] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1rem 1.2rem;
}

.epay-summary__row[b-7sijarq0bn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #46618c;
    font-size: 0.95rem;
    padding: 0.45rem 0;
    border-bottom: 1px dashed #e6edf9;
}

.epay-summary__row:last-of-type[b-7sijarq0bn] {
    border-bottom: none;
}

.epay-summary__row strong[b-7sijarq0bn] {
    color: #233250;
    font-weight: 700;
}

.epay-summary__row--payable[b-7sijarq0bn] {
    margin-top: 0.4rem;
    padding: 0.85rem 0.95rem;
    background: linear-gradient(135deg, #f1f6ff 0%, #e7f0ff 100%);
    border: 1px solid #d9e6fb;
    border-radius: 0.85rem;
}

.epay-summary__row--payable span[b-7sijarq0bn] {
    color: #15325c;
    font-weight: 700;
}

.epay-summary__payable-value[b-7sijarq0bn] {
    color: #0e3f89;
    font-weight: 800;
    font-size: 1.15rem;
    direction: ltr;
}

.epay-summary__footer[b-7sijarq0bn] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.9rem 1.2rem 1.2rem;
}

.epay-pay-btn[b-7sijarq0bn] {
    width: 100%;
    padding: 0.85rem 1rem;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #3b78d4 0%, #255daf 100%);
    border: none;
    color: #fff;
    box-shadow: 0 12px 26px rgba(38, 92, 176, 0.28);
    transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

.epay-pay-btn:hover:not(:disabled)[b-7sijarq0bn],
.epay-pay-btn:focus-visible:not(:disabled)[b-7sijarq0bn] {
    color: #fff;
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(38, 92, 176, 0.32);
}

.epay-pay-btn:disabled[b-7sijarq0bn] {
    opacity: 0.85;
    cursor: progress;
}

.epay-pay-caption[b-7sijarq0bn] {
    text-align: center;
    color: #6a7d9b;
    font-size: 0.8rem;
}

.epay-back-btn[b-7sijarq0bn] {
    border-radius: 0.75rem;
    font-weight: 700;
    padding: 0.55rem 1.1rem;
}

/* ===== Responsive ===== */
@media (max-width: 1199.98px) {
    .epay-summary[b-7sijarq0bn] {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .epay-table[b-7sijarq0bn] {
        min-width: 760px;
    }

    .epay-trust-row[b-7sijarq0bn] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .epay-page[b-7sijarq0bn] {
        padding-top: 1rem !important;
    }

    .epay-page__state-card[b-7sijarq0bn],
    .epay-hero[b-7sijarq0bn],
    .epay-card[b-7sijarq0bn],
    .epay-summary[b-7sijarq0bn] {
        border-radius: 0.95rem;
    }

    .epay-hero[b-7sijarq0bn] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }

    .epay-hero__summary[b-7sijarq0bn] {
        align-items: flex-start;
        text-align: start;
        width: 100%;
    }

    .epay-hero__amount[b-7sijarq0bn] {
        align-items: flex-start;
        width: 100%;
    }

    .epay-hero__customer-name[b-7sijarq0bn] {
        font-size: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .epay-pay-btn[b-7sijarq0bn] {
        transition: none;
    }

    .epay-pay-btn:hover:not(:disabled)[b-7sijarq0bn] {
        transform: none;
    }
}
/* /PharmacyInfo/InvoiceSupportPage.razor.rz.scp.css */
.support-invoice[b-185cq64ybw] {
    position: relative;
    max-width: 1280px;
}

.support-invoice__backdrop[b-185cq64ybw] {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(1100px 360px at 80% -10%, rgba(59, 120, 212, 0.10), transparent 60%),
        radial-gradient(800px 280px at 0% 10%, rgba(211, 159, 45, 0.08), transparent 60%),
        linear-gradient(180deg, #f4f7fc 0%, #ffffff 70%);
    border-radius: 1.5rem;
}

.support-invoice__state-card[b-185cq64ybw] {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e8eef9;
    box-shadow: 0 12px 32px rgba(15, 42, 87, 0.08);
    padding: 1.25rem;
}

/* ===== Hero ===== */
.support-invoice__hero[b-185cq64ybw] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
    border: 1px solid #dfe8fb;
    border-radius: 1.25rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.08);
    overflow: hidden;
}

.support-invoice__hero[b-185cq64ybw]::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(59, 120, 212, 0.18), transparent 40%);
    pointer-events: none;
}

.support-invoice__hero--gold[b-185cq64ybw] {
    background: linear-gradient(135deg, #fffaee 0%, #fff0c9 100%);
    border-color: #f0d590;
    box-shadow: 0 18px 40px rgba(171, 130, 25, 0.16);
}

.support-invoice__hero--gold[b-185cq64ybw]::before {
    background: linear-gradient(135deg, rgba(211, 159, 45, 0.22), transparent 45%);
}

.support-invoice__hero-info[b-185cq64ybw] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.support-invoice__eyebrow[b-185cq64ybw] {
    display: inline-block;
    width: max-content;
    padding: 0.28rem 0.7rem;
    background: rgba(38, 92, 176, 0.10);
    color: #1f4a92;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.support-invoice__hero--gold .support-invoice__eyebrow[b-185cq64ybw] {
    background: rgba(171, 130, 25, 0.16);
    color: #8a6510;
}

.support-invoice__customer-name[b-185cq64ybw] {
    color: #15325c;
    font-weight: 800;
    font-size: 1.45rem;
    margin: 0.25rem 0 0;
}

.support-invoice__customer-meta[b-185cq64ybw] {
    color: #546b8c;
    font-size: 0.95rem;
}

.support-invoice__code[b-185cq64ybw] {
    color: #1b3f72;
    font-weight: 700;
}

.support-invoice__hero-summary[b-185cq64ybw] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
    text-align: end;
}

.support-invoice__plan-chip[b-185cq64ybw] {
    border-radius: 999px;
    background: #dfe8f9;
    color: #28466f;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.42rem 0.9rem;
    white-space: nowrap;
}

.support-invoice__plan-chip--gold[b-185cq64ybw] {
    background: linear-gradient(180deg, #e3b144 0%, #c08a16 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(171, 130, 25, 0.3);
}

.support-invoice__hero-amount[b-185cq64ybw] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(15, 42, 87, 0.08);
    border-radius: 0.9rem;
    padding: 0.6rem 0.9rem;
    backdrop-filter: blur(6px);
}

.support-invoice__hero-amount-label[b-185cq64ybw] {
    font-size: 0.78rem;
    color: #546b8c;
}

.support-invoice__hero-amount-value[b-185cq64ybw] {
    color: #0e3f89;
    font-weight: 800;
    font-size: 1.1rem;
    direction: ltr;
}

.support-invoice__hero--gold .support-invoice__hero-amount-value[b-185cq64ybw] {
    color: #7a5407;
}

/* ===== Trust row ===== */
.support-invoice__trust-row[b-185cq64ybw] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.support-invoice__trust-item[b-185cq64ybw] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
    background: #ffffff;
    border: 1px solid #e8eef9;
    border-radius: 0.85rem;
    padding: 0.7rem 0.9rem;
    box-shadow: 0 6px 18px rgba(15, 42, 87, 0.04);
}

.support-invoice__trust-icon[b-185cq64ybw] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #f1f6ff 0%, #e7f0ff 100%);
    border: 1px solid #d9e6fb;
    color: #1f4a92;
    line-height: 1;
}

.support-invoice__trust-text[b-185cq64ybw] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.support-invoice__trust-title[b-185cq64ybw] {
    color: #17345f;
    font-weight: 700;
    font-size: 0.92rem;
}

.support-invoice__trust-caption[b-185cq64ybw] {
    color: #6a7d9b;
    font-size: 0.8rem;
}

.support-invoice__trust-phone[b-185cq64ybw] {
    color: #1f4a92;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    direction: ltr;
    letter-spacing: 0.02em;
}

.support-invoice__trust-phone:hover[b-185cq64ybw],
.support-invoice__trust-phone:focus-visible[b-185cq64ybw] {
    color: #15325c;
    text-decoration: underline;
}

/* ===== Upsell ===== */
.support-invoice__upsell[b-185cq64ybw] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1rem;
    background: linear-gradient(135deg, #fff8e8 0%, #fff1cb 100%);
    border: 1px solid #f1d98a;
    border-radius: 1rem;
    padding: 0.95rem 1.1rem;
    color: #5d4a12;
    box-shadow: 0 10px 24px rgba(171, 130, 25, 0.10);
    flex-wrap: wrap;
}

.support-invoice__upsell-text[b-185cq64ybw] {
    flex: 1 1 240px;
    min-width: 0;
}

.support-invoice__upsell-badge[b-185cq64ybw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #e3b144 0%, #c08a16 100%);
    color: #fff;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.32rem 0.75rem;
    white-space: nowrap;
    flex: 0 0 auto;
    align-self: flex-start;
}

.support-invoice__upsell-btn[b-185cq64ybw] {
    flex: 0 0 auto;
    background: linear-gradient(180deg, #f0b945 0%, #b87a0c 100%);
    color: #1a1308;
    border: none;
    font-weight: 800;
    border-radius: 0.75rem;
    padding: 0.65rem 1.1rem;
    box-shadow: 0 10px 22px rgba(184, 122, 12, 0.32),
                inset 0 1px 0 rgba(255, 255, 255, 0.45);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    white-space: nowrap;
}

.support-invoice__upsell-btn:hover[b-185cq64ybw],
.support-invoice__upsell-btn:focus-visible[b-185cq64ybw] {
    color: #1a1308;
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(184, 122, 12, 0.42),
                inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

/* ===== Items card ===== */
.support-invoice__card[b-185cq64ybw] {
    background: #ffffff;
    border: 1px solid #e8eef9 !important;
    border-radius: 1.1rem !important;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.07);
}

.support-invoice__card-header[b-185cq64ybw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #eef2fa;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.support-invoice__card-header h3[b-185cq64ybw] {
    color: #15325c;
    font-weight: 800;
    font-size: 1.05rem;
}

.support-invoice__items-count[b-185cq64ybw] {
    color: #6a7d9b;
    font-size: 0.85rem;
}

.support-invoice__col-row[b-185cq64ybw] {
    width: 70px;
}

.support-invoice__col-unit[b-185cq64ybw],
.support-invoice__col-qnt[b-185cq64ybw] {
    width: 130px;
}

.support-invoice__col-total[b-185cq64ybw] {
    width: 170px;
}

.support-invoice__table thead[b-185cq64ybw] {
    background: #f4f8ff;
}

.support-invoice__table th[b-185cq64ybw],
.support-invoice__table td[b-185cq64ybw] {
    color: #233250;
    vertical-align: middle;
}

.support-invoice__table thead th[b-185cq64ybw] {
    color: #46618c;
    font-size: 0.85rem;
    font-weight: 700;
    border-bottom: 1px solid #e6edf9;
}

.support-invoice__item[b-185cq64ybw] {
    display: flex;
    flex-direction: column;
}

.support-invoice__item-name[b-185cq64ybw] {
    color: #15325c;
    font-weight: 700;
    font-size: 0.98rem;
}

.support-invoice__discount-row[b-185cq64ybw] {
    background: #fffbf2;
    color: #8a6510;
}

/* ===== Summary (sidebar) ===== */
.support-invoice__summary[b-185cq64ybw] {
    position: sticky;
    top: 1rem;
    background: #ffffff;
    border: 1px solid #e8eef9 !important;
    border-radius: 1.1rem !important;
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.08);
    overflow: hidden;
}

.support-invoice__summary-header[b-185cq64ybw] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 100%);
    border-bottom: 1px solid #eef2fa;
}

.support-invoice__summary-title[b-185cq64ybw] {
    color: #15325c;
    font-weight: 800;
    font-size: 1.05rem;
}

.support-invoice__summary-caption[b-185cq64ybw] {
    color: #6a7d9b;
    font-size: 0.82rem;
}

.support-invoice__summary-body[b-185cq64ybw] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1rem 1.2rem;
}

.support-invoice__summary-row[b-185cq64ybw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #46618c;
    font-size: 0.95rem;
    padding: 0.45rem 0;
    border-bottom: 1px dashed #e6edf9;
}

.support-invoice__summary-row:last-of-type[b-185cq64ybw] {
    border-bottom: none;
}

.support-invoice__summary-row strong[b-185cq64ybw] {
    color: #233250;
    font-weight: 700;
}

.support-invoice__summary-row--payable[b-185cq64ybw] {
    margin-top: 0.4rem;
    padding: 0.85rem 0.95rem;
    background: linear-gradient(135deg, #f1f6ff 0%, #e7f0ff 100%);
    border: 1px solid #d9e6fb;
    border-radius: 0.85rem;
}

.support-invoice__summary-row--payable span[b-185cq64ybw] {
    color: #15325c;
    font-weight: 700;
}

.support-invoice__payable-value[b-185cq64ybw] {
    color: #0e3f89;
    font-weight: 800;
    font-size: 1.15rem;
    direction: ltr;
}

.support-invoice__summary-footer[b-185cq64ybw] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.9rem 1.2rem 1.2rem;
}

.support-invoice__pay-btn[b-185cq64ybw] {
    width: 100%;
    padding: 0.85rem 1rem;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #3b78d4 0%, #255daf 100%);
    border: none;
    color: #fff;
    box-shadow: 0 12px 26px rgba(38, 92, 176, 0.28);
    transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

.support-invoice__pay-btn:hover:not(:disabled)[b-185cq64ybw],
.support-invoice__pay-btn:focus-visible:not(:disabled)[b-185cq64ybw] {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(38, 92, 176, 0.32);
}

.support-invoice__pay-btn:disabled[b-185cq64ybw] {
    opacity: 0.85;
    cursor: progress;
}

.support-invoice__pay-btn--gold[b-185cq64ybw] {
    background: linear-gradient(180deg, #e3b144 0%, #b9830f 100%);
    box-shadow: 0 12px 26px rgba(171, 130, 25, 0.32);
}

.support-invoice__pay-btn--gold:hover:not(:disabled)[b-185cq64ybw],
.support-invoice__pay-btn--gold:focus-visible:not(:disabled)[b-185cq64ybw] {
    box-shadow: 0 16px 30px rgba(171, 130, 25, 0.38);
}

.support-invoice__pay-caption[b-185cq64ybw] {
    text-align: center;
    color: #6a7d9b;
    font-size: 0.8rem;
}

/* ===== Back actions ===== */
.support-invoice__back-button[b-185cq64ybw] {
    border-radius: 0.75rem;
    font-weight: 700;
    padding: 0.55rem 1.1rem;
}

/* ===== Responsive ===== */
@media (max-width: 1199.98px) {
    .support-invoice__summary[b-185cq64ybw] {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .support-invoice__table[b-185cq64ybw] {
        min-width: 760px;
    }

    .support-invoice__trust-row[b-185cq64ybw] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .support-invoice[b-185cq64ybw] {
        padding-top: 1rem !important;
    }

    .support-invoice__state-card[b-185cq64ybw],
    .support-invoice__hero[b-185cq64ybw],
    .support-invoice__card[b-185cq64ybw],
    .support-invoice__summary[b-185cq64ybw],
    .support-invoice__upsell[b-185cq64ybw] {
        border-radius: 0.95rem;
    }

    .support-invoice__hero[b-185cq64ybw] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }

    .support-invoice__hero-summary[b-185cq64ybw] {
        align-items: flex-start;
        text-align: start;
        width: 100%;
    }

    .support-invoice__hero-amount[b-185cq64ybw] {
        align-items: flex-start;
        width: 100%;
    }

    .support-invoice__upsell[b-185cq64ybw] {
        flex-direction: column;
        align-items: flex-start;
    }

    .support-invoice__customer-name[b-185cq64ybw] {
        font-size: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .support-invoice__pay-btn[b-185cq64ybw],
    .support-invoice__upsell-btn[b-185cq64ybw] {
        transition: none;
    }

    .support-invoice__pay-btn:hover:not(:disabled)[b-185cq64ybw],
    .support-invoice__upsell-btn:hover[b-185cq64ybw] {
        transform: none;
    }
}
/* /PharmacyInfo/PharmacyInfoCard.razor.rz.scp.css */
.ph-card[b-aiv3m74ayi] {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e8eef9 !important;
    box-shadow: 0 18px 45px rgba(15, 42, 87, 0.08) !important;
}

.ph-card__header[b-aiv3m74ayi] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ph-card__title[b-aiv3m74ayi] {
    color: #0f2a57;
    font-weight: 800;
}

.ph-card__subtitle[b-aiv3m74ayi] {
    font-size: 0.9rem;
}

.ph-info-list[b-aiv3m74ayi] {
    display: grid;
}

.ph-info-item[b-aiv3m74ayi] {
    display: grid;
    grid-template-columns: minmax(170px, 30%) 1fr;
    gap: 0.8rem 1rem;
    padding: 0.9rem 1rem;
    border-top: 1px solid #edf2fa;
}

.ph-info-item:first-child[b-aiv3m74ayi] {
    border-top: none;
}

.ph-info-item__label[b-aiv3m74ayi] {
    color: #576581;
    font-weight: 700;
}

.ph-info-item__value[b-aiv3m74ayi] {
    color: #1d2a44;
    font-weight: 600;
}

.ph-chip[b-aiv3m74ayi] {
    display: inline-flex;
    align-items: center;
    margin-top: 0.35rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background-color: #f3f7ff;
    font-size: 0.78rem;
    font-weight: 500;
}

.ph-chip--urgent[b-aiv3m74ayi] {
    background-color: #fff1f1;
    color: #b03333;
    font-weight: 700;
}

.ph-progress[b-aiv3m74ayi] {
    margin-top: 0.5rem;
    height: 6px;
    background: #edf2fa;
    border-radius: 999px;
    overflow: hidden;
    max-width: 320px;
}

.ph-progress__fill[b-aiv3m74ayi] {
    height: 100%;
    background: linear-gradient(90deg, #2a9469 0%, #0f6b46 100%);
    border-radius: 999px;
    transition: width 0.3s ease;
}

.ph-progress--urgent .ph-progress__fill[b-aiv3m74ayi] {
    background: linear-gradient(90deg, #d75858 0%, #b03333 100%);
}

.ph-urgency-note[b-aiv3m74ayi] {
    display: block;
    margin-top: 0.4rem;
    color: #b03333;
    font-weight: 700;
    font-size: 0.78rem;
}

@media (prefers-reduced-motion: reduce) {
    .ph-progress__fill[b-aiv3m74ayi] {
        transition: none;
    }
}

.ph-actions[b-aiv3m74ayi] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ph-action-btn[b-aiv3m74ayi] {
    min-height: 64px;
    border-radius: 0.75rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ph-action-btn:not(.disabled):hover[b-aiv3m74ayi],
.ph-action-btn:not(.disabled):focus-visible[b-aiv3m74ayi] {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 42, 87, 0.15);
}

.ph-action-btn small[b-aiv3m74ayi] {
    opacity: 0.9;
}

.ph-discount-alert[b-aiv3m74ayi] {
    background: #fff5f5;
    border-top: 1px solid #ffe1e1;
}

@media (max-width: 767.98px) {
    .ph-info-item[b-aiv3m74ayi] {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

    .ph-actions[b-aiv3m74ayi] {
        grid-template-columns: 1fr;
    }
}
/* /PharmacyInfo/PharmacyInfoPage.razor.rz.scp.css */
.ph-home[b-w80sksz21l] {
    max-width: 1100px;
}

.ph-home__hero[b-w80sksz21l] {
    background: linear-gradient(135deg, #f8fbff 0%, #f2f7ff 100%);
    border: 1px solid #e8eef9;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
}

.ph-home__title[b-w80sksz21l] {
    color: #0f2a57;
    font-size: clamp(1.2rem, 1.6vw + 1rem, 2rem);
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.ph-home__subtitle[b-w80sksz21l] {
    color: #5f6f89;
    font-size: 0.95rem;
}

.ph-home__state-card[b-w80sksz21l] {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e8eef9;
    padding: 1.25rem;
    box-shadow: 0 10px 30px rgba(15, 42, 87, 0.06);
}

.ph-home__loading[b-w80sksz21l] {
    min-height: 88px;
}

@media (max-width: 767.98px) {
    .ph-home[b-w80sksz21l] {
        padding-top: 1rem !important;
    }

    .ph-home__hero[b-w80sksz21l] {
        border-radius: 0.85rem;
        padding: 1rem 0.75rem;
    }
}
/* /PharmacyInfo/SupportDurationSelectorPage.razor.rz.scp.css */
.duration-page[b-pynozofmvq] {
    position: relative;
    max-width: 1280px;
    overflow: hidden;
}

.duration-page__backdrop[b-pynozofmvq] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(44, 123, 229, 0.16), transparent 28%),
        radial-gradient(circle at left center, rgba(255, 193, 7, 0.14), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 255, 0.98));
    filter: blur(2px);
    pointer-events: none;
}

.duration-page > *:not(.duration-page__backdrop)[b-pynozofmvq] {
    position: relative;
    z-index: 1;
}

.duration-page__state-card[b-pynozofmvq] {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border-radius: 1.5rem;
    border: 1px solid rgba(220, 229, 245, 0.9);
    box-shadow: 0 22px 60px rgba(15, 42, 87, 0.12);
    padding: 1.5rem;
}

.duration-page__hero[b-pynozofmvq] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    gap: 1.5rem;
    align-items: stretch;
}

.duration-page__hero-content[b-pynozofmvq] {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(228, 236, 247, 0.95);
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 24px 60px rgba(15, 42, 87, 0.08);
}

.duration-page__eyebrow[b-pynozofmvq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(36, 77, 152, 0.12), rgba(44, 123, 229, 0.18));
    color: #244d98;
    font-size: 0.85rem;
    font-weight: 700;
}

.duration-page__title[b-pynozofmvq] {
    color: #183153;
    font-weight: 900;
    font-size: clamp(1.85rem, 2.8vw, 3rem);
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.duration-page__subtitle[b-pynozofmvq] {
    color: #5f7392;
    font-size: 1rem;
    line-height: 1.9;
    max-width: 60rem;
}

.duration-page__highlights[b-pynozofmvq] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}

.duration-page__highlight-item[b-pynozofmvq] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    background: rgba(248, 251, 255, 0.95);
    border: 1px solid rgba(228, 236, 247, 0.95);
    border-radius: 1.25rem;
    padding: 1rem;
    min-height: 108px;
}

.duration-page__highlight-value[b-pynozofmvq] {
    color: #1b3d6d;
    font-weight: 800;
    font-size: 1rem;
}

.duration-page__highlight-label[b-pynozofmvq] {
    color: #6e82a3;
    font-size: 0.88rem;
    line-height: 1.7;
}

.duration-page__hero-panel[b-pynozofmvq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.9rem;
    border-radius: 2rem;
    padding: 2rem;
    background: linear-gradient(145deg, #183153, #295ea7);
    color: #fff;
    box-shadow: 0 28px 60px rgba(22, 54, 102, 0.28);
    position: relative;
    overflow: hidden;
}

.duration-page__hero-panel[b-pynozofmvq]::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    top: -64px;
    left: -44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
}

.duration-page__hero-panel-badge[b-pynozofmvq] {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.8rem;
    font-weight: 700;
}

.duration-page__hero-panel-title[b-pynozofmvq] {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.7;
}

.duration-page__hero-panel-value[b-pynozofmvq] {
    font-size: clamp(1.7rem, 2vw, 2.4rem);
    font-weight: 900;
    color: #ffd978;
    line-height: 1.2;
}

.duration-page__hero-panel-caption[b-pynozofmvq] {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.9;
    font-size: 0.92rem;
}

.duration-card[b-pynozofmvq] {
    position: relative;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(227, 235, 247, 0.95);
    border-radius: 1.8rem;
    box-shadow: 0 16px 40px rgba(15, 42, 87, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.duration-card:hover[b-pynozofmvq] {
    transform: translateY(-8px);
    box-shadow: 0 30px 55px rgba(15, 42, 87, 0.14);
    border-color: rgba(61, 121, 214, 0.32);
}

.duration-card .card-body[b-pynozofmvq] {
    padding: 1.5rem;
}

.duration-card--recommended[b-pynozofmvq] {
    background: linear-gradient(180deg, rgba(255, 250, 237, 0.96), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(233, 190, 84, 0.75);
    box-shadow: 0 30px 65px rgba(180, 134, 18, 0.2);
}

.duration-card--recommended[b-pynozofmvq]::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    border: 2px solid rgba(233, 190, 84, 0.7);
    opacity: 0;
    pointer-events: none;
    transform-origin: center;
    will-change: transform, opacity;
    animation: duration-card-pulse-b-pynozofmvq 2.4s ease-in-out 0.3s 3;
}

@keyframes duration-card-pulse-b-pynozofmvq {
    0%, 100% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.025);
        opacity: 1;
    }
}

.duration-card__header[b-pynozofmvq] {
    margin-bottom: 1.25rem;
}

.duration-card__badge[b-pynozofmvq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    background: linear-gradient(135deg, #d8a228, #f0c35d);
    color: #fff;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.3rem 0.8rem;
    margin-bottom: 0.9rem;
    box-shadow: 0 10px 24px rgba(204, 151, 27, 0.24);
}

.duration-card__badge--ghost[b-pynozofmvq] {
    background: rgba(36, 77, 152, 0.08);
    color: #31548e;
    box-shadow: none;
}

.duration-card__title[b-pynozofmvq] {
    color: #20385f;
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 0.35rem;
}

.duration-card__desc[b-pynozofmvq] {
    color: #697f9f;
    font-size: 0.95rem;
    line-height: 1.85;
    margin-bottom: 0;
}

.duration-card__price-box[b-pynozofmvq] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    background: linear-gradient(180deg, rgba(245, 249, 255, 0.96), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(226, 235, 247, 0.96);
    border-radius: 1.35rem;
    padding: 1.15rem;
}

.duration-card--recommended .duration-card__price-box[b-pynozofmvq] {
    background: linear-gradient(180deg, rgba(255, 248, 224, 0.9), rgba(255, 255, 255, 0.96));
    border-color: rgba(233, 190, 84, 0.45);
}

.duration-card__price-label[b-pynozofmvq] {
    color: #6f82a0;
    font-size: 0.83rem;
    font-weight: 700;
}

.duration-card__price-value[b-pynozofmvq] {
    color: #183153;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.35;
}

.duration-card__price-caption[b-pynozofmvq] {
    color: #2b66b0;
    font-size: 0.9rem;
    font-weight: 700;
}

.duration-card__metrics-grid[b-pynozofmvq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.duration-card__metric-item[b-pynozofmvq] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.9rem 1rem;
    border-radius: 1.1rem;
    background: rgba(248, 251, 255, 0.92);
    border: 1px solid rgba(232, 239, 249, 0.96);
}

.duration-card__metric-label[b-pynozofmvq] {
    color: #7a8eab;
    font-size: 0.8rem;
    font-weight: 700;
}

.duration-card__metric-value[b-pynozofmvq] {
    color: #20385f;
    font-size: 0.96rem;
    font-weight: 800;
}

.duration-card__insight[b-pynozofmvq] {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: rgba(244, 248, 255, 0.95);
    border: 1px solid rgba(225, 234, 246, 0.95);
    color: #5f7392;
    line-height: 1.85;
    font-size: 0.9rem;
}

.duration-card__insight--recommended[b-pynozofmvq] {
    background: linear-gradient(180deg, rgba(255, 245, 212, 0.9), rgba(255, 250, 235, 0.96));
    border-color: rgba(228, 190, 77, 0.45);
    color: #7b5a14;
}

.duration-card__insight-title[b-pynozofmvq] {
    display: inline-block;
    font-weight: 800;
    margin-bottom: 0.35rem;
    color: #1f4373;
}

.duration-card__insight--recommended .duration-card__insight-title[b-pynozofmvq] {
    color: #8b620f;
}

.duration-card__action[b-pynozofmvq] {
    min-height: 52px;
    border-radius: 1rem;
    font-weight: 800;
    font-size: 0.96rem;
    box-shadow: none;
}

.duration-card__action.btn-primary[b-pynozofmvq] {
    background: linear-gradient(135deg, #2258a7, #2f7ae5);
    border-color: transparent;
    box-shadow: 0 18px 35px rgba(44, 103, 196, 0.28);
}

.duration-card__action.btn-primary:hover[b-pynozofmvq],
.duration-card__action.btn-primary:focus[b-pynozofmvq] {
    background: linear-gradient(135deg, #1d4f95, #2769c6);
}

.duration-card__action.btn-outline-primary[b-pynozofmvq] {
    border-width: 2px;
    color: #2e64af;
}

.duration-card__action.btn-outline-primary:hover[b-pynozofmvq],
.duration-card__action.btn-outline-primary:focus[b-pynozofmvq] {
    color: #fff;
    background: linear-gradient(135deg, #2258a7, #2f7ae5);
    border-color: transparent;
}

.duration-page__footer-actions[b-pynozofmvq] {
    margin-top: 2rem;
}

.duration-page__back-button[b-pynozofmvq] {
    border-radius: 0.95rem;
    padding-inline: 1.1rem;
    min-height: 48px;
    font-weight: 700;
}

/* ===== Trust bar (شرکت تبیان) ===== */
.duration-page__trust-bar[b-pynozofmvq] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.95rem;
    background: rgba(34, 88, 167, 0.06);
    border: 1px solid rgba(34, 88, 167, 0.14);
    color: #1f4373;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 600;
}

.duration-page__trust-dot[b-pynozofmvq] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2a7b39;
    box-shadow: 0 0 0 4px rgba(42, 123, 57, 0.15);
}

/* ===== Context strip (commitment consistency) ===== */
.duration-page__context-strip[b-pynozofmvq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.85rem;
    padding: 0.7rem 1rem;
    background: linear-gradient(135deg, rgba(245, 249, 255, 0.96), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(228, 236, 247, 0.95);
    border-radius: 1rem;
    color: #20385f;
}

.duration-page__context-label[b-pynozofmvq] {
    color: #6e82a3;
    font-size: 0.86rem;
    font-weight: 600;
}

.duration-page__context-value[b-pynozofmvq] {
    color: #1f4373;
    font-size: 0.98rem;
    font-weight: 800;
}

.duration-page__context-divider[b-pynozofmvq] {
    width: 1px;
    height: 16px;
    background: rgba(34, 88, 167, 0.18);
}

.duration-page__context-hint[b-pynozofmvq] {
    color: #5f7392;
    font-size: 0.88rem;
}

/* ===== Hero panel additions ===== */
.duration-page__hero-panel-suffix[b-pynozofmvq] {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.78);
    margin-inline-start: 0.25rem;
}

/* ===== Saving pill on recommended card ===== */
.duration-card__saving-pill[b-pynozofmvq] {
    align-self: flex-start;
    margin-top: 0.5rem;
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(216, 162, 40, 0.16), rgba(240, 195, 93, 0.22));
    color: #7b5a14;
    font-size: 0.8rem;
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    .duration-page__hero[b-pynozofmvq] {
        grid-template-columns: 1fr;
    }

    .duration-page__hero-content[b-pynozofmvq],
    .duration-page__hero-panel[b-pynozofmvq] {
        border-radius: 1.6rem;
    }
}

@media (max-width: 991.98px) {
    .duration-page__highlights[b-pynozofmvq] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .duration-page[b-pynozofmvq] {
        padding-top: 1rem !important;
    }

    .duration-page__hero-content[b-pynozofmvq],
    .duration-page__hero-panel[b-pynozofmvq],
    .duration-page__state-card[b-pynozofmvq],
    .duration-card[b-pynozofmvq] {
        border-radius: 1.35rem;
    }

    .duration-page__hero-content[b-pynozofmvq],
    .duration-page__hero-panel[b-pynozofmvq],
    .duration-card .card-body[b-pynozofmvq] {
        padding: 1.25rem;
    }

    .duration-page__upsell-banner[b-pynozofmvq] {
        grid-template-columns: 1fr;
    }

    .duration-card__metrics-grid[b-pynozofmvq] {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .duration-card[b-pynozofmvq] {
        transition: none;
    }

    .duration-card:hover[b-pynozofmvq] {
        transform: none;
    }

    .duration-card--recommended[b-pynozofmvq]::after {
        animation: none;
        opacity: 0;
    }
}
/* /PharmacyInfo/SupportPlanBaseCard.razor.rz.scp.css */
.sp-plan-card[b-wbuprfpogt] {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e8eef9 !important;
    box-shadow: 0 18px 45px rgba(15, 42, 87, 0.08);
}

.sp-plan-card__header[b-wbuprfpogt] {
    background: linear-gradient(180deg, #294658 0%, #203745 100%);
}

.sp-plan-card__title[b-wbuprfpogt] {
    color: #fff;
    margin: 0;
    font-weight: 800;
}

.sp-plan-card__price[b-wbuprfpogt] {
    color: #d5e4ee;
    font-weight: 600;
    font-size: 1.05rem;
}

.sp-plan-list__item[b-wbuprfpogt] {
    border-color: #edf2fa;
    padding: 0.8rem 0;
}

.sp-plan-list__item .oi[b-wbuprfpogt] {
    margin-left: 0.35rem;
    vertical-align: middle;
}

.sp-plan-list__name[b-wbuprfpogt] {
    color: #233250;
    font-weight: 600;
}

.sp-plan-list__desc[b-wbuprfpogt] {
    color: #4f6f8f;
    font-size: 0.75rem;
    margin: 0.15rem 0 0;
    padding-right: 1.4rem;
}

.sp-plan-btn[b-wbuprfpogt] {
    min-height: 46px;
    border-radius: 0.75rem;
    font-weight: 700;
}

.sp-plan-btn:not(.disabled):hover[b-wbuprfpogt],
.sp-plan-btn:not(.disabled):focus-visible[b-wbuprfpogt] {
    transform: translateY(-1px);
}
/* /PharmacyInfo/SupportPlanGoldCard.razor.rz.scp.css */
.sp-plan-card[b-td3g7qh37e] {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e8eef9 !important;
    box-shadow: 0 18px 45px rgba(15, 42, 87, 0.08);
}

.sp-plan-card--featured[b-td3g7qh37e] {
    border: 2px solid #efcb72 !important;
    box-shadow: 0 22px 55px rgba(176, 129, 18, 0.22);
    transform: translateY(-4px);
}

.sp-plan-card__header[b-td3g7qh37e] {
    background: linear-gradient(180deg, #f6db92 0%, #eabf58 100%);
}

.sp-plan-card__title[b-td3g7qh37e] {
    color: #2e3547;
    margin: 0;
    font-weight: 800;
}

.sp-plan-card__highlight[b-td3g7qh37e] {
    color: #514014;
    font-size: 0.84rem;
    font-weight: 700;
}

.sp-plan-card__price[b-td3g7qh37e] {
    color: #2f3f57;
    font-weight: 800;
}

.sp-plan-card__price-note[b-td3g7qh37e] {
    font-size: 0.72rem;
    color: #3c4a5f;
}

.sp-plan-card__extra-services[b-td3g7qh37e] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.7rem;
    background: rgba(15, 107, 70, 0.95);
    color: #ffffff;
    padding: 0.32rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(15, 107, 70, 0.28);
}

.sp-plan-card__extra-num[b-td3g7qh37e] {
    background: #ffffff;
    color: #0f6b46;
    border-radius: 999px;
    padding: 0.05rem 0.45rem;
    font-weight: 800;
    direction: ltr;
}

.sp-plan-list__item--exclusive[b-td3g7qh37e] {
    background: linear-gradient(90deg, #fff8e8 0%, transparent 70%);
    border-radius: 0.4rem;
}

.sp-plan-list__exclusive-icon[b-td3g7qh37e] {
    color: #b87a0c !important;
    margin-left: 0.35rem;
    vertical-align: middle;
}

.sp-plan-list__exclusive-tag[b-td3g7qh37e] {
    display: inline-block;
    margin-right: 0.5rem;
    background: linear-gradient(180deg, #f0b945 0%, #b87a0c 100%);
    color: #1a1308;
    font-size: 0.66rem;
    font-weight: 800;
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
    vertical-align: middle;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.sp-plan-badge[b-td3g7qh37e] {
    position: absolute;
    top: 0.8rem;
    left: 1rem;
    background-color: #0f6b46;
    color: #fff;
    font-weight: 700;
    padding: 0.45rem 0.75rem;
}

.sp-plan-list__item[b-td3g7qh37e] {
    border-color: #edf2fa;
    padding: 0.8rem 0;
}

.sp-plan-list__item .oi[b-td3g7qh37e] {
    margin-left: 0.35rem;
    vertical-align: middle;
}

.sp-plan-list__name[b-td3g7qh37e] {
    color: #233250;
    font-weight: 600;
}

.sp-plan-list__desc[b-td3g7qh37e] {
    color: #4f6f8f;
    font-size: 0.75rem;
    margin: 0.15rem 0 0;
    padding-right: 1.4rem;
}

.sp-plan-btn[b-td3g7qh37e] {
    min-height: 46px;
    border-radius: 0.75rem;
    font-weight: 700;
}

.sp-plan-btn--gold[b-td3g7qh37e] {
    background: linear-gradient(180deg, #f0b945 0%, #b87a0c 100%);
    color: #1a1308;
    border: none;
    box-shadow: 0 12px 28px rgba(184, 122, 12, 0.38),
                inset 0 1px 0 rgba(255, 255, 255, 0.45);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.sp-plan-btn--gold:hover[b-td3g7qh37e],
.sp-plan-btn--gold:focus-visible[b-td3g7qh37e] {
    filter: brightness(1.06);
    color: #1a1308;
    box-shadow: 0 16px 34px rgba(184, 122, 12, 0.46),
                inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

@media (max-width: 1199.98px) {
    .sp-plan-card--featured[b-td3g7qh37e] {
        transform: none;
    }
}
/* /PharmacyInfo/SupportPlanPage.razor.rz.scp.css */
.spay-page[b-6i29w1zwu2] {
    max-width: 1200px;
}

.spay-page__state-card[b-6i29w1zwu2] {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e8eef9;
    padding: 1.25rem;
    box-shadow: 0 12px 32px rgba(15, 42, 87, 0.08);
}

.spay-page__headline[b-6i29w1zwu2] {
    margin-bottom: 1.25rem;
}

.spay-page__headline-title[b-6i29w1zwu2] {
    color: #1d3761;
    font-size: clamp(1.1rem, 0.7vw + 1rem, 1.6rem);
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.spay-page__headline-subtitle[b-6i29w1zwu2] {
    color: #4e6386;
    font-size: 0.95rem;
}

.spay-page__decision-bar[b-6i29w1zwu2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #fff8e8 0%, #fff3d2 100%);
    border: 1px solid #f5df9b;
    border-radius: 0.9rem;
    padding: 0.8rem 1rem;
    color: #5d4a12;
    box-shadow: 0 8px 20px rgba(154, 121, 32, 0.12);
}

.spay-page__decision-badge[b-6i29w1zwu2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d39f2d;
    color: #fff;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.32rem 0.7rem;
    white-space: nowrap;
}

/* ===== Value-per-service strip (decoy comparison) ===== */
.spay-page__value-strip[b-6i29w1zwu2] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 0.75rem;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #dfe8fb;
    border-radius: 1rem;
    padding: 0.95rem 1.1rem;
    box-shadow: 0 12px 28px rgba(15, 42, 87, 0.06);
}

.spay-page__value-item[b-6i29w1zwu2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.18rem;
    text-align: center;
    padding: 0.6rem 0.5rem;
    border-radius: 0.75rem;
}

.spay-page__value-item--silver[b-6i29w1zwu2] {
    background: linear-gradient(180deg, #eef1f6 0%, #dde2eb 100%);
    border: 1px solid #c8cfdb;
    color: #2a3242;
}

.spay-page__value-item--gold[b-6i29w1zwu2] {
    background: linear-gradient(180deg, #fff6dc 0%, #ffe5a3 100%);
    border: 1px solid #efcb72;
    color: #644b13;
    position: relative;
}

.spay-page__value-label[b-6i29w1zwu2] {
    font-size: 0.78rem;
    font-weight: 700;
    opacity: 0.85;
}

.spay-page__value-amount[b-6i29w1zwu2] {
    font-size: 1.2rem;
    font-weight: 800;
    direction: ltr;
    line-height: 1.1;
}

.spay-page__value-unit[b-6i29w1zwu2] {
    font-size: 0.74rem;
    font-weight: 600;
    opacity: 0.75;
}

.spay-page__value-saving[b-6i29w1zwu2] {
    margin-top: 0.35rem;
    background: #0f6b46;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.22rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
}

.spay-page__value-vs[b-6i29w1zwu2] {
    align-self: center;
    color: #46557a;
    font-size: 0.78rem;
    font-weight: 700;
    background: #ffffff;
    border: 1px solid #d8e3f4;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(15, 42, 87, 0.06);
}

@media (max-width: 575.98px) {
    .spay-page__value-strip[b-6i29w1zwu2] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .spay-page__value-vs[b-6i29w1zwu2] {
        justify-self: center;
    }
}

.spay-page__footer-actions .btn[b-6i29w1zwu2] {
    min-width: 180px;
}

.spay-page__helper-text[b-6i29w1zwu2] {
    color: #5a6d8c;
    font-size: 0.9rem;
}

.spay-page__secondary-action[b-6i29w1zwu2] {
    color: #5a6a85;
    border-color: #d6dfef;
}

.spay-page__downgrade-card[b-6i29w1zwu2] {
    background: linear-gradient(180deg, #fff9ec 0%, #fff5de 100%);
    border-color: #f2dda3;
    color: #4f4322;
    box-shadow: 0 14px 34px rgba(149, 116, 36, 0.15);
}

.spay-page__downgrade-title[b-6i29w1zwu2] {
    color: #7d4f1f;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.spay-page__downgrade-summary[b-6i29w1zwu2] {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #eedfb8;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    margin-bottom: 0.8rem;
}

.spay-page__downgrade-summary p[b-6i29w1zwu2] {
    margin-bottom: 0.45rem;
}

.spay-page__gold-recommendation[b-6i29w1zwu2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #fff0c8 0%, #ffe3a3 100%);
    border: 1px solid #efcb72;
    border-radius: 0.8rem;
    padding: 0.65rem 0.9rem;
    color: #644b13;
}

.spay-page__gold-cta[b-6i29w1zwu2] {
    min-width: 240px;
    border: none;
    color: #1a1308;
    background: linear-gradient(180deg, #f0b945 0%, #b87a0c 100%);
    box-shadow: 0 12px 28px rgba(184, 122, 12, 0.38),
                inset 0 1px 0 rgba(255, 255, 255, 0.45);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.spay-page__gold-cta:hover[b-6i29w1zwu2],
.spay-page__gold-cta:focus-visible[b-6i29w1zwu2] {
    filter: brightness(1.06);
    color: #1a1308;
    box-shadow: 0 16px 34px rgba(184, 122, 12, 0.46),
                inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

@media (max-width: 767.98px) {
    .spay-page[b-6i29w1zwu2] {
        padding-top: 1rem !important;
    }

    .spay-page__state-card[b-6i29w1zwu2] {
        border-radius: 0.85rem;
    }

    .spay-page__decision-bar[b-6i29w1zwu2],
    .spay-page__gold-recommendation[b-6i29w1zwu2] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /PharmacyInfo/SupportPlanSilverCard.razor.rz.scp.css */
.sp-plan-card--silver[b-s2lg8u75e1] {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #c5cdd9 !important;
    box-shadow: 0 18px 42px rgba(70, 90, 120, 0.14);
}

.sp-plan-card--silver .sp-plan-card__header[b-s2lg8u75e1] {
    background: linear-gradient(180deg, #eef1f6 0%, #c4ccd9 100%);
    border-bottom: 1px solid #a8b2c0;
    position: relative;
}

.sp-plan-card--silver .sp-plan-card__header[b-s2lg8u75e1]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.55) 0%, transparent 60%);
    pointer-events: none;
}

.sp-plan-card--silver .sp-plan-card__title[b-s2lg8u75e1] {
    color: #2a3242;
    margin: 0;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.sp-plan-card--silver .sp-plan-card__price[b-s2lg8u75e1] {
    color: #2a3242;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.sp-plan-card--silver .sp-plan-card__price-note[b-s2lg8u75e1] {
    font-size: 0.72rem;
    color: #4a546b;
}

.sp-plan-card--silver .sp-plan-list__item[b-s2lg8u75e1] {
    border-color: #edf0f5;
    padding: 0.8rem 0;
}

.sp-plan-card--silver .sp-plan-list__item .oi[b-s2lg8u75e1] {
    margin-left: 0.35rem;
    vertical-align: middle;
}

.sp-plan-card--silver .sp-plan-list__name[b-s2lg8u75e1] {
    color: #2c3d5c;
    font-weight: 600;
}

.sp-plan-card--silver .sp-plan-list__desc[b-s2lg8u75e1] {
    color: #5d7593;
    font-size: 0.75rem;
    margin: 0.15rem 0 0;
    padding-right: 1.4rem;
}

.sp-plan-card--silver .sp-plan-btn[b-s2lg8u75e1] {
    min-height: 46px;
    border-radius: 0.75rem;
    font-weight: 700;
}

.sp-plan-card--silver .sp-plan-btn--silver[b-s2lg8u75e1] {
    background: linear-gradient(180deg, #6f7b91 0%, #475266 100%);
    border: none;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(70, 90, 120, 0.32);
}

.sp-plan-card--silver .sp-plan-btn--silver:hover[b-s2lg8u75e1],
.sp-plan-card--silver .sp-plan-btn--silver:focus-visible[b-s2lg8u75e1] {
    filter: brightness(1.08);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(70, 90, 120, 0.4);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-pmx9lhjnv6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pmx9lhjnv6] {
    flex: 1;
}

.sidebar[b-pmx9lhjnv6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pmx9lhjnv6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

/* ReSharper disable once CssNotResolved */
    .top-row[b-pmx9lhjnv6]  a, .top-row .btn-link[b-pmx9lhjnv6] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-pmx9lhjnv6] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pmx9lhjnv6] {
        display: none;
    }

    .top-row.auth[b-pmx9lhjnv6] {
        justify-content: space-between;
    }

    .top-row a[b-pmx9lhjnv6], .top-row .btn-link[b-pmx9lhjnv6] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pmx9lhjnv6] {
        flex-direction: row;
    }

    .sidebar[b-pmx9lhjnv6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pmx9lhjnv6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-pmx9lhjnv6], article[b-pmx9lhjnv6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.ph-support-fab[b-pmx9lhjnv6] {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f3f7ff 100%);
    border: 1px solid #d8e3f4;
    border-radius: 999px;
    padding: 0.55rem 1rem 0.55rem 0.55rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    box-shadow: 0 10px 26px rgba(15, 42, 87, 0.16);
    text-decoration: none;
    color: #183153;
    font-weight: 700;
    z-index: 1050;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    direction: rtl;
}

.ph-support-fab:hover[b-pmx9lhjnv6],
.ph-support-fab:focus-visible[b-pmx9lhjnv6] {
    color: #0f2a57;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15, 42, 87, 0.2);
}

.ph-support-fab__icon[b-pmx9lhjnv6] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(135deg, #3b78d4 0%, #1f4a92 100%);
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(31, 74, 146, 0.32);
}

.ph-support-fab__label[b-pmx9lhjnv6] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.ph-support-fab__label strong[b-pmx9lhjnv6] {
    font-size: 0.82rem;
    color: #15325c;
}

.ph-support-fab__label small[b-pmx9lhjnv6] {
    font-size: 0.78rem;
    color: #1f4a92;
    direction: ltr;
    letter-spacing: 0.04em;
    font-weight: 700;
}

@media (max-width: 640.98px) {
    .ph-support-fab[b-pmx9lhjnv6] {
        bottom: 1rem;
        left: 1rem;
        padding: 0.45rem 0.85rem 0.45rem 0.45rem;
    }

    .ph-support-fab__icon[b-pmx9lhjnv6] {
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
    }

    .ph-support-fab__label strong[b-pmx9lhjnv6] {
        font-size: 0.76rem;
    }

    .ph-support-fab__label small[b-pmx9lhjnv6] {
        font-size: 0.72rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ph-support-fab[b-pmx9lhjnv6] {
        transition: none;
    }
}
/* /Shared/PaymentCallBackPage.razor.rz.scp.css */
.pay-callback[b-ojrv3xm34o] {
    max-width: 1000px;
}

.pay-callback__state-card[b-ojrv3xm34o] {
    background: #fff;
    border: 1px solid #e8eef9;
    border-radius: 1rem;
    box-shadow: 0 12px 30px rgba(15, 42, 87, 0.08);
    padding: 1.4rem 1.2rem;
}

.pay-callback__result-card[b-ojrv3xm34o] {
    border: 1px solid #e8eef9;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.08);
}

.pay-callback__result-card .card-header[b-ojrv3xm34o] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.pay-callback__info-list[b-ojrv3xm34o] {
    display: grid;
}

.pay-callback__info-item[b-ojrv3xm34o] {
    display: grid;
    grid-template-columns: minmax(130px, 35%) 1fr;
    gap: 0.75rem 1rem;
    align-items: center;
    padding: 0.8rem 0.9rem;
    border-top: 1px solid #edf2fa;
}

.pay-callback__info-item:first-child[b-ojrv3xm34o] {
    border-top: none;
}

.pay-callback__label[b-ojrv3xm34o] {
    color: #5a6781;
    font-weight: 700;
}

.pay-callback__value[b-ojrv3xm34o] {
    color: #1d2a44;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .pay-callback__state-card[b-ojrv3xm34o],
    .pay-callback__result-card[b-ojrv3xm34o] {
        border-radius: 0.85rem;
    }

    .pay-callback__info-item[b-ojrv3xm34o] {
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }
}
/* /Shared/PaymentSimulatorPage.razor.rz.scp.css */
.sim-page[b-mcjjcojjg8] {
    max-width: 1200px;
}

.sim-page__state-card[b-mcjjcojjg8] {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e8eef9;
    box-shadow: 0 12px 32px rgba(15, 42, 87, 0.08);
    padding: 1.25rem;
}

.sim-page__banner[b-mcjjcojjg8] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: linear-gradient(135deg, #fff8e8 0%, #fff1cb 100%);
    border: 1px dashed #d39f2d;
    border-radius: 1rem;
    padding: 0.95rem 1.1rem;
    color: #5d4a12;
}

.sim-page__banner-icon[b-mcjjcojjg8] {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d39f2d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* ===== Transaction details card ===== */
.sim-card[b-mcjjcojjg8] {
    background: #ffffff;
    border: 1px solid #e8eef9 !important;
    border-radius: 1.1rem !important;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.07);
}

.sim-card__header[b-mcjjcojjg8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #eef2fa;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.sim-card__header h3[b-mcjjcojjg8] {
    color: #15325c;
    font-weight: 800;
    font-size: 1rem;
}

.sim-card__type-chip[b-mcjjcojjg8] {
    background: #eef4ff;
    color: #1f4a92;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.32rem 0.8rem;
}

.sim-card__table[b-mcjjcojjg8] {
    margin: 0;
}

.sim-card__table th[b-mcjjcojjg8] {
    color: #46618c;
    font-weight: 700;
    font-size: 0.88rem;
    width: 40%;
    background: #f7faff;
    border-bottom: 1px solid #eef2fa;
}

.sim-card__table td[b-mcjjcojjg8] {
    color: #15325c;
    font-size: 0.92rem;
    border-bottom: 1px solid #eef2fa;
    direction: ltr;
    text-align: start;
}

.sim-card__divider-row td[b-mcjjcojjg8] {
    background: #f1f5fc;
    height: 4px;
    padding: 0;
    border-bottom: none;
}

.sim-card__final-row[b-mcjjcojjg8] {
    background: linear-gradient(135deg, #f1f6ff 0%, #e7f0ff 100%);
}

.sim-card__final-row th[b-mcjjcojjg8],
.sim-card__final-row td[b-mcjjcojjg8] {
    color: #0e3f89;
    border-bottom: none;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.sim-card__final-amount[b-mcjjcojjg8] {
    color: #0e3f89;
    font-weight: 800;
    font-size: 1.15rem;
    direction: ltr;
}

/* ===== Verify (expected accounting doc) ===== */
.sim-verify[b-mcjjcojjg8] {
    background: #ffffff;
    border: 1px solid #e8eef9;
    border-radius: 1.1rem;
    box-shadow: 0 12px 28px rgba(15, 42, 87, 0.06);
    padding: 1.1rem 1.2rem;
}

.sim-verify__title[b-mcjjcojjg8] {
    color: #15325c;
    font-weight: 800;
    font-size: 1rem;
}

.sim-verify__table th[b-mcjjcojjg8] {
    color: #46618c;
    font-weight: 700;
    font-size: 0.85rem;
    background: #f7faff;
}

.sim-verify__table td[b-mcjjcojjg8] {
    color: #233250;
    font-size: 0.88rem;
}

.sim-verify__total-row td[b-mcjjcojjg8] {
    background: #f3f7ff;
    border-top: 2px solid #d8e3f4;
    color: #15325c;
}

.sim-verify__note[b-mcjjcojjg8] {
    margin-top: 0.65rem;
    font-size: 0.92rem;
    text-align: center;
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    background: rgba(15, 107, 70, 0.08);
}

/* ===== Action buttons ===== */
.sim-actions[b-mcjjcojjg8] {
    background: #ffffff;
    border: 1px solid #e8eef9 !important;
    border-radius: 1.1rem !important;
    box-shadow: 0 18px 40px rgba(15, 42, 87, 0.08);
    overflow: hidden;
    position: sticky;
    top: 1rem;
}

.sim-actions__header[b-mcjjcojjg8] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 100%);
    border-bottom: 1px solid #eef2fa;
}

.sim-actions__title[b-mcjjcojjg8] {
    color: #15325c;
    font-weight: 800;
    font-size: 1rem;
}

.sim-actions__caption[b-mcjjcojjg8] {
    color: #6a7d9b;
    font-size: 0.82rem;
}

.sim-actions__body[b-mcjjcojjg8] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 1rem 1.2rem 1.2rem;
}

.sim-actions__btn[b-mcjjcojjg8] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    text-align: start;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.sim-actions__btn:hover[b-mcjjcojjg8],
.sim-actions__btn:focus-visible[b-mcjjcojjg8] {
    transform: translateY(-1px);
}

.sim-actions__btn-icon[b-mcjjcojjg8] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    font-size: 1.15rem;
    font-weight: 900;
}

.sim-actions__btn-label[b-mcjjcojjg8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.35;
}

.sim-actions__btn-label strong[b-mcjjcojjg8] {
    font-size: 0.98rem;
}

.sim-actions__btn-label small[b-mcjjcojjg8] {
    font-size: 0.78rem;
    opacity: 0.85;
    font-weight: 600;
}

.sim-actions__btn--success[b-mcjjcojjg8] {
    background: linear-gradient(135deg, #2a9469 0%, #0f6b46 100%);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 107, 70, 0.28);
}

.sim-actions__btn--success:hover[b-mcjjcojjg8],
.sim-actions__btn--success:focus-visible[b-mcjjcojjg8] {
    color: #ffffff;
    filter: brightness(1.06);
    box-shadow: 0 16px 32px rgba(15, 107, 70, 0.36);
}

.sim-actions__btn--success .sim-actions__btn-icon[b-mcjjcojjg8] {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.sim-actions__btn--fail[b-mcjjcojjg8] {
    background: linear-gradient(135deg, #d75858 0%, #b03333 100%);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(176, 51, 51, 0.28);
}

.sim-actions__btn--fail:hover[b-mcjjcojjg8],
.sim-actions__btn--fail:focus-visible[b-mcjjcojjg8] {
    color: #ffffff;
    filter: brightness(1.06);
    box-shadow: 0 16px 32px rgba(176, 51, 51, 0.36);
}

.sim-actions__btn--fail .sim-actions__btn-icon[b-mcjjcojjg8] {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.sim-actions__btn--cancel[b-mcjjcojjg8] {
    background: #f7faff;
    color: #46618c;
    border-color: #d8e3f4;
}

.sim-actions__btn--cancel:hover[b-mcjjcojjg8],
.sim-actions__btn--cancel:focus-visible[b-mcjjcojjg8] {
    color: #15325c;
    background: #eef4ff;
    border-color: #b9cdf0;
}

.sim-actions__btn--cancel .sim-actions__btn-icon[b-mcjjcojjg8] {
    background: #ffffff;
    color: #46618c;
    border: 1px solid #d8e3f4;
}

@media (max-width: 1199.98px) {
    .sim-actions[b-mcjjcojjg8] {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .sim-card[b-mcjjcojjg8],
    .sim-verify[b-mcjjcojjg8],
    .sim-actions[b-mcjjcojjg8] {
        border-radius: 0.95rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sim-actions__btn[b-mcjjcojjg8] {
        transition: none;
    }

    .sim-actions__btn:hover[b-mcjjcojjg8] {
        transform: none;
    }
}
/* /Shared/SupportFlowStepper.razor.rz.scp.css */
.flow-stepper[b-6c1p54sq36] {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    margin: 0 auto 1.25rem;
    padding: 0;
}

.flow-stepper__list[b-6c1p54sq36] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    list-style: none;
    margin: 0;
    padding: 0.45rem 0.7rem;
    flex-wrap: nowrap;
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid #d8e3f4;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(15, 42, 87, 0.08);
}

.flow-stepper__item[b-6c1p54sq36] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.4rem 0.95rem 0.4rem 0.55rem;
    border-radius: 999px;
    background: #e8edf6;
    border: 1px solid #c9d3e5;
    color: #46557a;
    font-weight: 700;
    font-size: 0.92rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.flow-stepper__item--current[b-6c1p54sq36] {
    background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
    border-color: #b9cdf0;
    color: #1f4a92;
    box-shadow: 0 8px 20px rgba(31, 74, 146, 0.14);
}

.flow-stepper__item--done[b-6c1p54sq36] {
    background: rgba(15, 107, 70, 0.08);
    border-color: rgba(15, 107, 70, 0.25);
    color: #0f6b46;
}

.flow-stepper__num[b-6c1p54sq36] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid currentColor;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
}

.flow-stepper__item--current .flow-stepper__num[b-6c1p54sq36] {
    background: linear-gradient(180deg, #3b78d4 0%, #1f4a92 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(31, 74, 146, 0.32);
}

.flow-stepper__item--done .flow-stepper__num[b-6c1p54sq36] {
    background: #0f6b46;
    border-color: transparent;
    color: #ffffff;
}

.flow-stepper__separator[b-6c1p54sq36] {
    flex: 0 1 44px;
    height: 2px;
    background: #e2e9f4;
    border-radius: 2px;
    transition: background 0.2s ease;
}

.flow-stepper__separator--done[b-6c1p54sq36] {
    background: linear-gradient(90deg, #0f6b46 0%, #2a9469 100%);
}

@media (max-width: 640.98px) {
    .flow-stepper__list[b-6c1p54sq36] {
        gap: 0.25rem;
    }

    .flow-stepper__label[b-6c1p54sq36] {
        display: none;
    }

    .flow-stepper__item[b-6c1p54sq36] {
        padding: 0.35rem;
    }

    .flow-stepper__separator[b-6c1p54sq36] {
        flex-basis: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .flow-stepper__item[b-6c1p54sq36],
    .flow-stepper__separator[b-6c1p54sq36] {
        transition: none;
    }
}
