/* /Components/AgentInfoSkeleton.razor.rz.scp.css */
.agent-skeleton-contact-item[b-25mrgc0tc2] {
    margin-bottom: 1rem;
}

.agent-skeleton-line-label[b-25mrgc0tc2] {
    width: 30%;
    height: 16px;
    margin-bottom: 0.5rem;
}

.agent-skeleton-line-value[b-25mrgc0tc2] {
    width: 60%;
    height: 16px;
}

.skeleton-line[b-25mrgc0tc2] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-25mrgc0tc2 1.5s infinite;
    border-radius: 4px;
}

@keyframes shimmer-b-25mrgc0tc2 {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
/* /Components/Pages/BeneficiaryChange/BeneficiaryChange.razor.rz.scp.css */
.beneficiary-change-main-layout[b-cm0zpavpwy] {
    max-width: 900px;
    margin: 0 auto;
    padding: 1.5rem 1rem 3rem;
}
.beneficiary-change-header-container[b-cm0zpavpwy] { margin-bottom: 1.5rem; }
.beneficiary-change-header[b-cm0zpavpwy] { margin: 0; font-size: 2.25rem; color: #8c2232; }
.beneficiary-alert[b-cm0zpavpwy] { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.25rem; margin-bottom: 1.5rem; border-radius: 0.75rem; border: 1px solid transparent; }
.beneficiary-alert-icon[b-cm0zpavpwy] { display: flex; align-items: flex-start; justify-content: center; width: 2.5rem; color: #8c2232; font-size: 1.4rem; }
.beneficiary-alert-content h4[b-cm0zpavpwy], .beneficiary-alert-content p[b-cm0zpavpwy] { margin: 0; }
.beneficiary-alert-content[b-cm0zpavpwy] { display: grid; gap: 0.35rem; }
.beneficiary-alert-warning[b-cm0zpavpwy] { background: #fbf5f6; border-color: #e3c0c7; }
.beneficiary-alert-danger[b-cm0zpavpwy] { background: #fff5f5; border-color: #f1c2c7; }
.beneficiary-alert-success[b-cm0zpavpwy] { background: #f2faf4; border-color: #b8d8c1; }
.beneficiary-form-section[b-cm0zpavpwy] { margin-bottom: 1.5rem; background: #ffffff; border: 1px solid #d7dde3; border-radius: 0.85rem; overflow: hidden; box-shadow: 0 10px 24px rgba(34, 46, 60, 0.06); }
.beneficiary-section-header[b-cm0zpavpwy] { padding: 1.25rem 1.5rem; background: #f5f7f9; border-bottom: 1px solid #d7dde3; }
.beneficiary-section-header h4[b-cm0zpavpwy], .beneficiary-section-header p[b-cm0zpavpwy] { margin: 0; }
.beneficiary-section-header p[b-cm0zpavpwy] { margin-top: 0.35rem; }
.beneficiary-section-body[b-cm0zpavpwy] { padding: 1.5rem; }
.beneficiary-empty-state[b-cm0zpavpwy] { display: flex; gap: 0.9rem; align-items: flex-start; padding: 1rem; border: 1px dashed #c2ccd6; border-radius: 0.75rem; background: #fbfcfd; }
.beneficiary-empty-state i[b-cm0zpavpwy] { color: #8c2232; font-size: 1.25rem; }
[b-cm0zpavpwy] .beneficiary-policy-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 1rem 1.25rem; align-items: stretch; }
@media (min-width: 1100px) {
    [b-cm0zpavpwy] .beneficiary-policy-list { grid-template-columns: repeat(2, 1fr); }
}
[b-cm0zpavpwy] .beneficiary-policy-card { padding: 1.25rem; border: 1px solid #d7dde3; border-radius: 0.85rem; background: #ffffff; cursor: pointer; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
[b-cm0zpavpwy] .beneficiary-policy-card:hover, [b-cm0zpavpwy] .beneficiary-policy-card:focus-visible { border-color: #8c2232; box-shadow: 0 10px 24px rgba(140, 34, 50, 0.12); transform: translateY(-1px); }
[b-cm0zpavpwy] .beneficiary-policy-card-selected { border-color: #8c2232; box-shadow: 0 12px 30px rgba(140, 34, 50, 0.16); background: linear-gradient(180deg, #fff9fa 0%, #ffffff 100%); }
[b-cm0zpavpwy] .beneficiary-policy-card-header { display: flex; justify-content: space-between; gap: 1rem; }
[b-cm0zpavpwy] .beneficiary-policy-number { font-size: 1.1rem; color: #8c2232; }
[b-cm0zpavpwy] .beneficiary-policy-insured { margin-top: 0.25rem; }
[b-cm0zpavpwy] .beneficiary-policy-selected-indicator, [b-cm0zpavpwy] .beneficiary-policy-badge { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.3rem 0.65rem; border-radius: 999px; font-size: 0.85rem; }
[b-cm0zpavpwy] .beneficiary-policy-selected-indicator { color: #8c2232; background: rgba(140, 34, 50, 0.1); }
[b-cm0zpavpwy] .beneficiary-policy-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0 0.9rem; }
[b-cm0zpavpwy] .beneficiary-plan-badge { background: #edf3f8; color: #425466; }
[b-cm0zpavpwy] .beneficiary-str-badge { background: #f8e8eb; color: #8c2232; }
[b-cm0zpavpwy] .beneficiary-warning-badge { background: #fff4dd; color: #876000; }
[b-cm0zpavpwy] .beneficiary-policy-beneficiaries { display: grid; gap: 0.5rem; }
[b-cm0zpavpwy] .beneficiary-policy-beneficiaries-label { font-size: 0.95rem; }
[b-cm0zpavpwy] .beneficiary-policy-beneficiary-list { margin: 0; padding-left: 1rem; display: grid; gap: 0.35rem; }
[b-cm0zpavpwy] .beneficiary-policy-beneficiary-item { display: flex; flex-wrap: wrap; gap: 0.35rem; }
[b-cm0zpavpwy] .beneficiary-policy-beneficiary-designation { color: #667686; }
[b-cm0zpavpwy] .beneficiary-policy-empty, [b-cm0zpavpwy] .beneficiary-policy-more { font-size: 0.9rem; }
.beneficiary-coverage-tabs[b-cm0zpavpwy] { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; }
.beneficiary-coverage-tab[b-cm0zpavpwy] { padding: 0.85rem 1.2rem; border-radius: 0.75rem; border: 1px solid #d7dde3; background: #ffffff; color: #516273; cursor: pointer; transition: all 0.2s ease; }
.beneficiary-coverage-tab-active[b-cm0zpavpwy] { border-color: #8c2232; background: #8c2232; color: #ffffff; }
[b-cm0zpavpwy] .beneficiary-type-selector { margin-bottom: 1.5rem; }
[b-cm0zpavpwy] .beneficiary-selector-label { display: block; margin-bottom: 0.65rem; color: #425466; }
[b-cm0zpavpwy] .beneficiary-type-options { display: flex; flex-wrap: wrap; gap: 0.75rem; }
[b-cm0zpavpwy] .beneficiary-type-option { padding: 0.8rem 1rem; min-width: 9rem; border-radius: 0.75rem; border: 1px solid #d7dde3; background: #ffffff; color: #516273; cursor: pointer; transition: all 0.2s ease; }
[b-cm0zpavpwy] .beneficiary-type-option-selected { border-color: #8c2232; background: #fff7f8; color: #8c2232; }
[b-cm0zpavpwy] .beneficiary-subsection { margin-top: 1.5rem; }
[b-cm0zpavpwy] .beneficiary-subsection-header { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; margin-bottom: 1rem; }
[b-cm0zpavpwy] .beneficiary-subsection-header h5, [b-cm0zpavpwy] .beneficiary-subsection-header p { margin: 0; }
[b-cm0zpavpwy] .beneficiary-party-list { display: grid; gap: 1rem; }
[b-cm0zpavpwy] .beneficiary-party-row { border: 1px solid #d7dde3; border-radius: 0.85rem; padding: 1.25rem; background: #fbfcfd; }
[b-cm0zpavpwy] .beneficiary-party-row-header { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; margin-bottom: 1rem; }
[b-cm0zpavpwy] .beneficiary-party-row-header h5, [b-cm0zpavpwy] .beneficiary-party-row-header p { margin: 0; }
[b-cm0zpavpwy] .beneficiary-delete-button, [b-cm0zpavpwy] .beneficiary-add-button, .beneficiary-action-button[b-cm0zpavpwy] { display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem; border-radius: 0.75rem; cursor: pointer; transition: all 0.2s ease; }
[b-cm0zpavpwy] .beneficiary-delete-button { padding: 0.6rem 0.9rem; border: 1px solid #e2c2c7; background: #ffffff; color: #8c2232; }
[b-cm0zpavpwy] .beneficiary-field-grid, .beneficiary-signed-at-container[b-cm0zpavpwy] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
[b-cm0zpavpwy] .beneficiary-form-field { display: grid; grid-template-rows: auto auto minmax(1.2rem, auto); row-gap: 0.45rem; align-content: start; }
[b-cm0zpavpwy] .beneficiary-form-field-span-2 { grid-column: span 2; }
[b-cm0zpavpwy] .beneficiary-form-field label { color: #425466; font-size: 0.95rem; }
[b-cm0zpavpwy] .beneficiary-input, [b-cm0zpavpwy] .beneficiary-select, .beneficiary-input[b-cm0zpavpwy], .beneficiary-select[b-cm0zpavpwy] { width: 100%; min-height: 2.9rem; padding: 0.75rem 0.9rem; border: 1px solid #c8d1db; border-radius: 0.7rem; background: #ffffff; color: #203040; font-family: inherit; box-sizing: border-box; }
[b-cm0zpavpwy] .beneficiary-input:focus, [b-cm0zpavpwy] .beneficiary-select:focus, .beneficiary-input:focus[b-cm0zpavpwy], .beneficiary-select:focus[b-cm0zpavpwy] { outline: none; border-color: #8c2232; box-shadow: 0 0 0 3px rgba(140, 34, 50, 0.12); }
[b-cm0zpavpwy] .beneficiary-input-invalid, .beneficiary-input-invalid[b-cm0zpavpwy] { border-color: #c0392b; }
[b-cm0zpavpwy] .beneficiary-input-invalid:focus, .beneficiary-input-invalid:focus[b-cm0zpavpwy] { border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15); }
[b-cm0zpavpwy] .beneficiary-field-error, .beneficiary-field-error[b-cm0zpavpwy] { display: block; margin-top: 0.35rem; color: #c0392b; font-size: 0.85rem; }
.beneficiary-validation-summary-list[b-cm0zpavpwy] { margin: 0.35rem 0 0; padding-left: 1.1rem; display: grid; gap: 0.25rem; }
[b-cm0zpavpwy] .beneficiary-checkbox { display: inline-flex; align-items: center; gap: 0.55rem; color: #425466; }
[b-cm0zpavpwy] .beneficiary-checkbox input { width: 1rem; height: 1rem; accent-color: #8c2232; }
[b-cm0zpavpwy] .beneficiary-pay-children { margin-top: 1.5rem; }
[b-cm0zpavpwy] .beneficiary-add-button { width: 100%; padding: 0.9rem 1rem; margin-top: 1rem; border: 1px dashed #8c2232; background: #fff9fa; color: #8c2232; }
.beneficiary-legal-statement[b-cm0zpavpwy] { padding: 1rem 1.25rem; margin-bottom: 1.5rem; border-radius: 0.85rem; background: #f5f7f9; color: #425466; line-height: 1.5; }
.beneficiary-action-buttons[b-cm0zpavpwy] { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; }
.beneficiary-action-button[b-cm0zpavpwy] { min-width: 12rem; padding: 0.9rem 1.35rem; border: 1px solid transparent; }
.beneficiary-action-button-primary[b-cm0zpavpwy] { background: #8c2232; color: #ffffff; }
.beneficiary-action-button-secondary[b-cm0zpavpwy] { background: #ffffff; border-color: #8c2232; color: #8c2232; }
.beneficiary-action-button:disabled[b-cm0zpavpwy] { opacity: 0.65; cursor: not-allowed; }
.beneficiary-result-link[b-cm0zpavpwy] { color: #8c2232; text-decoration: underline; }
@media (max-width: 768px) {
    .beneficiary-change-main-layout[b-cm0zpavpwy] { padding: 1rem 0.75rem 2rem; }
    .beneficiary-change-header[b-cm0zpavpwy] { font-size: 1.9rem; }
    .beneficiary-action-buttons[b-cm0zpavpwy], .beneficiary-coverage-tabs[b-cm0zpavpwy], [b-cm0zpavpwy] .beneficiary-type-options { flex-direction: column; }
    .beneficiary-action-button[b-cm0zpavpwy], .beneficiary-coverage-tab[b-cm0zpavpwy], [b-cm0zpavpwy] .beneficiary-type-option { width: 100%; }
    [b-cm0zpavpwy] .beneficiary-field-grid, .beneficiary-signed-at-container[b-cm0zpavpwy] { grid-template-columns: 1fr; }
    [b-cm0zpavpwy] .beneficiary-policy-list { grid-template-columns: 1fr; }
    [b-cm0zpavpwy] .beneficiary-form-field-span-2 { grid-column: span 1; }
    [b-cm0zpavpwy] .beneficiary-subsection-header, [b-cm0zpavpwy] .beneficiary-party-row-header, [b-cm0zpavpwy] .beneficiary-policy-card-header { flex-direction: column; }
}
/* /Components/Pages/BillingUpdate.razor.rz.scp.css */
.billing-update-draft-blocked-alert[b-j740aagzf8] {
    border-radius: 0.375rem;
    overflow: hidden;
}

.billing-update-draft-blocked-container[b-j740aagzf8] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.billing-update-draft-blocked-content[b-j740aagzf8] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.billing-update-draft-blocked-heading[b-j740aagzf8] {
    margin: 0;
    font-size: 1.125rem;
}

.billing-update-draft-blocked-text[b-j740aagzf8] {
    margin: 0;
}

.billing-update-draft-blocked-note[b-j740aagzf8] {
    margin: 0;
}

.billing-update-draft-blocked-link[b-j740aagzf8] {
    color: #0056b3;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .billing-update-draft-blocked-link:hover[b-j740aagzf8],
    .billing-update-draft-blocked-link:focus[b-j740aagzf8] {
        color: #003d82;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .billing-update-draft-blocked-container[b-j740aagzf8] {
        padding: 1rem;
    }

    .billing-update-draft-blocked-heading[b-j740aagzf8] {
        font-size: 1.25rem;
    }

    .billing-update-draft-blocked-text[b-j740aagzf8],
    .billing-update-draft-blocked-note[b-j740aagzf8] {
        font-size: 1rem;
    }
}
/* /Components/Pages/FinancialCalculatorV2/Components/AgentAutocomplete.razor.rz.scp.css */
.agent-autocomplete[b-uf13qw23iz] {
    position: relative;
    width: 100%;
}

.agent-autocomplete .form-input[b-uf13qw23iz] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-size: 16px;
    transition: border-color 0.15s ease;
    text-align: left;
    color: #3f5b6a;
}

.agent-autocomplete .form-input:focus[b-uf13qw23iz] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
}

.agent-autocomplete .form-input[b-uf13qw23iz]::placeholder {
    color: #6c757d;
    text-align: left;
}

.agent-autocomplete .form-input.loading[b-uf13qw23iz] {
    opacity: 0.6;
    cursor: wait;
    background-color: #f8f9fa;
}

.autocomplete-loading[b-uf13qw23iz] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.autocomplete-loading .spinner[b-uf13qw23iz] {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #0066CC;
    border-radius: 50%;
    animation: spin-b-uf13qw23iz 1s linear infinite;
}

@keyframes spin-b-uf13qw23iz {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.autocomplete-dropdown[b-uf13qw23iz] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    max-height: 320px;
    overflow-y: auto;
    z-index: 1000;
}

.autocomplete-item[b-uf13qw23iz] {
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f8f9fa;
    width: 100%;
    text-align: left;
    background: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
}

.autocomplete-item:last-child[b-uf13qw23iz] {
    border-bottom: none;
}

.autocomplete-item:hover[b-uf13qw23iz] {
    background-color: #f8f9fa;
}

.autocomplete-item.highlighted[b-uf13qw23iz],
.autocomplete-item:focus-visible[b-uf13qw23iz] {
    background-color: #fff5f7;
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(134, 38, 51, 0.4);
    border-radius:.625rem;
}

.autocomplete-item:active[b-uf13qw23iz] {
    background-color: #fff5f7;
}

.agent-info[b-uf13qw23iz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.agent-name[b-uf13qw23iz] {
    font-weight: 500;
    color: #3f5b6a;
    font-size: 14px;
}

.agent-location[b-uf13qw23iz] {
    font-size: 12px;
    color: #6c757d;
}

.autocomplete-empty[b-uf13qw23iz] {
    padding: 16px;
    text-align: center;
    color: #6c757d;
    font-size: 14px;
}

.autocomplete-footer[b-uf13qw23iz] {
    padding: 8px 16px;
    text-align: center;
    font-size: 12px;
    color: #6c757d;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

/* Scrollbar styling for the dropdown */
.autocomplete-dropdown[b-uf13qw23iz]::-webkit-scrollbar {
    width: 8px;
}

.autocomplete-dropdown[b-uf13qw23iz]::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 4px;
}

.autocomplete-dropdown[b-uf13qw23iz]::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 4px;
}

.autocomplete-dropdown[b-uf13qw23iz]::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}
/* /Components/Pages/FinancialCalculatorV2/FinancialCalculatorV2.razor.rz.scp.css */
/* Financial Calculator Styles - Matching Figma Design */

.financial-calculator-wrapper[b-8ra28hyp6a] {
    min-height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, rgba(248, 249, 250, 0.3) 100%);
    padding: 1rem;
}

.financial-calculator-container[b-8ra28hyp6a] {
    max-width: 85rem; 
    margin: 0 auto;
}

/* Header Styles */
.calculator-header[b-8ra28hyp6a] {
    text-align: center;
    margin-bottom: 2rem;
}

.header-title-wrapper[b-8ra28hyp6a] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.header-icon[b-8ra28hyp6a] {
    width: 2.5rem;
    height: 2.5rem;
    color: #862633;
}

.calculator-title[b-8ra28hyp6a] {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    color: #862633;
    margin: 0;
}

.header-description[b-8ra28hyp6a] {
    color: #6c757d;
    max-width: 50rem;
    margin: 0 auto;
    line-height: 1.5;
}

/* Progress Bar Styles */
.progress-wrapper[b-8ra28hyp6a] {
    margin-top: 1.5rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.progress-info[b-8ra28hyp6a] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.progress-bar[b-8ra28hyp6a] {
    height: 0.5rem;
    background-color: rgba(134, 38, 51, 0.2);
    border-radius: 0.625rem;
    overflow: hidden;
}

.progress-fill[b-8ra28hyp6a] {
    height: 100%;
    background-color: #862633;
    transition: width 0.3s ease;
    border-radius: 0.625rem;
}

/* Tab Navigation Styles */
.tab-navigation[b-8ra28hyp6a] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-bottom: 1.5rem;
    height: auto;
    background-color: rgba(0, 0, 0, 0.025);
    padding: 0.15rem;
    border-radius: 0.875rem;
}

.tab-button[b-8ra28hyp6a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem;
    height: auto;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.25;
    background-color: transparent;
    border: none;
    border-radius: 0.625rem;
    color: #3f5b6a;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-button:hover[b-8ra28hyp6a] {
    background-color: rgba(255, 255, 255, 0.3);
    color: #3f5b6a;
}

.tab-button:focus-visible[b-8ra28hyp6a] {
    outline: 2px solid #862633;
    outline-offset: 2px;
}

.tab-button.tab-active[b-8ra28hyp6a] {
    background-color: #ffffff;
    color: #3f5b6a;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.tab-icon[b-8ra28hyp6a] {
    width: 1rem;
    height: 1rem;
}

/* Step Content Styles */
.step-content-shell[b-8ra28hyp6a] {
    position: relative;
}

.step-panel[b-8ra28hyp6a] {
    width: 100%;
}

.step-panel--active[b-8ra28hyp6a] {
    animation: fadeIn-b-8ra28hyp6a 0.3s ease-in;
}

.step-panel--inactive[b-8ra28hyp6a] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .step-panel--active[b-8ra28hyp6a],
    .progress-fill[b-8ra28hyp6a] {
        animation: none;
        transition: none;
    }
}

@keyframes fadeIn-b-8ra28hyp6a {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card Styles */
.calculator-card[b-8ra28hyp6a] {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.calculator-card-header[b-8ra28hyp6a] {
    margin-bottom: 1.5rem;
}

.calculator-card-title[b-8ra28hyp6a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
}

.calculator-card-title svg[b-8ra28hyp6a] {
    width: 1.25rem;
    height: 1.25rem;
}

.calculator-card-description[b-8ra28hyp6a] {
    color: #6c757d;
    font-size: 0.875rem;
}

.calculator-card-content[b-8ra28hyp6a] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Form Elements */
.form-label[b-8ra28hyp6a] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
}

.form-input[b-8ra28hyp6a] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-size: 16px;
    transition: border-color 0.15s ease;
}

.form-input:focus[b-8ra28hyp6a] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
}

.form-input[b-8ra28hyp6a]::placeholder {
    color: #6c757d;
}

.form-select[b-8ra28hyp6a] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-size: 16px;
    cursor: pointer;
    transition: border-color 0.15s ease;
}

.form-select:focus[b-8ra28hyp6a] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
}

.form-select option[b-8ra28hyp6a] {
    background-color: #ffffff;
    color: #3f5b6a;
}

.form-select option:checked[b-8ra28hyp6a] {
    background: #7a99ac;
    color: #ffffff;
}

.form-select option:hover[b-8ra28hyp6a] {
    background: #7a99ac !important;
    color: #ffffff !important;
}

.form-select option:focus[b-8ra28hyp6a] {
    background: #7a99ac !important;
    color: #ffffff !important;
}

.form-textarea[b-8ra28hyp6a] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-size: 16px;
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
    transition: border-color 0.15s ease;
}

.form-textarea:focus[b-8ra28hyp6a] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
}

.form-hint[b-8ra28hyp6a] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Checkbox & Radio Styles */
.option-card[b-8ra28hyp6a] {
    padding: 1rem;
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    transition: all 0.15s ease;
}

.option-card:hover[b-8ra28hyp6a] {
    background-color: rgba(248, 249, 250, 0.5);
}

.option-card.selected[b-8ra28hyp6a] {
    border-color: #862633;
    background-color: rgba(134, 38, 51, 0.05);
}

.checkbox-wrapper[b-8ra28hyp6a],
.radio-wrapper[b-8ra28hyp6a] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-input[b-8ra28hyp6a],
.radio-input[b-8ra28hyp6a] {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

/* Button Styles */
.btn[b-8ra28hyp6a] {
    padding: 0.5rem 1rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    border: none;
}

.btn-primary[b-8ra28hyp6a] {
    background-color: #862633;
    color: #ffffff;
}

.btn-primary:hover[b-8ra28hyp6a] {
    background-color: #6d1f29;
}

.btn-outline[b-8ra28hyp6a] {
    background-color: transparent;
    color: #3f5b6a;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-outline:hover[b-8ra28hyp6a] {
    background-color: #f8f9fa;
}

.button-group[b-8ra28hyp6a] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

/* Grid Layouts */
.grid-1[b-8ra28hyp6a] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.grid-2[b-8ra28hyp6a] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-2[b-8ra28hyp6a] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.grid-3[b-8ra28hyp6a] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 1024px) {
    .grid-3[b-8ra28hyp6a] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Badge Styles */
.badge[b-8ra28hyp6a] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 0.375rem;
    border: 1px solid;
}

.badge-primary[b-8ra28hyp6a] {
    background-color: rgba(134, 38, 51, 0.1);
    color: #862633;
    border-color: #862633;
}

.badge-secondary[b-8ra28hyp6a] {
    background-color: rgba(122, 153, 172, 0.1);
    color: #3f5b6a;
    border-color: #7A99AC;
}

.badge-outline[b-8ra28hyp6a] {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
    color: #3f5b6a;
}

/* Highlight Boxes */
.highlight-box[b-8ra28hyp6a] {
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 0.625rem;
}

.highlight-primary[b-8ra28hyp6a] {
    background-color: rgba(134, 38, 51, 0.1);
    border: 1px solid #862633;
}

.highlight-secondary[b-8ra28hyp6a] {
    background-color: rgba(122, 153, 172, 0.1);
    border: 1px solid #7A99AC;
}

.highlight-muted[b-8ra28hyp6a] {
    background-color: rgba(248, 249, 250, 0.5);
    border: 1px solid rgba(108, 117, 125, 0.2);
}

.highlight-title[b-8ra28hyp6a] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.highlight-value[b-8ra28hyp6a] {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.highlight-value.primary[b-8ra28hyp6a] {
    color: #862633;
}

.highlight-value.secondary[b-8ra28hyp6a] {
    color: #3f5b6a;
}

/* Separator */
.separator[b-8ra28hyp6a] {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1.5rem 0;
}

/* Utility Classes */
.text-center[b-8ra28hyp6a] {
    text-align: center;
}

.text-muted[b-8ra28hyp6a] {
    color: #6c757d;
}

.text-primary[b-8ra28hyp6a] {
    color: #862633;
}

.text-xs[b-8ra28hyp6a] {
    font-size: 0.75rem;
}

.text-sm[b-8ra28hyp6a] {
    font-size: 0.875rem;
}

.font-medium[b-8ra28hyp6a] {
    font-weight: 500;
}

.font-semibold[b-8ra28hyp6a] {
    font-weight: 600;
}

.font-bold[b-8ra28hyp6a] {
    font-weight: 700;
}

.mb-2[b-8ra28hyp6a] {
    margin-bottom: 0.5rem;
}

.mb-4[b-8ra28hyp6a] {
    margin-bottom: 1rem;
}

.mt-2[b-8ra28hyp6a] {
    margin-top: 0.5rem;
}

.mt-4[b-8ra28hyp6a] {
    margin-top: 1rem;
}

.flex[b-8ra28hyp6a] {
    display: flex;
}

.flex-col[b-8ra28hyp6a] {
    flex-direction: column;
}

.items-center[b-8ra28hyp6a] {
    align-items: center;
}

.justify-between[b-8ra28hyp6a] {
    justify-content: space-between;
}

.gap-2[b-8ra28hyp6a] {
    gap: 0.5rem;
}

.gap-4[b-8ra28hyp6a] {
    gap: 1rem;
}
/* /Components/Pages/FinancialCalculatorV2/Steps/ContactInformationStep.razor.rz.scp.css */
/* Contact Information Step - Matching Figma Design */

/* Card Container */
.calculator-card[b-4i95y2yle7] {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.sr-only[b-4i95y2yle7] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.submission-overlay[b-4i95y2yle7] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(128, 128, 128, 0.3);
    border-radius: 0;
    z-index: 9999;
}

.submission-overlay-content[b-4i95y2yle7] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: #3f5b6a;
    font-size: 1.5rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.submission-overlay-spinner[b-4i95y2yle7] {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    border: 4px solid rgba(134, 38, 51, 0.25);
    border-top-color: #862633;
    border-radius: 50%;
    animation: submission-overlay-spin-b-4i95y2yle7 0.75s linear infinite;
}

@keyframes submission-overlay-spin-b-4i95y2yle7 {
    to {
        transform: rotate(360deg);
    }
}

/* Card Header */
.calculator-card-header[b-4i95y2yle7] {
    margin-bottom: 1.5rem;
}

.calculator-card-title[b-4i95y2yle7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
    line-height: 1.5;
}

.calculator-card-title svg[b-4i95y2yle7] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.calculator-card-description[b-4i95y2yle7] {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.5;
}

.download-link[b-4i95y2yle7] {
    color: #862633;
    text-decoration: underline;
    cursor: pointer;
}

.download-link:hover[b-4i95y2yle7] {
    color: #6d1f29;
    text-decoration: underline;
}

@media (max-width: 1366px) {
    .pdf-download-sentence[b-4i95y2yle7] {
        display: none;
    }
}

.trademark-wordmark[b-4i95y2yle7] {
    display: inline-block;
    white-space: nowrap;
}

.trademark-sup[b-4i95y2yle7] {
    display: inline-block;
    font-size: 0.70em;
    line-height: 1;
    margin-left: .15em;
    position: relative;
    top: -0.25em;
}

/* Card Content */
.calculator-card-content[b-4i95y2yle7] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Grid Layouts */
.grid-2[b-4i95y2yle7] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-2[b-4i95y2yle7] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.grid-12[b-4i95y2yle7] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-12[b-4i95y2yle7] {
        grid-template-columns: repeat(12, 1fr);
    }
    
    .col-span-6[b-4i95y2yle7] {
        grid-column: span 6;
    }
    
    .col-span-3[b-4i95y2yle7] {
        grid-column: span 3;
    }
}

/* Form Label */
.form-label[b-4i95y2yle7] {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
    line-height: 1.5;
}

/* Form Input */
.form-input[b-4i95y2yle7] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-size: 16px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    color: #3f5b6a;
    line-height: 1.5;
}

select.form-input[b-4i95y2yle7] {
    font-size: 16px;
}

.form-input[b-4i95y2yle7]::placeholder {
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
}

.form-input:focus[b-4i95y2yle7] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(134, 38, 51, 0.1);
}

.form-input:disabled[b-4i95y2yle7] {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: #e9ecef;
}

/* Form Textarea */
.form-textarea[b-4i95y2yle7] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-size: 16px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    color: #3f5b6a;
    line-height: 1.5;
    resize: vertical;
    font-family: inherit;
    text-align: left;
}

    .form-textarea[b-4i95y2yle7]::placeholder {
        color: rgba(0, 0, 0, 0.4);
        text-align: left;
    }

.form-textarea:focus[b-4i95y2yle7] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(134, 38, 51, 0.1);
}

/* Form Hint */
.form-hint[b-4i95y2yle7] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
    line-height: 1.5;
    font-weight: 400;
}

/* Max Width Utility */
.max-w-xs[b-4i95y2yle7] {
    max-width: 20rem;
}

.max-w-md[b-4i95y2yle7] {
    max-width: 28rem;
}

/* Space-y Utility */
.space-y-3 > * + *[b-4i95y2yle7] {
    margin-top: 0.75rem;
}

/* Contact Method Cards */
.contact-method-card[b-4i95y2yle7] {
    padding: 0.75rem;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-method-card:hover[b-4i95y2yle7] {
    background-color: rgba(248, 249, 250, 0.5);
    border-color: rgba(0, 0, 0, 0.15);
}

.checkbox-input:focus-visible + .icon-wrapper[b-4i95y2yle7] {
    outline: 2px solid #862633;
    outline-offset: 2px;
    border-radius: 0.25rem;
}

.contact-method-card.selected[b-4i95y2yle7] {
    border-color: #862633;
    background-color: rgba(134, 38, 51, 0.05);
}

/* Checkbox Wrapper */
.checkbox-wrapper[b-4i95y2yle7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.checkbox-input[b-4i95y2yle7] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #862633;
}

.checkbox-wrapper label[b-4i95y2yle7] {
    cursor: pointer;
}

/* Icon Wrapper */
.icon-wrapper[b-4i95y2yle7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #3f5b6a;
    font-size: 0.875rem;
    line-height: 1.5;
}

.icon-wrapper svg[b-4i95y2yle7] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

/* Radio Group Inline */
.radio-group-inline[b-4i95y2yle7] {
    display: flex;
    gap: 1rem;
    min-width: 140px;
}

.radio-item[b-4i95y2yle7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.radio-item input[type="radio"][b-4i95y2yle7] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    accent-color: #862633;
}

.radio-item label[b-4i95y2yle7] {
    cursor: pointer;
    font-weight: 500;
    color: #3f5b6a;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Agent Section */
.agent-section[b-4i95y2yle7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 0;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .agent-section[b-4i95y2yle7] {
        display: grid;
        grid-template-columns: max-content auto;
        column-gap: 1rem;
        row-gap: 1rem;
        align-items: center;
    }
}

.agent-question[b-4i95y2yle7] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    align-items: center;
}

@media (min-width: 768px) {
    .agent-question[b-4i95y2yle7] {
        display: contents;
    }
}

.agent-label[b-4i95y2yle7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #3f5b6a;
    font-size: 0.875rem;
    line-height: 1.5;
}

.agent-label-text[b-4i95y2yle7] {
    display: inline;
}

.agent-label .trademark-wordmark[b-4i95y2yle7] {
    line-height: 1;
}

.agent-label .trademark-wordmark .trademark-sup[b-4i95y2yle7] {
    font-size: 0.70em;
    margin-left: .1em;
    top: -0.25em;
}

.agent-label svg[b-4i95y2yle7] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

/* Disclaimer Text */
.disclaimer[b-4i95y2yle7] {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: center;
    line-height: 1.5;
    margin-top: 0.5rem;
}

/* Button Group */
.button-group[b-4i95y2yle7] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

@media (min-width: 640px) {
    .button-group[b-4i95y2yle7] {
        justify-content: space-between;
    }
}

/* ReCAPTCHA Container */
.recaptcha-container[b-4i95y2yle7] {
    display: flex;
    justify-content: right;
    margin-bottom: 1rem;
}

.recaptcha-required[b-4i95y2yle7] {
    padding: 0.5rem;
    border: 2px solid #862633;
    border-radius: 0.625rem;
    background-color: rgba(134, 38, 51, 0.05);
}

/* Button Styles */
.btn[b-4i95y2yle7] {
    padding: 0.625rem 1.25rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-loading-content[b-4i95y2yle7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-loading-content .spinner[b-4i95y2yle7] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: contact-submit-spinner-b-4i95y2yle7 0.75s linear infinite;
}

@keyframes contact-submit-spinner-b-4i95y2yle7 {
    to {
        transform: rotate(360deg);
    }
}

.btn-primary[b-4i95y2yle7] {
    background-color: #862633;
    color: #ffffff;
    border: 1px solid #862633;
}

.btn-primary:hover[b-4i95y2yle7] {
    background-color: #6d1f29;
    border-color: #6d1f29;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.btn-primary:active[b-4i95y2yle7] {
    background-color: #5a1a22;
    border-color: #5a1a22;
}

.btn-primary:focus[b-4i95y2yle7] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(134, 38, 51, 0.2);
}

.btn-primary:disabled[b-4i95y2yle7] {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-outline[b-4i95y2yle7] {
    background-color: #ffffff;
    color: #3f5b6a;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-outline:hover[b-4i95y2yle7] {
    background-color: rgba(248, 249, 250, 0.5);
    border-color: rgba(0, 0, 0, 0.15);
}

.btn-outline:active[b-4i95y2yle7] {
    background-color: rgba(0, 0, 0, 0.05);
}

.btn-outline:focus[b-4i95y2yle7] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Required Field Validation - Maroon Highlight */
.required-field-empty[b-4i95y2yle7] {
    border: 2px solid #862633 !important;
    background-color: rgba(134, 38, 51, 0.05) !important;
}

.required-field-empty:focus[b-4i95y2yle7] {
    border-color: #862633 !important;
    box-shadow: 0 0 0 2px rgba(134, 38, 51, 0.2) !important;
}

/* Alert Styles */
.alert[b-4i95y2yle7] {
    padding: 0.75rem 1rem;
    border-radius: 0.625rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.submission-alert-wrap[b-4i95y2yle7] {
    display: flex;
    justify-content: flex-end;
}

.submission-alert[b-4i95y2yle7] {
    display: inline-block;
    width: auto;
    max-width: min(100%, 32rem);
    margin-top: 0.5rem;
}

.alert-success[b-4i95y2yle7] {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-error[b-4i95y2yle7] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert-info[b-4i95y2yle7] {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
    text-align: center;
}

/* Character Counter */
.character-counter[b-4i95y2yle7] {
    text-align: right;
}

@media (max-width: 401px) {
    .button-group .btn[b-4i95y2yle7] {
        font-size: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .form-input[b-4i95y2yle7],
    .contact-method-card[b-4i95y2yle7],
    .btn[b-4i95y2yle7] {
        transition: none;
    }
}
/* /Components/Pages/FinancialCalculatorV2/Steps/FinalExpensesStep.razor.rz.scp.css */
/* Final Expenses Step - Matching Figma Design */

/* Card Container */
.calculator-card[b-92tg77wgjd] {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Card Header */
.calculator-card-header[b-92tg77wgjd] {
    margin-bottom: 1.5rem;
}

.calculator-card-title[b-92tg77wgjd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
    line-height: 1.5;
}

.calculator-card-title svg[b-92tg77wgjd] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.calculator-card-description[b-92tg77wgjd] {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Card Content */
.calculator-card-content[b-92tg77wgjd] {
    display: flex;
    flex-direction: column;
}

/* Footnote Links */
.footnote-link[b-92tg77wgjd] {
    color: inherit;
    text-decoration: underline;
}

.footnote-link:hover[b-92tg77wgjd] {
    color: #007bff;
}

/* Footnote Link Buttons (styled as links) */
.footnote-link-button[b-92tg77wgjd] {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}

.footnote-link-button:hover[b-92tg77wgjd] {
    color: #007bff;
}

/* Grid Layout for Info Cards */
.grid-3[b-92tg77wgjd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

/* Centered Input Container */
.input-container-centered[b-92tg77wgjd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

/* Match input width to info card grid at different breakpoints */
@media (min-width: 768px) {
    .input-container-centered .input-wrapper[b-92tg77wgjd] {
        max-width: calc((100% - 1rem) / 2);
    }
}

@media (min-width: 1024px) {
    .input-container-centered .input-wrapper[b-92tg77wgjd] {
        max-width: calc((100% - 2rem) / 3);
    }
}

.input-wrapper[b-92tg77wgjd] {
    width: 100%;
}

.input-label-left[b-92tg77wgjd] {
    display: inline-block;
    text-align: left;
    margin-bottom: 8px;
}

.input-centered[b-92tg77wgjd] {
    text-align: center;
    width: 100%;
}

.description-wrapper[b-92tg77wgjd] {
    max-width: 55rem;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .grid-3[b-92tg77wgjd] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .grid-3[b-92tg77wgjd] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Info Card Styling - Enhanced for visual hierarchy */
.info-card[b-92tg77wgjd] {
    padding: 1.5rem 1rem;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 0.2) 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}
@media(max-width: 768px){
    .info-card[b-92tg77wgjd] {
        max-height: 100px;
        padding: .5rem .5rem;
    }
}

/* Icon Utilities */
.w-4[b-92tg77wgjd] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.h-4[b-92tg77wgjd] {
    height: 1rem;
}

.items-center[b-92tg77wgjd] {
    align-items: center;
}

.gap-2[b-92tg77wgjd] {
    gap: 0.25rem;
}

/* Text Sizes */
.text-lg[b-92tg77wgjd] {
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 600;
    color: #3f5b6a;
}

.text-xs[b-92tg77wgjd] {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #6c757d;
}

.text-sm[b-92tg77wgjd] {
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Font Weights */
.font-semibold[b-92tg77wgjd] {
    font-weight: 600;
}

.font-italic[b-92tg77wgjd] {
    font-style: italic;
}

/* Margin Utilities */
.mt-2[b-92tg77wgjd] {
    margin-top: 0.5rem;
}

.mb-2[b-92tg77wgjd] {
    margin-bottom: 0.5rem;
}

.mb-4[b-92tg77wgjd] {
    margin-bottom: 1rem;
}

/* Highlight Box Secondary - Enhanced visual design */
.highlight-secondary[b-92tg77wgjd] {
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, rgba(122, 153, 172, 0.08) 0%, rgba(122, 153, 172, 0.12) 100%);
    border: 2px solid rgba(122, 153, 172, 0.25);
    box-shadow: 0 2px 8px 0 rgba(122, 153, 172, 0.1);
    transition: all 0.2s ease-in-out;
    margin-top: 1.5rem;
}

.highlight-secondary:hover[b-92tg77wgjd] {
    border-color: rgba(122, 153, 172, 0.35);
    box-shadow: 0 4px 12px 0 rgba(122, 153, 172, 0.15);
}

.highlight-value[b-92tg77wgjd] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.highlight-value.secondary[b-92tg77wgjd] {
    color: #3f5b6a;
    text-shadow: 0 1px 2px rgba(63, 91, 106, 0.1);
}

/* Text Utilities */
.text-center[b-92tg77wgjd] {
    text-align: center;
}

.text-muted[b-92tg77wgjd] {
    color: #6c757d;
}

/* Form Input Container - Better alignment */
.input-container[b-92tg77wgjd] {
    margin: 1.5rem auto;
}
/* Form Input */
.form-input[b-92tg77wgjd] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    font-size: 16px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    color: #3f5b6a;
    line-height: 1.5;
    text-align: left;
}

.form-input:focus[b-92tg77wgjd] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(134, 38, 51, 0.1);
    text-align: left;
}

.form-input[b-92tg77wgjd]::placeholder {
    color: #6c757d;
    opacity: 0.8;
    text-align:left;
}

.form-input[b-92tg77wgjd]::-webkit-outer-spin-button,
.form-input[b-92tg77wgjd]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-input[type=number][b-92tg77wgjd] {
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: left;
}

/* Form Label */
.form-label[b-92tg77wgjd] {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
    line-height: 1.5;
}

/* Separator */
.separator[b-92tg77wgjd] {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    margin: 1.5rem 0;
}

/* Flex */
.flex[b-92tg77wgjd] {
    display: flex;
}

/* Button Group */
.button-group[b-92tg77wgjd] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

/* Button Styles */
.btn[b-92tg77wgjd] {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-92tg77wgjd] {
    background-color: #862633;
    color: #ffffff;
    border: 1px solid #862633;
}

.btn-primary:hover[b-92tg77wgjd] {
    background-color: #6d1f29;
    border-color: #6d1f29;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.btn-primary:active[b-92tg77wgjd] {
    background-color: #5a1a22;
    border-color: #5a1a22;
}

.btn-primary:focus[b-92tg77wgjd] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(134, 38, 51, 0.2);
}

.btn-primary:disabled[b-92tg77wgjd] {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-outline[b-92tg77wgjd] {
    background-color: #ffffff;
    color: #3f5b6a;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-outline:hover[b-92tg77wgjd] {
    background-color: #f8f9fa;
    border-color: rgba(0, 0, 0, 0.15);
}

.btn-outline:active[b-92tg77wgjd] {
    background-color: #e9ecef;
}

.btn-outline:focus[b-92tg77wgjd] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

/* Sources Dropdown */
.sources-section[b-92tg77wgjd] {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
}

.sources-toggle[b-92tg77wgjd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    padding: 0.5rem 0;
    color: #3f5b6a;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    width: 100%;
    text-align: left;
}

.sources-toggle:hover[b-92tg77wgjd] {
    color: #862633;
}

.sources-toggle .chevron[b-92tg77wgjd] {
    width: 1rem;
    height: 1rem;
    transition: transform 0.2s ease-in-out;
}

.sources-toggle .chevron-down[b-92tg77wgjd] {
    transform: rotate(0deg);
}

.sources-toggle .chevron-up[b-92tg77wgjd] {
    transform: rotate(180deg);
}

.sources-content[b-92tg77wgjd] {
    padding: 1rem 0;
    font-size: 8pt;
    color: #3f5b6a;
    line-height: 1.6;
}

.sources-content p[b-92tg77wgjd] {
    margin-bottom: 0.5rem;
}

.sources-content p:last-child[b-92tg77wgjd] {
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .highlight-secondary[b-92tg77wgjd] {
        padding: 1.5rem 1rem;
    }

    .highlight-value[b-92tg77wgjd] {
        font-size: 2rem;
    }

    .text-lg[b-92tg77wgjd] {
        font-size: 1.125rem;
    }
}
/* /Components/Pages/FinancialCalculatorV2/Steps/IncomeReplacementStep.razor.rz.scp.css */
/* Income Replacement Step - Matching Figma Design */

/* Card Container */
.calculator-card[b-ozw6ildmix] {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Card Header */
.calculator-card-header[b-ozw6ildmix] {
    margin-bottom: 1.5rem;
}

.calculator-card-title[b-ozw6ildmix] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
    line-height: 1.5;
}

.calculator-card-title svg[b-ozw6ildmix] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.calculator-card-description[b-ozw6ildmix] {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Card Content */
.calculator-card-content[b-ozw6ildmix] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Form Label */
.form-label[b-ozw6ildmix] {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
    line-height: 1.5;
}

/* Grid Layout */
.grid-2[b-ozw6ildmix] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-2[b-ozw6ildmix] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Separator */
.separator[b-ozw6ildmix] {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1.5rem 0;
}

/* Radio Card */
.radio-card[b-ozw6ildmix] {
    padding: 0.75rem;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio-card:hover[b-ozw6ildmix] {
    background-color: rgba(248, 249, 250, 0.5);
    border-color: rgba(0, 0, 0, 0.15);
}

.radio-card.selected[b-ozw6ildmix] {
    border-color: #862633;
    background-color: rgba(134, 38, 51, 0.05);
}

/* Radio Wrapper */
.radio-wrapper[b-ozw6ildmix] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.radio-input[b-ozw6ildmix] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #862633;
}

.radio-wrapper label[b-ozw6ildmix] {
    cursor: pointer;
    font-weight: 500;
    color: #3f5b6a;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Space-y Utility */
.space-y-3 > * + *[b-ozw6ildmix] {
    margin-top: 0.75rem;
}

.space-y-4 > * + *[b-ozw6ildmix] {
    margin-top: 1rem;
}

/* Icon Wrapper */
.icon-wrapper[b-ozw6ildmix] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.icon-wrapper svg[b-ozw6ildmix] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

/* Form Input */
.form-input[b-ozw6ildmix] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-size: 16px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    color: #3f5b6a;
    line-height: 1.5;
}

select.form-input[b-ozw6ildmix] {
    font-size: 16px;
}

.form-input:focus[b-ozw6ildmix] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(134, 38, 51, 0.1);
}

.form-input[b-ozw6ildmix]::placeholder {
    color: #6c757d;
    opacity: 0.8;
    text-align: left;
}

.form-input:disabled[b-ozw6ildmix],
select.form-input:disabled[b-ozw6ildmix] {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    background-color: #e9ecef !important;
    color: #6c757d !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

select.form-input:disabled[b-ozw6ildmix] {
    pointer-events: none !important;
}

.form-input[b-ozw6ildmix]::-webkit-outer-spin-button,
.form-input[b-ozw6ildmix]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-input[type=number][b-ozw6ildmix] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Form Hint */
.form-hint[b-ozw6ildmix] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
    line-height: 1.5;
}

/* Button Group */
.button-group[b-ozw6ildmix] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

/* Button Styles */
.btn[b-ozw6ildmix] {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-ozw6ildmix] {
    background-color: #862633;
    color: #ffffff;
    border: 1px solid #862633;
}

    .btn-primary:hover[b-ozw6ildmix] {
        background-color: #6d1f29;
        border-color: #6d1f29;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    }

    .btn-primary:active[b-ozw6ildmix] {
        background-color: #5a1a22;
        border-color: #5a1a22;
    }

    .btn-primary:focus[b-ozw6ildmix] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(134, 38, 51, 0.2);
    }

    .btn-primary:disabled[b-ozw6ildmix] {
        background-color: #cccccc;
        border-color: #cccccc;
        cursor: not-allowed;
        opacity: 0.6;
    }

.btn-outline[b-ozw6ildmix] {
    background-color: #ffffff;
    color: #3f5b6a;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .btn-outline:hover[b-ozw6ildmix] {
        background-color: #f8f9fa;
        border-color: rgba(0, 0, 0, 0.15);
    }

    .btn-outline:active[b-ozw6ildmix] {
        background-color: #e9ecef;
    }

    .btn-outline:focus[b-ozw6ildmix] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    }
/* /Components/Pages/FinancialCalculatorV2/Steps/InsuranceTypeStep.razor.rz.scp.css */
/* Insurance Type Step - Matching Figma Design */

/* Card Container */
.calculator-card[b-fr0k279tdp] {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Card Header */
.calculator-card-header[b-fr0k279tdp] {
    margin-bottom: 1.5rem;
}

.calculator-card-title[b-fr0k279tdp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
    line-height: 1.5;
}

.calculator-card-title svg[b-fr0k279tdp] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.calculator-card-description[b-fr0k279tdp] {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Card Content */
.calculator-card-content[b-fr0k279tdp] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Form Label */
.form-label[b-fr0k279tdp] {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
    line-height: 1.5;
}

/* Grid Layout */
.grid-2[b-fr0k279tdp] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-2[b-fr0k279tdp] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Option Cards - Insurance Type Selection */
.option-card[b-fr0k279tdp] {
    padding: 1rem;
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.option-card:hover[b-fr0k279tdp] {
    background-color: rgba(248, 249, 250, 0.5);
    border-color: rgba(0, 0, 0, 0.15);
}

.option-card.selected[b-fr0k279tdp] {
    border-color: #862633;
    background-color: rgba(134, 38, 51, 0.05);
}

.option-card.disabled[b-fr0k279tdp] {
    opacity: 0.5;
    cursor: not-allowed;
}

.option-card.disabled:hover[b-fr0k279tdp] {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.1);
}

/* Not Sure Option - Centered */
.not-sure-option[b-fr0k279tdp] {
    grid-column: 1 / -1;
}

@media (min-width: 768px) {
    .not-sure-option[b-fr0k279tdp] {
        width: calc((100% - 1rem) / 2);
        margin: 0 auto;
    }
}

/* Checkbox Wrapper */
.checkbox-wrapper[b-fr0k279tdp] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-input[b-fr0k279tdp] {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #862633;
}

.checkbox-wrapper label[b-fr0k279tdp] {
    cursor: pointer;
}

/* Typography Utilities */
.font-medium[b-fr0k279tdp] {
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.5;
    color: #3f5b6a;
}

.text-sm[b-fr0k279tdp] {
    font-size: 0.8rem;
    line-height: 1.25;
}

.text-muted[b-fr0k279tdp] {
    color: #6c757d;
}

.mt-2[b-fr0k279tdp] {
    margin-top: 0.5rem;
}

/* Flex Utilities */
.flex-col[b-fr0k279tdp] {
    display: flex;
    flex-direction: column;
}

/* Form Select */
.form-select[b-fr0k279tdp] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgb(0,0,0,0.5);
    line-height: 1.5;
}

.form-select:focus[b-fr0k279tdp] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(134, 38, 51, 0.1);
}

.form-select:disabled[b-fr0k279tdp] {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: #e9ecef;
}

.form-select option[b-fr0k279tdp] {
    background-color: #ffffff;
    color: #3f5b6a;
}

.form-select option:checked[b-fr0k279tdp] {
    background-color: #7a99ac;
    color: #ffffff;
}

.form-select option:hover[b-fr0k279tdp] {
    background-color: #7a99ac !important;
    color: #ffffff !important;
}

/* Form Input */
.form-input[b-fr0k279tdp] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    font-size: 16px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    color: #3f5b6a;
    line-height: 1.5;
    text-align: left;
}

select.form-input[b-fr0k279tdp] {
    font-size: 16px;
}

.form-input:focus[b-fr0k279tdp] {
    outline: none;
    border-color: #862633;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(134, 38, 51, 0.1);
}

.form-input[b-fr0k279tdp]::placeholder {
    color: #6c757d;
    opacity: 0.8;
    text-align: left;
}

.form-input[b-fr0k279tdp]::-webkit-outer-spin-button,
.form-input[b-fr0k279tdp]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: left
}

.form-input[type=number][b-fr0k279tdp] {
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: left;
}

/* Form Hint */
.form-hint[b-fr0k279tdp] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
    line-height: 1.5;
    text-align: left;
}

/* Button Group */
.button-group[b-fr0k279tdp] {
    display: flex;
    justify-content: right;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

/* Button Styles */
.btn[b-fr0k279tdp] {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-fr0k279tdp] {
    background-color: #862633;
    color: #ffffff;
    border: 1px solid #862633;
}

.btn-primary:hover[b-fr0k279tdp] {
    background-color: #6d1f29;
    border-color: #6d1f29;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.btn-primary:active[b-fr0k279tdp] {
    background-color: #5a1a22;
    border-color: #5a1a22;
}

.btn-primary:focus[b-fr0k279tdp] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(134, 38, 51, 0.2);
}

.btn-primary:disabled[b-fr0k279tdp] {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-outline[b-fr0k279tdp] {
    background-color: #ffffff;
    color: #3f5b6a;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-outline:hover[b-fr0k279tdp] {
    background-color: #f8f9fa;
    border-color: rgba(0, 0, 0, 0.15);
}

.btn-outline:active[b-fr0k279tdp] {
    background-color: #e9ecef;
}

.btn-outline:focus[b-fr0k279tdp] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

/* Validation Message */
.validation-message[b-fr0k279tdp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: rgba(134, 38, 51, 0.05);
    border: 1px solid #862633;
    border-radius: 0.625rem;
    color: #862633;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    animation: slideInDown-b-fr0k279tdp 0.3s ease-out;
}

.validation-message svg[b-fr0k279tdp] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: #862633;
}

/* Highlight Required Animation */
.grid-2.highlight-required .option-card[b-fr0k279tdp] {
    animation: pulseHighlight-b-fr0k279tdp 0.6s ease-in-out 2;
}

@keyframes slideInDown-b-fr0k279tdp {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseHighlight-b-fr0k279tdp {
    0%, 100% {
        border-color: rgba(0, 0, 0, 0.1);
        box-shadow: none;
    }
    50% {
        border-color: #862633;
        box-shadow: 0 0 0 3px rgba(134, 38, 51, 0.2);
    }
}
/* /Components/Pages/FinancialCalculatorV2/Steps/ReviewCalculationsStep.razor.rz.scp.css */
/* Review Calculations Step - Matching Figma Design */

/* Card Container */
.calculator-card[b-hk844acmtl] {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Card Header */
.calculator-card-header[b-hk844acmtl] {
    margin-bottom: 1.5rem;
}

.calculator-card-title[b-hk844acmtl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #3f5b6a;
    line-height: 1.5;
}

.calculator-card-title svg[b-hk844acmtl] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.calculator-card-description[b-hk844acmtl] {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Card Content */
.calculator-card-content[b-hk844acmtl] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Highlight Boxes for Coverage Amounts */
.highlight-primary[b-hk844acmtl] {
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 0.625rem;
    background-color: rgba(134, 38, 51, 0.1);
    border: 1px solid #862633;
}

.highlight-secondary[b-hk844acmtl] {
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 0.625rem;
    background-color: rgba(122, 153, 172, 0.1);
    border: 1px solid #7A99AC;
}

.highlight-muted[b-hk844acmtl] {
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 0.625rem;
    background-color: rgba(248, 249, 250, 0.5);
    border: 1px solid rgba(108, 117, 125, 0.2);
}

/* Coverage Value Styling */
.coverage-value[b-hk844acmtl] {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.coverage-value.primary[b-hk844acmtl] {
    color: #862633;
}

.coverage-value.secondary[b-hk844acmtl] {
    color: #3f5b6a;
}

/* Badge Styles */
.badge[b-hk844acmtl] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 0.375rem;
    border: 1px solid;
    line-height: 1.5;
}

.badge-primary[b-hk844acmtl] {
    background-color: rgba(134, 38, 51, 0.1);
    color: #862633;
    border-color: #862633;
}

.badge-secondary[b-hk844acmtl] {
    background-color: #3f5b6a;
    color: #ffffff;
    border-color: #3f5b6a;
}

.badge-outline[b-hk844acmtl] {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
    color: #3f5b6a;
}

/* Breakdown Cards */
.breakdown-card[b-hk844acmtl] {
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
}

.breakdown-card-content[b-hk844acmtl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.breakdown-label[b-hk844acmtl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.875rem;
}

.breakdown-label svg[b-hk844acmtl] {
    width: 1rem;
    height: 1rem;
}

.breakdown-value[b-hk844acmtl] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #3f5b6a;
}

.breakdown-description[b-hk844acmtl] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
    line-height: 1.5;
}

/* Product Brochure Links */
.brochure-card[b-hk844acmtl] {
    padding: 1rem;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid rgba(134, 38, 51, 0.2);
    border-radius: 0.625rem;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: block;
}

.brochure-card:hover[b-hk844acmtl] {
    background-color: rgba(248, 249, 250, 0.5);
}

.brochure-content[b-hk844acmtl] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.brochure-title[b-hk844acmtl] {
    font-weight: 500;
    color: #862633;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.brochure-description[b-hk844acmtl] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.external-link-icon[b-hk844acmtl] {
    width: 1rem;
    height: 1rem;
    color: #862633;
    margin-left: 0.5rem;
    flex-shrink: 0;
}

/* Section Title */
.calc-section-title[b-hk844acmtl] {
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #3f5b6a;
    line-height: 1.5;
}

.calc-section-title svg[b-hk844acmtl] {
    width: 1.25rem;
    height: 1.25rem;
}

/* Comparison Note */
.comparison-note[b-hk844acmtl] {
    padding: 1.5rem 1rem;
    background-color: rgba(248, 249, 250, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    text-align: center;
}

.underline-amount[b-hk844acmtl] {
    text-decoration: underline;
}

/* Grid layouts */
.grid-2[b-hk844acmtl] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-2[b-hk844acmtl] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.grid-3[b-hk844acmtl] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-3[b-hk844acmtl] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Grid-3 for breakdown */
.grid-breakdown[b-hk844acmtl] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .grid-breakdown[b-hk844acmtl] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Button Group */
.button-group[b-hk844acmtl] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

/* Button Styles */
.btn[b-hk844acmtl] {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-hk844acmtl] {
    background-color: #862633;
    color: #ffffff;
    border: 1px solid #862633;
}

.btn-primary:hover[b-hk844acmtl] {
    background-color: #6d1f29;
    border-color: #6d1f29;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.btn-primary:active[b-hk844acmtl] {
    background-color: #5a1a22;
    border-color: #5a1a22;
}

.btn-primary:focus[b-hk844acmtl] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(134, 38, 51, 0.2);
}

.btn-primary:disabled[b-hk844acmtl] {
    background-color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-outline[b-hk844acmtl] {
    background-color: #ffffff;
    color: #3f5b6a;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-outline:hover[b-hk844acmtl] {
    background-color: rgba(248, 249, 250, 0.5);
    border-color: rgba(0, 0, 0, 0.15);
}

.btn-outline:active[b-hk844acmtl] {
    background-color: rgba(0, 0, 0, 0.05);
}

.btn-outline:focus[b-hk844acmtl] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Badge Spacing */
.badge-spacing[b-hk844acmtl] {
    margin-top: 0.5rem;
}

/* Bottom Badge Styling */
.badge-bottom[b-hk844acmtl] {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
}

/* Display informational badges as plain text instead of button-like pills */
.highlight-primary .badge-outline[b-hk844acmtl],
.highlight-secondary .badge-spacing[b-hk844acmtl],
.highlight-secondary .badge-bottom[b-hk844acmtl] {
    background-color: transparent;
    border: none;
    font-style: italic;
}

/* Current Coverage label: light gray text */
.highlight-secondary .badge-spacing[b-hk844acmtl] {
    color: #9aa3aa;
}

/* Next-step label: dark blue text */
.highlight-secondary .badge-bottom[b-hk844acmtl] {
    color: #1f3f5b;
}

/* Additional Coverage Subtext */
.additional-coverage-subtext[b-hk844acmtl] {
    margin-top: 0.5rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75rem;
    font-style: italic;
}

/* Disclaimer Text */
.disclaimer-text[b-hk844acmtl] {
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

/* Brochure Flex Container */
.brochure-flex[b-hk844acmtl] {
    flex: 1;
}
/* /Components/Pages/FinancialCalculatorV2/Steps/SuccessStep.razor.rz.scp.css */
/* Success Step Styles */

.success-wrapper[b-ce8k1uic78] {
    min-height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 3rem 1rem 2rem 1rem;
}

.success-container[b-ce8k1uic78] {
    max-width: 50rem;
    width: 100%;
    text-align: center;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
    padding: 3rem 2rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .10);
}

.success-icon[b-ce8k1uic78] {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.success-icon svg[b-ce8k1uic78] {
    width: 8rem;
    height: 8rem;
    color: #862633;
    fill: #862633;
}

.success-title[b-ce8k1uic78] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #862633;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
}

.success-message[b-ce8k1uic78] {
    font-size: 1.125rem;
    color: #3f5b6a;
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
}

.coverage-highlight[b-ce8k1uic78] {
    padding: 2rem;
    margin-bottom: 2rem;
}

.coverage-label[b-ce8k1uic78] {
    font-size: 1rem;
    font-weight: 500;
    color: #3f5b6a;
    margin: 0 0 0.5rem 0;
}

.coverage-amount[b-ce8k1uic78] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3f5b6a;
    margin: 0;
    line-height: 1.2;
}

.btn[b-ce8k1uic78] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid transparent;
    line-height: 1.5;
}

.btn-download[b-ce8k1uic78] {
    background-color: #ffffff;
    color: #3f5b6a;
    border: 2px solid rgba(0, 0, 0, .10);
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.btn-download:hover[b-ce8k1uic78] {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-download svg[b-ce8k1uic78] {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.btn-primary svg[b-ce8k1uic78] {
    width: 1.25rem;
    height: 1.25rem;
    fill: white;
}

.btn-outline svg[b-ce8k1uic78] {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.divider[b-ce8k1uic78] {
    height: 3px;
    background: rgba(0, 0, 0, .10);
    margin: 2rem 0;
}

.action-buttons[b-ce8k1uic78] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.btn-primary[b-ce8k1uic78] {
    background-color: #862633;
    color: white;
    border-color: #862633;
}

.btn-primary:hover[b-ce8k1uic78] {
    background-color: #6d1f28;
    border-color: #6d1f28;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(134, 38, 51, 0.3);
}

.btn-outline[b-ce8k1uic78] {
    background-color: white;
    color: #3f5b6a;
    border-color: rgba(0, 0, 0, .10);
}

.btn-outline:hover[b-ce8k1uic78] {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 640px) {
    .success-container[b-ce8k1uic78] {
        padding: 2rem 1.5rem;
    }

    .success-title[b-ce8k1uic78] {
        font-size: 2rem;
    }

    .coverage-amount[b-ce8k1uic78] {
        font-size: 2rem;
    }

    .action-buttons[b-ce8k1uic78] {
        grid-template-columns: 1fr;
    }

    .success-icon svg[b-ce8k1uic78] {
        width: 6rem;
        height: 6rem;
    }

    .divider[b-ce8k1uic78] {
        margin: 2rem -1.5rem;
    }
}

/* /Components/Pages/MyPoliciesView.razor.rz.scp.css */
.agent-contact-link[b-55buhl8o98] {
    color: #8c2232 !important;
    text-decoration: none;
    padding: 0;
    display: inline;
    width: fit-content;
}

    .agent-contact-link:hover[b-55buhl8o98] {
        text-decoration: underline;
    }

.agent-info-text[b-55buhl8o98] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding-left: 2rem;
    width: 100%;
}

.agent-modal-content[b-55buhl8o98] {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 768px) {
    .agent-name[b-55buhl8o98] {
        display: block;
    }
}

.agent-photo-skeleton[b-55buhl8o98] {
    width: 150px;
    height: 150px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-55buhl8o98 1.5s infinite;
}

@keyframes loading-b-55buhl8o98 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.agent-photo-container[b-55buhl8o98] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.agent-photo[b-55buhl8o98] {
    width: 150px;
    height: 200px;
    object-fit: cover;
}
/* /Components/Pages/TermsOfService.razor.rz.scp.css */
    .terms-wrapper[b-gv6ev1jcx0] {
        max-width: 850px;
        margin: 3rem auto;
        padding: 0 1.5rem;
        line-height: 1.6;
        background-color: #ffffff;
    }

        .terms-wrapper h1[b-gv6ev1jcx0] {
            text-align: center;
            font-size: 2.2rem;
            letter-spacing: 0.02em;
            margin-bottom: 2rem;
            text-transform: uppercase;
        }

        .terms-wrapper h2[b-gv6ev1jcx0] {
            margin-top: 2.5rem;
            margin-bottom: 0.75rem;
            font-size: 1.1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }

        .terms-wrapper p[b-gv6ev1jcx0] {
            margin-bottom: 1rem;
            text-align: justify;
        }

            .terms-wrapper p:first-of-type[b-gv6ev1jcx0] {
                margin-top: 0;
            }

        .terms-wrapper strong[b-gv6ev1jcx0] {
            font-weight: 700;
        }

        .terms-divider[b-gv6ev1jcx0] {
            margin: 2rem 0;
            border-top: 1px solid #ccc;
        }

    @media print {
        .terms-wrapper[b-gv6ev1jcx0] {
            margin: 0;
            padding: 0;
            max-width: 100%;
        }
    }
/* /Components/Pages/UserProfile.razor.rz.scp.css */
/* User Profile Layout */
.user-profile-layout[b-ittzjeu2v4] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 200px);
    padding: 2rem;
    background-color: #fafafa;
}

.user-profile-content[b-ittzjeu2v4] {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

/* Header */
.user-profile-header-container[b-ittzjeu2v4] {
    margin-bottom: 2rem;
}

.user-profile-header-flex[b-ittzjeu2v4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.user-profile-header[b-ittzjeu2v4] {
    color: #3f5b6a;
    font-size: clamp(1.5rem, 2vw, 2rem);
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #8c2232;
    display: inline-block;
}

/* User Info Display */
.user-info-inline[b-ittzjeu2v4] {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    border-left: 3px solid #8c2232;
    border-right: 3px solid #8c2232;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.user-info-content[b-ittzjeu2v4] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-icon[b-ittzjeu2v4] {
    width: 40px;
    height: 40px;
    background-color: rgba(140, 34, 50, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c2232;
    font-size: 1.2rem;
}

.user-details[b-ittzjeu2v4] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.user-name[b-ittzjeu2v4] {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.user-email[b-ittzjeu2v4] {
    color: #5c5d60;
    font-size: 0.9rem;
    line-height: 1.2;
}

/* Tab Navigation */
.profile-tabs-container[b-ittzjeu2v4] {
    background: white;
    border-radius: 12px;
    padding: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.profile-tabs[b-ittzjeu2v4] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.profile-tab[b-ittzjeu2v4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.25rem;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: #5c5d60;
    font-family: 'Adlinnaka-MediumCondensed', Helvetica;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex: 0 0 auto;
    position: relative;
}

.profile-tab span[b-ittzjeu2v4] {
    white-space: nowrap;
}

.profile-tab:hover[b-ittzjeu2v4] {
    background: #f1f3f5;
    color: #8c2232;
}

.profile-tab.active[b-ittzjeu2v4] {
    background: #8c2232;
    color: white;
}

.profile-tab .badge[b-ittzjeu2v4] {
    background: #8c2232;
    color: white;
    border-radius: 12px;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

.profile-tab.active .badge[b-ittzjeu2v4] {
    background: white;
    color: #8c2232;
}

/* Tab Content */
.profile-tab-content[b-ittzjeu2v4] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    min-height: 400px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tab-panel[b-ittzjeu2v4] {
    animation: fadeIn-b-ittzjeu2v4 0.3s ease-in;
}

@keyframes fadeIn-b-ittzjeu2v4 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Skeleton Loading */
.user-profile-skeleton-owner-info .user-profile-skeleton-circle[b-ittzjeu2v4] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(90deg, #dfe4e7 25%, #f0f2f3 50%, #dfe4e7 75%);
    background-size: 200% 100%;
    animation: shimmer-b-ittzjeu2v4 1.5s infinite;
}

.user-profile-skeleton-line[b-ittzjeu2v4] {
    height: 16px;
    background: linear-gradient(90deg, #dfe4e7 25%, #f0f2f3 50%, #dfe4e7 75%);
    background-size: 200% 100%;
    animation: shimmer-b-ittzjeu2v4 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.user-profile-skeleton-line--name[b-ittzjeu2v4] {
    width: 120px;
}

.user-profile-skeleton-line--full-name[b-ittzjeu2v4] {
    width: 180px;
}

.user-profile-skeleton-line--address[b-ittzjeu2v4] {
    width: 220px;
}

@keyframes shimmer-b-ittzjeu2v4 {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .user-profile-layout[b-ittzjeu2v4] {
        padding: 1rem;
    }
    
    .user-profile-header-flex[b-ittzjeu2v4] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .profile-tabs[b-ittzjeu2v4] {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .profile-tab[b-ittzjeu2v4] {
        flex-shrink: 0;
    }
    
    .profile-tab-content[b-ittzjeu2v4] {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .user-profile-header[b-ittzjeu2v4] {
        font-size: 1.5rem;
    }
    
    .profile-tab[b-ittzjeu2v4] {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    
    .profile-tab span[b-ittzjeu2v4] {
        display: none;
    }
    
    .profile-tab i[b-ittzjeu2v4] {
        margin: 0;
    }
}
/* /Components/PolicySections/PolicyBasicInfo.razor.rz.scp.css */
.info-item .agent-info-icon[b-yb7c03aupb] {
    line-height: 1.5;
    color: #8c2232;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .info-item .agent-info-icon:hover[b-yb7c03aupb] {
        color: #6B1A27;
        transform: scale(1.15);
    }
/* /Components/Shared/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent-banner[b-oahyw16i9b] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1050;
    max-width: 360px;
    width: calc(100% - 2rem);
    background-color: #ffffff;
    border: 1px solid #dfe4e7;
    border-top: 3px solid #8c2232;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    padding: 1rem 1.1rem;
    margin-bottom: env(safe-area-inset-bottom);
}

.cookie-consent-content[b-oahyw16i9b] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.cookie-consent-text[b-oahyw16i9b] {
    margin: 0;
    color: #3f5b6a;
    font-size: 0.9rem;
    line-height: 1.4;
}

.cookie-consent-actions[b-oahyw16i9b] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.cookie-consent-btn[b-oahyw16i9b] {
    flex: 1 1 0;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #8c2232;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    white-space: nowrap;
}

.cookie-consent-btn-accept[b-oahyw16i9b] {
    background-color: #8c2232;
    color: #ffffff;
}

.cookie-consent-btn-accept:hover[b-oahyw16i9b] {
    background-color: #6f1a27;
    border-color: #6f1a27;
}

.cookie-consent-btn-reject[b-oahyw16i9b] {
    background-color: #ffffff;
    color: #8c2232;
}

.cookie-consent-btn-reject:hover[b-oahyw16i9b] {
    background-color: #f6e7ea;
}

@media (max-width: 400px) {
    .cookie-consent-banner[b-oahyw16i9b] {
        right: 0.5rem;
        left: 0.5rem;
        bottom: 0.5rem;
        max-width: none;
        width: auto;
    }
}
/* /Components/UserProfile/AnnualStatementsSection.razor.rz.scp.css */
.annual-statements-section[b-kxexrnu16b] {
    padding: 2rem;
}

.section-title[b-kxexrnu16b] {
    color: #3f5b6a;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #8c2232;
    display: inline-block;
}

.annual-statements-list[b-kxexrnu16b] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.annual-statement-item[b-kxexrnu16b] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.annual-statement-item:hover[b-kxexrnu16b] {
    border-color: #003B5C;
    box-shadow: 0 2px 8px rgba(0, 59, 92, 0.1);
}

.annual-statement-icon[b-kxexrnu16b] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0066B3 0%, #0080CC 100%);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.5rem;
}

.annual-statement-content[b-kxexrnu16b] {
    flex: 1;
    min-width: 0;
}

.annual-statement-name[b-kxexrnu16b] {
    font-size: 1.1rem;
    color: #003B5C;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.annual-statement-meta[b-kxexrnu16b] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.annual-statement-meta span[b-kxexrnu16b] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.annual-statement-year[b-kxexrnu16b] {
    color: #003B5C;
    font-weight: 500;
}

.annual-statement-date[b-kxexrnu16b] {
    color: #666;
}

.annual-statement-policy[b-kxexrnu16b] {
    color: #0066B3;
}

.annual-statement-description[b-kxexrnu16b] {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.annual-statement-actions[b-kxexrnu16b] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-shrink: 0;
}

.btn-download[b-kxexrnu16b],
.btn-view[b-kxexrnu16b] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #003B5C;
    border-radius: 4px;
    color: #003B5C;
    background: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-download:hover[b-kxexrnu16b],
.btn-view:hover[b-kxexrnu16b] {
    background: #003B5C;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 59, 92, 0.2);
}

.btn-download i[b-kxexrnu16b],
.btn-view i[b-kxexrnu16b] {
    font-size: 1rem;
}

.empty-state[b-kxexrnu16b] {
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
}

.empty-state i[b-kxexrnu16b] {
    font-size: 3rem;
    color: #ccc;
    margin-bottom: 1rem;
}

.empty-state p[b-kxexrnu16b] {
    font-size: 1.1rem;
    color: #999;
}

.list-skeleton[b-kxexrnu16b] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skeleton-item[b-kxexrnu16b] {
    padding: 1.25rem;
    background: #f5f5f5;
    border-radius: 8px;
    animation: pulse-b-kxexrnu16b 1.5s ease-in-out infinite;
}

.skeleton-line[b-kxexrnu16b] {
    height: 16px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.skeleton-line--short[b-kxexrnu16b] {
    width: 60%;
}

@keyframes pulse-b-kxexrnu16b {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .annual-statements-section[b-kxexrnu16b] {
        padding: 1rem;
    }

    .annual-statement-item[b-kxexrnu16b] {
        flex-direction: column;
    }

    .annual-statement-meta[b-kxexrnu16b] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .annual-statement-actions[b-kxexrnu16b] {
        width: 100%;
    }

    .btn-download[b-kxexrnu16b],
    .btn-view[b-kxexrnu16b] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/UserProfile/FormsSubmittedSection.razor.rz.scp.css */
/* Forms Section */
.forms-section[b-w6vomaxo4q] {
    width: 100%;
}

.section-title[b-w6vomaxo4q] {
    color: #3f5b6a;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #8c2232;
    display: inline-block;
}

.forms-list[b-w6vomaxo4q] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-item[b-w6vomaxo4q] {
    display: flex;
    gap: 1rem;
    background: #fafafa;
    border: 1px solid #dfe4e7;
    border-radius: 8px;
    padding: 1.25rem;
    transition: all 0.2s ease;
}

.form-item:hover[b-w6vomaxo4q] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.form-icon[b-w6vomaxo4q] {
    width: 40px;
    height: 40px;
    background: #7b96a7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.form-content[b-w6vomaxo4q] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-name[b-w6vomaxo4q] {
    color: #3f5b6a;
    font-size: 1rem;
}

.form-meta[b-w6vomaxo4q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #5c5d60;
}

.form-meta span[b-w6vomaxo4q] {
    position: relative;
    padding-right: 0.75rem;
}

.form-meta span:not(:last-child)[b-w6vomaxo4q]::after {
    content: "�";
    position: absolute;
    right: 0;
    color: #afb8bd;
}

.form-notes[b-w6vomaxo4q] {
    font-size: 0.875rem;
    color: #5c5d60;
    font-style: italic;
}

.form-status[b-w6vomaxo4q] {
    display: flex;
    align-items: center;
}

.status-badge[b-w6vomaxo4q] {
    padding: 0.375rem 0.875rem;
    border-radius: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.status-badge.status-approved[b-w6vomaxo4q],
.status-badge.status-complete[b-w6vomaxo4q] {
    background: #d4edda;
    color: #155724;
}

.status-badge.status-pending[b-w6vomaxo4q],
.status-badge.status-processing[b-w6vomaxo4q] {
    background: #fff3cd;
    color: #856404;
}

.status-badge.status-rejected[b-w6vomaxo4q],
.status-badge.status-failed[b-w6vomaxo4q] {
    background: #f8d7da;
    color: #721c24;
}

/* Empty State */
.empty-state[b-w6vomaxo4q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
    color: #afb8bd;
}

.empty-state i[b-w6vomaxo4q] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.empty-state p[b-w6vomaxo4q] {
    font-size: 1.125rem;
    margin: 0;
}

/* Skeleton Loading */
.list-skeleton[b-w6vomaxo4q] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skeleton-item[b-w6vomaxo4q] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.25rem;
    background: #fafafa;
    border-radius: 8px;
}

.skeleton-line[b-w6vomaxo4q] {
    height: 16px;
    background: linear-gradient(90deg, #dfe4e7 25%, #f0f2f3 50%, #dfe4e7 75%);
    background-size: 200% 100%;
    animation: shimmer-b-w6vomaxo4q 1.5s infinite;
    border-radius: 4px;
}

.skeleton-line--short[b-w6vomaxo4q] {
    width: 60%;
}

@keyframes shimmer-b-w6vomaxo4q {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
/* /Components/UserProfile/InboxSection.razor.rz.scp.css */
/* Inbox Section */
.inbox-section[b-gu841yk6fb] {
    width: 100%;
}

.section-title[b-gu841yk6fb] {
    color: #3f5b6a;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #8c2232;
    display: inline-block;
}

.message-list[b-gu841yk6fb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.message-item[b-gu841yk6fb] {
    display: flex;
    gap: 1rem;
    background: #fafafa;
    border: 1px solid #dfe4e7;
    border-radius: 8px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.message-item.unread[b-gu841yk6fb] {
    background: white;
    border-color: #7b96a7;
}

.message-item:hover[b-gu841yk6fb] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.message-indicator[b-gu841yk6fb] {
    width: 8px;
    flex-shrink: 0;
}

.unread-dot[b-gu841yk6fb] {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #8c2232;
    border-radius: 50%;
}

.message-content[b-gu841yk6fb] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.message-header[b-gu841yk6fb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.message-subject[b-gu841yk6fb] {
    color: #3f5b6a;
    font-size: 1rem;
}

.message-item.unread .message-subject[b-gu841yk6fb] {
    font-weight: bold;
}

.message-date[b-gu841yk6fb] {
    color: #5c5d60;
    font-size: 0.875rem;
    white-space: nowrap;
}

.message-sender[b-gu841yk6fb] {
    font-size: 0.875rem;
    color: #5c5d60;
}

.message-preview[b-gu841yk6fb] {
    font-size: 0.875rem;
    color: #5c5d60;
    line-height: 1.5;
}

.message-attachments[b-gu841yk6fb] {
    font-size: 0.75rem;
    color: #7b96a7;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.message-priority[b-gu841yk6fb] {
    display: flex;
    align-items: center;
    color: #8c2232;
    font-size: 1.25rem;
}

/* Empty State */
.empty-state[b-gu841yk6fb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
    color: #afb8bd;
}

.empty-state i[b-gu841yk6fb] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.empty-state p[b-gu841yk6fb] {
    font-size: 1.125rem;
    margin: 0;
}

/* Skeleton Loading */
.list-skeleton[b-gu841yk6fb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skeleton-item[b-gu841yk6fb] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.25rem;
    background: #fafafa;
    border-radius: 8px;
}

.skeleton-line[b-gu841yk6fb] {
    height: 16px;
    background: linear-gradient(90deg, #dfe4e7 25%, #f0f2f3 50%, #dfe4e7 75%);
    background-size: 200% 100%;
    animation: shimmer-b-gu841yk6fb 1.5s infinite;
    border-radius: 4px;
}

.skeleton-line--short[b-gu841yk6fb] {
    width: 60%;
}

@keyframes shimmer-b-gu841yk6fb {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .message-header[b-gu841yk6fb] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/UserProfile/PaymentHistorySection.razor.rz.scp.css */
/* Payment History Section */
.payment-history-section[b-r4e2emwbbf] {
    width: 100%;
}

.section-title[b-r4e2emwbbf] {
    color: #3f5b6a;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #8c2232;
    display: inline-block;
}

.payment-history-list[b-r4e2emwbbf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-item[b-r4e2emwbbf] {
    display: flex;
    gap: 1rem;
    background: #fafafa;
    border: 1px solid #dfe4e7;
    border-radius: 8px;
    padding: 1.25rem;
    transition: all 0.2s ease;
}

.payment-item:hover[b-r4e2emwbbf] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.payment-icon[b-r4e2emwbbf] {
    width: 40px;
    height: 40px;
    background: #7b96a7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.payment-content[b-r4e2emwbbf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.payment-amount[b-r4e2emwbbf] {
    color: #3f5b6a;
    font-size: 1.1rem;
}

.payment-meta[b-r4e2emwbbf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #5c5d60;
}

.payment-meta span[b-r4e2emwbbf] {
    position: relative;
    padding-right: 0.75rem;
}

.payment-meta span:not(:last-child)[b-r4e2emwbbf]::after {
    content: "\2022";
    position: absolute;
    right: 0;
    color: #afb8bd;
}

.payment-confirmation[b-r4e2emwbbf] {
    font-size: 0.875rem;
    color: #5c5d60;
    font-style: italic;
}

.payment-status[b-r4e2emwbbf] {
    display: flex;
    align-items: center;
}

.status-badge[b-r4e2emwbbf] {
    padding: 0.375rem 0.875rem;
    border-radius: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.status-badge.status-approved[b-r4e2emwbbf],
.status-badge.status-complete[b-r4e2emwbbf],
.status-badge.status-completed[b-r4e2emwbbf],
.status-badge.status-paid[b-r4e2emwbbf] {
    background: #d4edda;
    color: #155724;
}

.status-badge.status-pending[b-r4e2emwbbf],
.status-badge.status-processing[b-r4e2emwbbf] {
    background: #fff3cd;
    color: #856404;
}

.status-badge.status-rejected[b-r4e2emwbbf],
.status-badge.status-failed[b-r4e2emwbbf],
.status-badge.status-declined[b-r4e2emwbbf] {
    background: #f8d7da;
    color: #721c24;
}

/* Empty State */
.empty-state[b-r4e2emwbbf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
    color: #afb8bd;
}

.empty-state i[b-r4e2emwbbf] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.empty-state p[b-r4e2emwbbf] {
    font-size: 1.125rem;
    margin: 0;
}

/* Skeleton Loading */
.list-skeleton[b-r4e2emwbbf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skeleton-item[b-r4e2emwbbf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.25rem;
    background: #fafafa;
    border-radius: 8px;
}

.skeleton-line[b-r4e2emwbbf] {
    height: 16px;
    background: linear-gradient(90deg, #dfe4e7 25%, #f0f2f3 50%, #dfe4e7 75%);
    background-size: 200% 100%;
    animation: shimmer-b-r4e2emwbbf 1.5s infinite;
    border-radius: 4px;
}

.skeleton-line--short[b-r4e2emwbbf] {
    width: 60%;
}

@keyframes shimmer-b-r4e2emwbbf {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
/* /Components/UserProfile/ProfileInformationSection.razor.rz.scp.css */
/* Profile Section */
.profile-section[b-at5l36cgsz] {
    width: 100%;
}

.section-title[b-at5l36cgsz] {
    color: #3f5b6a;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #8c2232;
    display: inline-block;
}

/* Profile Form */
.profile-form[b-at5l36cgsz] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.form-row[b-at5l36cgsz] {
    display: flex;
    flex-direction: column;
}

.form-group[b-at5l36cgsz] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.form-group.full-width[b-at5l36cgsz] {
    grid-column: 1 / -1;
}

.form-group label[b-at5l36cgsz] {
    color: #6c757d;
    font-size: clamp(0.875rem, 1vw, 1rem);
}

.form-value[b-at5l36cgsz] {
    color: #3f5b6a;
    font-size: clamp(0.9375rem, 1.1vw, 1.125rem);
    min-height: 1.25rem;
}

.link-action[b-at5l36cgsz] {
    background: none;
    border: none;
    padding: 0;
    color: #8c2232;
    font-family: 'Adlinnaka-MediumCondensed', Helvetica;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: underline;
    cursor: pointer;
}

.link-action:hover[b-at5l36cgsz] {
    color: #6b1a27;
}

/* Skeleton Loading */
.profile-skeleton[b-at5l36cgsz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skeleton-line[b-at5l36cgsz] {
    height: 16px;
    background: linear-gradient(90deg, #dfe4e7 25%, #f0f2f3 50%, #dfe4e7 75%);
    background-size: 200% 100%;
    animation: shimmer-b-at5l36cgsz 1.5s infinite;
    border-radius: 4px;
}

.skeleton-line--title[b-at5l36cgsz] {
    height: 24px;
    width: 40%;
}

.skeleton-line--short[b-at5l36cgsz] {
    width: 60%;
}

@keyframes shimmer-b-at5l36cgsz {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

