/* Main navigation - QuickPay highlight */
.icon-QuickPay:before {
    content: "\e93f"; /* icomoon credit-card icon */
}

.accordionHeader_Menu .icon-QuickPay,
.accordionHeader_Menu_selected .icon-QuickPay {
    color: var(--pf-gold) !important;
    font-size: 17px;
    text-shadow: 0 1px 10px rgba(224, 167, 46, .22);
}

.accordionHeader_Menu .icon-QuickPay + a,
.accordionHeader_Menu_selected .icon-QuickPay + a {
    color: var(--pf-navy) !important;
    font-weight: 800 !important;
    letter-spacing: .01em;
}

.accordionHeader_Menu:hover .icon-QuickPay + a,
.accordionHeader_Menu_selected:hover .icon-QuickPay + a {
    color: var(--pf-blue-dark) !important;
}

/* Main navigation - Quick Quote highlight */
.icon-QuickQuote:before {
    content: "⚡";
    font-family: "Segoe UI Symbol", "Arial", sans-serif;
}

.accordionHeader_Menu .icon-QuickQuote,
.accordionHeader_Menu_selected .icon-QuickQuote {
    color: var(--pf-blue) !important;
    font-size: 17px;
    text-shadow: 0 1px 10px rgba(23, 107, 135, .24);
}

li.menu-child-QuickQuote {
    list-style: none !important;
    margin: 4px 6px 7px 0 !important;
}

li.menu-child-QuickQuote a {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    min-height: 22px;
    padding: 4px 8px 4px 6px;
    border: 1px solid rgba(23, 107, 135, .18);
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(23, 107, 135, .13), rgba(224, 167, 46, .10));
    color: var(--pf-navy) !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    letter-spacing: .01em;
}

li.menu-child-QuickQuote a:before {
    content: "⚡";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pf-blue), #29a7d8);
    color: #fff;
    font-family: "Segoe UI Symbol", "Arial", sans-serif;
    font-size: 11px;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(23, 107, 135, .22);
}

li.menu-child-QuickQuote a:hover {
    border-color: rgba(23, 107, 135, .34);
    background: linear-gradient(90deg, rgba(23, 107, 135, .18), rgba(224, 167, 46, .16));
    color: var(--pf-blue-dark) !important;
}

:root {
    --pf-navy: #12304a;
    --pf-blue: #176b87;
    --pf-blue-dark: #0d536d;
    --pf-gold: #e0a72e;
    --pf-ink: #183042;
    --pf-muted: #667988;
    --pf-border: #dbe4ea;
    --pf-surface: #ffffff;
    --pf-background: #f3f7f9;
    --pf-danger: #a52323;
    --pf-shadow: 0 18px 45px rgba(18, 48, 74, 0.12);
}

/* Contract summary — 2026 visual refresh */
.pf-contract-summary {
    --pf-contract-navy: #073b63;
    --pf-contract-blue: #087fc2;
    --pf-contract-sky: #e8f5fc;
    --pf-contract-line: #d9e6ee;
    --pf-contract-ink: #17354d;
    --pf-contract-muted: #60788a;
    width: min(100%, 1460px) !important;
    margin: 24px auto 48px;
    border-collapse: separate !important;
    border-spacing: 0;
    color: var(--pf-contract-ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

.pf-contract-spacer {
    display: none;
}

.pf-contract-hero {
    position: relative;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    min-height: 150px;
    padding: 30px 36px !important;
    border: 0 !important;
    border-radius: 20px 20px 0 0;
    background:
        radial-gradient(circle at 92% 15%, rgba(255, 255, 255, .18) 0 70px, transparent 72px),
        linear-gradient(120deg, #063658 0%, #075f91 55%, #1195cf 100%);
    box-shadow: 0 14px 34px rgba(8, 55, 86, .14);
}

.pf-contract-hero::before {
    content: "PORTAL DE CONTRATOS";
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
}

.pf-contract-title,
.pf-contract-customer {
    display: block !important;
    box-sizing: border-box;
    height: auto !important;
    width: 100% !important;
    color: #fff !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-contract-title {
    font-size: clamp(28px, 3vw, 42px) !important;
    font-weight: 750 !important;
    line-height: 1.12;
    letter-spacing: -.03em;
}

.pf-contract-customer {
    margin-top: 8px;
    color: #dff5ff !important;
    font-size: clamp(16px, 1.7vw, 22px) !important;
    font-weight: 500 !important;
    line-height: 1.3;
    letter-spacing: .01em;
}

.pf-contract-summary > tbody > tr:last-child > td.banner {
    display: block;
    padding: 0 22px 28px !important;
    border: 1px solid var(--pf-contract-line);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    background: #f7fafc;
    box-shadow: 0 18px 42px rgba(11, 52, 77, .12);
}

.pf-contract-tabs {
    position: relative;
    top: -1px;
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-contract-tabs .ajax__tab_header {
    display: flex !important;
    gap: 7px;
    min-height: 58px;
    padding: 13px 2px 9px !important;
    background: transparent !important;
    white-space: normal !important;
}

.pf-contract-tabs .ajax__tab_tab,
.pf-contract-tabs .ajax__tab_outer,
.pf-contract-tabs .ajax__tab_inner {
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

.pf-contract-tabs .ajax__tab_outer {
    display: block !important;
    border-radius: 10px !important;
}

.pf-contract-tabs .ajax__tab_tab {
    display: block !important;
    padding: 10px 16px !important;
    border: 1px solid #cadce7 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #31566f !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.pf-contract-tabs .ajax__tab_active .ajax__tab_tab {
    border-color: var(--pf-contract-blue) !important;
    background: linear-gradient(135deg, #087fc2, #075f91) !important;
    color: #fff !important;
    box-shadow: 0 5px 14px rgba(8, 127, 194, .22);
}

.pf-contract-tabs .ajax__tab_body {
    overflow: visible !important;
    box-sizing: border-box;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.pf-contract-workspace {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.pf-contract-search-card,
.pf-contract-status-filter,
.pf-contract-date-filter,
.pf-contract-results {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    padding: 20px 22px !important;
    border: 1px solid var(--pf-contract-line);
    border-radius: 14px;
    background: #fff;
}

.pf-contract-section-title {
    display: block;
    margin-bottom: 15px;
    color: var(--pf-contract-navy) !important;
    font-size: 18px !important;
    font-weight: 750 !important;
}

.pf-contract-search-table {
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: transparent;
}

.pf-contract-search-table td {
    height: auto !important;
    padding: 5px 8px !important;
}

.pf-contract-search-table tr:last-child {
    display: none;
}

.pf-contract-search-table input[type="text"],
.pf-contract-date-table input[type="text"],
.pf-contract-add-table input[type="text"] {
    box-sizing: border-box;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #b9cfdd;
    border-radius: 8px;
    background: #fff;
    color: var(--pf-contract-ink);
    font: 14px "Segoe UI", Arial, sans-serif;
    outline: 0;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.pf-contract-search-table input[type="text"]:focus,
.pf-contract-date-table input[type="text"]:focus,
.pf-contract-add-table input[type="text"]:focus {
    border-color: var(--pf-contract-blue);
    box-shadow: 0 0 0 3px rgba(8, 127, 194, .13);
}

.pf-contract-status-filter {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pf-contract-status-filter > span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid #d2e0e9;
    border-radius: 999px;
    background: #f6fafc;
    color: #31566f !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-weight: 650;
}

.pf-contract-status-filter input {
    accent-color: var(--pf-contract-blue);
}

.pf-contract-date-filter {
    padding-top: 16px !important;
}

.pf-contract-date-table {
    float: none !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 14px 0 !important;
    background: transparent;
}

.pf-contract-date-table td {
    padding: 0 !important;
    color: var(--pf-contract-ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

.pf-contract-date-table input[type="text"] {
    margin-top: 5px;
}

.pf-contract-primary-button,
.pf-contract-secondary-button {
    min-height: 42px;
    padding: 9px 20px !important;
    border-radius: 9px !important;
    font: 700 14px "Segoe UI", Arial, sans-serif !important;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

.pf-contract-primary-button {
    border: 1px solid #087fc2 !important;
    background: linear-gradient(135deg, #1497d5, #0873b1) !important;
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(8, 115, 177, .2);
}

.pf-contract-secondary-button {
    border: 1px solid #b9cbd7 !important;
    background: #fff !important;
    color: #31566f !important;
}

.pf-contract-primary-button:hover,
.pf-contract-secondary-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(8, 73, 111, .18);
}

.pf-contract-list-heading {
    margin-top: 20px;
    border: 0 !important;
    background: transparent !important;
}

.pf-contract-list-heading table {
    border: 0 !important;
    background: transparent !important;
}

.pf-contract-list-heading p {
    margin: 0 0 11px;
}

.pf-contract-list-heading span {
    color: var(--pf-contract-navy) !important;
    font: 750 17px "Segoe UI", Arial, sans-serif !important;
}

.pf-contract-grid-scroll {
    overflow: auto;
    border: 1px solid var(--pf-contract-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 64, 91, .06);
}

.pf-contract-grid {
    min-width: 720px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    color: var(--pf-contract-ink) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 13px !important;
}

.pf-contract-grid th {
    height: auto !important;
    padding: 13px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #cce0ec !important;
    background: #eaf5fb !important;
    color: var(--pf-contract-navy) !important;
    font: 750 12px "Segoe UI", Arial, sans-serif !important;
    letter-spacing: .025em;
    text-align: left !important;
    text-transform: uppercase;
}

.pf-contract-grid td {
    height: auto !important;
    padding: 12px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #e6eef3 !important;
    background: #fff !important;
    color: #4d6575 !important;
    font-style: normal !important;
    text-align: left !important;
}

.pf-contract-grid tr:nth-child(even) td {
    background: #f8fbfd !important;
}

.pf-contract-grid tr:not(:first-child):hover td {
    background: #eef8fd !important;
}

.pf-contract-grid a {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 7px;
    background: #e4f3fb;
    color: #066fa9 !important;
    font-weight: 750 !important;
    font-style: normal !important;
    text-decoration: none !important;
}

.pf-contract-grid a:hover {
    background: #087fc2;
    color: #fff !important;
}

.pf-contract-grid tr:last-child td[colspan] {
    padding: 10px 12px !important;
    background: #f2f8fb !important;
}

.pf-contract-grid tr:last-child table {
    width: auto;
}

.pf-contract-grid tr:last-child img {
    width: 28px;
    height: 28px;
    border-radius: 7px;
}

.pf-contract-add-card {
    overflow: hidden;
    margin: 10px 0 4px;
    border: 1px solid var(--pf-contract-line) !important;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 64, 91, .06);
}

.pf-contract-add-card .panel-heading {
    padding: 15px 20px;
    border: 0;
    background: #eaf5fb;
    color: var(--pf-contract-navy);
    font-weight: 750;
}

.pf-contract-add-card .panel-body {
    padding: 20px;
}

.pf-contract-add-table td {
    padding: 9px 10px !important;
    border: 0 !important;
    vertical-align: middle !important;
}

@media (max-width: 767px) {
    .pf-contract-summary {
        width: 100% !important;
        margin: 12px auto 28px;
    }

    .pf-contract-hero {
        min-height: 128px;
        padding: 22px 20px !important;
        border-radius: 16px 16px 0 0;
    }

    .pf-contract-hero::before {
        margin-bottom: 9px;
        font-size: 9px;
    }

    .pf-contract-title {
        font-size: 28px !important;
    }

    .pf-contract-customer {
        margin-top: 6px;
        font-size: 16px !important;
    }

    .pf-contract-summary > tbody > tr:last-child > td.banner {
        padding: 0 12px 18px !important;
        border-radius: 0 0 16px 16px;
    }

    .pf-contract-tabs .ajax__tab_header {
        min-height: 0;
        padding: 10px 0 8px !important;
    }

    .pf-contract-tabs .ajax__tab_tab {
        padding: 9px 11px !important;
        font-size: 11px !important;
    }

    .pf-contract-search-card,
    .pf-contract-status-filter,
    .pf-contract-date-filter,
    .pf-contract-results {
        padding: 16px 14px !important;
        border-radius: 12px;
    }

    .pf-contract-search-table td:first-child {
        padding-bottom: 2px !important;
    }

    .pf-contract-status-filter {
        align-items: stretch;
        flex-direction: column;
        gap: 7px;
    }

    .pf-contract-status-filter > span {
        width: 100%;
        box-sizing: border-box;
    }

    .pf-contract-date-table {
        border-spacing: 0 10px !important;
    }

    .pf-contract-date-table input[type="text"],
    .pf-contract-search-table input[type="text"] {
        width: 100% !important;
    }

    .pf-contract-primary-button,
    .pf-contract-secondary-button {
        width: 100% !important;
        margin: 4px 0;
    }

    .pf-contract-grid {
        min-width: 650px;
    }

    .pf-contract-grid th,
    .pf-contract-grid td {
        padding: 10px 11px !important;
    }

    .pf-contract-add-card .panel-body {
        padding: 12px;
    }
}

.pf-login-page {
    min-height: calc(100vh - 120px);
    margin: 0 -15px;
    padding: 84px 24px 72px;
    color: var(--pf-ink);
    background:
        radial-gradient(circle at 92% 12%, rgba(224, 167, 46, 0.18), transparent 28rem),
        linear-gradient(145deg, #edf6f8 0%, var(--pf-background) 52%, #e8f0f4 100%);
}

.pf-login-intro,
.pf-login-grid {
    width: min(1080px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.pf-login-intro {
    margin-bottom: 28px;
}

.pf-login-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--pf-blue);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pf-login-intro h1 {
    max-width: 680px;
    margin: 0 0 10px;
    color: var(--pf-navy);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.08;
}

.pf-login-intro > p {
    max-width: 650px;
    margin: 0;
    color: var(--pf-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.pf-login-security {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding: 9px 13px;
    border: 1px solid rgba(23, 107, 135, 0.2);
    border-radius: 999px;
    color: var(--pf-blue-dark);
    background: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
}

.pf-login-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 24px;
    align-items: start;
}

.pf-card {
    overflow: hidden;
    border: 1px solid rgba(219, 228, 234, 0.9);
    border-radius: 18px;
    background: var(--pf-surface);
    box-shadow: var(--pf-shadow);
}

.pf-card-header {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 24px 26px 20px;
    border-bottom: 1px solid var(--pf-border);
}

.pf-card-header h2 {
    margin: 0 0 4px;
    color: var(--pf-navy);
    font-size: 1.4rem;
    font-weight: 700;
}

.pf-card-header p {
    margin: 0;
    color: var(--pf-muted);
    line-height: 1.5;
}

.pf-card-icon {
    display: inline-grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pf-blue), var(--pf-blue-dark));
}

.pf-card-icon-gold {
    color: var(--pf-navy);
    background: linear-gradient(135deg, #f3ca68, var(--pf-gold));
}

.pf-login-form {
    min-width: 0;
    margin: 0;
    padding: 24px 26px 26px;
    border: 0;
}

.pf-login-card > table {
    width: 100%;
}

.pf-login-form legend {
    margin-bottom: 20px;
    border: 0;
    color: var(--pf-muted);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pf-field {
    position: relative;
    margin-bottom: 19px;
}

.pf-field label {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--pf-ink);
    font-weight: 600;
}

.pf-input.form-control {
    width: 100%;
    height: 46px;
    padding: 10px 13px;
    border: 1px solid #b9c9d3;
    border-radius: 9px;
    color: var(--pf-ink);
    background: #fbfdfe;
    box-shadow: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.pf-input.form-control:focus {
    border-color: var(--pf-blue);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(23, 107, 135, 0.14);
    outline: none;
}

.pf-field-error {
    margin-left: 4px;
    color: var(--pf-danger);
    font-weight: 700;
}

.pf-alert {
    display: block;
    margin: 16px 26px 0;
    color: var(--pf-danger);
    line-height: 1.45;
}

.pf-alert:empty {
    display: none;
}

.pf-login-form > .pf-alert {
    margin: 0 0 16px;
    padding: 10px 12px;
    border: 1px solid #f1c5c5;
    border-radius: 8px;
    background: #fff5f5;
}

.pf-remember {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 4px 0 22px;
    color: var(--pf-muted);
}

.pf-remember input {
    margin: 0;
}

.pf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pf-button {
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-weight: 700;
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.pf-button:hover,
.pf-button:focus {
    transform: translateY(-1px);
}

.pf-button-primary {
    color: #ffffff;
    background: var(--pf-blue);
    box-shadow: 0 8px 18px rgba(23, 107, 135, 0.22);
}

.pf-button-primary:hover,
.pf-button-primary:focus {
    color: #ffffff;
    background: var(--pf-blue-dark);
}

.pf-button-secondary {
    border-color: #b9c9d3;
    color: var(--pf-navy);
    background: #ffffff;
}

.pf-button-secondary:hover,
.pf-button-secondary:focus {
    border-color: var(--pf-blue);
    background: #f3f9fb;
}

.pf-register-card {
    background: linear-gradient(180deg, #ffffff, #fbfcfd);
}

.pf-registration-links {
    display: grid;
    gap: 10px;
    padding: 24px 26px 8px;
}

.pf-registration-link {
    position: relative;
    display: block;
    padding: 13px 42px 13px 15px;
    border: 1px solid var(--pf-border);
    border-radius: 10px;
    color: var(--pf-navy);
    background: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.pf-registration-link::after {
    position: absolute;
    top: 50%;
    right: 16px;
    content: "\2192";
    color: var(--pf-blue);
    transform: translateY(-50%);
}

.pf-registration-link:hover,
.pf-registration-link:focus {
    border-color: var(--pf-blue);
    color: var(--pf-blue-dark);
    text-decoration: none;
    transform: translateX(2px);
    box-shadow: 0 6px 16px rgba(18, 48, 74, 0.08);
}

.pf-registration-details {
    padding: 8px 26px 26px;
    color: var(--pf-muted);
    line-height: 1.55;
}

/* Account statement tabs must follow the height of long payment lists. */
.pf-auto-height-tabs,
.pf-auto-height-tabs .ajax__tab_body,
.pf-auto-height-tabs .ajax__tab_panel {
    height: auto !important;
    overflow: visible !important;
}

.pf-auto-height-tabs .ajax__tab_body {
    min-height: 390px;
}

/* Responsive layout for the legacy contract summary Web Forms page. */
.pf-contract-summary {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}

.pf-contract-summary input[type="text"],
.pf-contract-summary select {
    max-width: 100%;
    box-sizing: border-box;
}

.pf-contract-tabs,
.pf-contract-tabs .ajax__tab_body,
.pf-contract-tabs .ajax__tab_panel {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

.pf-contract-tabs .ajax__tab_panel > div > table {
    width: 100% !important;
    max-width: 100%;
    table-layout: fixed;
}

.pf-contract-tabs .ajax__tab_panel > div > table > tbody > tr > td {
    width: 100% !important;
    max-width: 100%;
}

.pf-contract-grid-scroll {
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pf-contract-grid {
    width: 100% !important;
}

.pf-contract-summary #Table2,
.pf-contract-summary #Table2 > tbody,
.pf-contract-summary #Table2 > tbody > tr,
.pf-contract-summary #Table2 > tbody > tr > td {
    width: 100% !important;
    max-width: 100%;
}

.pf-contract-summary #Table2 span {
    display: block;
    width: auto !important;
    max-width: 100%;
}

/* Responsive containment for the R2 customer account statement. */
.pf-account-statement,
.pf-statement-tabs,
.pf-statement-tabs .ajax__tab_body,
.pf-statement-tabs .ajax__tab_panel {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.pf-account-statement {
    table-layout: fixed;
}

.pf-account-heading,
.pf-account-parties {
    width: 100%;
    table-layout: fixed;
}

.pf-premquote {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.pf-premquote .table-responsive {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pf-payment-page {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.pf-payment-page table,
.pf-payment-page input,
.pf-payment-page select,
.pf-payment-page textarea {
    box-sizing: border-box;
}

.pf-payment-grid {
    width: 100% !important;
    max-width: 100%;
}

.pf-payment-final {
    width: 100% !important;
    max-width: 760px;
    height: auto !important;
    margin: 20px auto;
    padding: 0 14px;
}

.pf-payment-final table {
    width: 100% !important;
    max-width: 100%;
}

.pf-payment-final td {
    width: auto !important;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
}

.pf-payment-status img {
    display: block;
    width: 240px;
    max-width: 80%;
    height: auto;
    margin: 0 auto 14px;
}

.pf-payment-status [id$="_Waiting_Panel"] {
    text-align: center;
}

.pf-authorize-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 12px;
}

.pf-authorize-page .pf-authorize-intro,
.pf-authorize-page .pf-authorize-form,
.pf-authorize-page .pf-authorize-result-table {
    width: 100% !important;
    max-width: 100%;
}

.pf-authorize-page .ajax__tab_container,
.pf-authorize-page .ajax__tab_body,
.pf-authorize-page .ajax__tab_panel {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .pf-login-page {
        margin: 0;
        padding: 72px 16px 56px;
    }

    .pf-login-grid {
        grid-template-columns: 1fr;
    }

    .pf-card-header,
    .pf-login-form,
    .pf-registration-links,
    .pf-registration-details {
        padding-right: 20px;
        padding-left: 20px;
    }

    .pf-actions {
        flex-direction: column;
    }

    .pf-button {
        width: 100%;
    }

    .navbar-fixed-bottom {
        position: static;
        margin-bottom: 0;
    }

    .pf-contract-summary .banner > span:first-of-type {
        height: auto !important;
        font-size: 26px !important;
        line-height: 1.2;
    }

    .pf-contract-summary .banner > span:nth-of-type(2) {
        height: auto !important;
        font-size: 18px !important;
        line-height: 1.3;
    }

    .pf-contract-tabs .ajax__tab_header {
        display: flex;
        width: 100%;
        height: auto !important;
        flex-wrap: wrap;
        background-image: none;
    }

    .pf-contract-tabs .ajax__tab_outer {
        height: auto;
    }

    .pf-contract-tabs .ajax__tab_tab {
        padding: 7px 9px;
        white-space: normal;
    }

    .pf-contract-tabs .ajax__tab_body {
        height: auto !important;
        overflow: visible !important;
    }

    .pf-contract-summary td[nowrap],
    .pf-contract-summary td[nowrap="nowrap"],
    .pf-contract-summary td[nowrap="noWrap"] {
        white-space: normal;
    }

    .pf-contract-search-table,
    .pf-contract-search-table tbody,
    .pf-contract-search-table tr,
    .pf-contract-search-table td,
    .pf-contract-date-table,
    .pf-contract-date-table tbody,
    .pf-contract-date-table tr,
    .pf-contract-date-table td,
    .pf-contract-add-table,
    .pf-contract-add-table tbody,
    .pf-contract-add-table tr,
    .pf-contract-add-table td {
        display: block;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }

    .pf-contract-search-table td,
    .pf-contract-date-table td,
    .pf-contract-add-table td {
        padding: 5px 8px;
        text-align: left !important;
    }

    .pf-contract-search-table td:empty {
        display: none;
    }

    .pf-contract-search-table span {
        display: block;
        width: auto !important;
        text-align: left !important;
    }

    .pf-contract-summary input[type="text"],
    .pf-contract-summary select {
        width: 100% !important;
        min-height: 32px;
    }

    .pf-contract-summary input[type="submit"] {
        min-height: 36px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .pf-contract-grid th,
    .pf-contract-grid td {
        white-space: nowrap;
    }

    .pf-contract-grid {
        min-width: 600px;
    }

    .pf-contract-grid td:nth-child(3) {
        white-space: normal;
    }

    .pf-account-statement {
        border-spacing: 0 !important;
    }

    .pf-account-statement > tbody > tr > td {
        width: 100% !important;
        max-width: 100%;
        padding: 0;
    }

    .pf-account-statement .ese-heading > span:first-child {
        height: auto !important;
        font-size: 26px !important;
        line-height: 1.2;
    }

    .pf-account-heading tr,
    .pf-account-parties tr {
        display: grid;
        grid-template-columns: minmax(92px, auto) minmax(0, 1fr);
        width: 100%;
    }

    .pf-account-heading td,
    .pf-account-parties td {
        width: auto !important;
        min-width: 0;
        padding: 2px 4px;
        overflow-wrap: anywhere;
        text-align: left !important;
    }

    .pf-account-heading td:first-child,
    .pf-account-parties td:first-child {
        text-align: right !important;
    }

    .pf-account-heading span,
    .pf-account-parties span {
        width: auto !important;
        max-width: 100%;
    }

    .pf-statement-tabs {
        height: auto !important;
    }

    .pf-statement-tabs .ajax__tab_header {
        display: flex;
        width: 100%;
        height: auto !important;
        flex-wrap: wrap;
        background-image: none;
    }

    .pf-statement-tabs .ajax__tab_outer {
        height: auto;
    }

    .pf-statement-tabs .ajax__tab_tab {
        padding: 7px 9px;
        white-space: normal;
    }

    .pf-statement-tabs .ajax__tab_body {
        height: auto !important;
        overflow: visible !important;
    }

    .pf-statement-tabs .ajax__tab_panel {
        min-width: 0;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .pf-statement-terms,
    .pf-statement-terms tbody {
        display: block;
        width: 100% !important;
    }

    .pf-statement-terms tr {
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
        width: 100%;
        padding: 4px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .pf-statement-terms td {
        display: block;
        width: auto !important;
        min-width: 0;
        height: auto !important;
        padding: 4px 6px;
        overflow-wrap: anywhere;
        text-align: left !important;
    }

    .pf-statement-terms td:nth-child(odd) {
        font-weight: 700;
    }

    .pf-statement-terms td:last-child:empty {
        display: none;
    }

    .pf-statement-payment-summary {
        min-width: 680px;
    }

    .pf-statement-grid th,
    .pf-statement-grid td {
        white-space: nowrap;
    }

    .pf-statement-pay-actions,
    .pf-statement-pay-actions tbody,
    .pf-statement-pay-actions tr,
    .pf-statement-pay-actions td {
        display: block;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }

    .pf-statement-pay-actions td {
        padding: 5px 8px;
        text-align: left !important;
    }

    .pf-statement-pay-actions input[type="text"] {
        width: 100% !important;
        max-width: 100%;
        min-height: 32px;
        box-sizing: border-box;
    }

    .pf-statement-pay-actions input[type="submit"] {
        width: 100%;
        min-height: 38px;
        margin-top: 6px;
    }

    .pf-premquote .divTable,
    .pf-premquote .divTableBody,
    .pf-premquote .divTableRow,
    .pf-premquote .divTableCell {
        display: block !important;
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .pf-premquote .divTableCell {
        padding: 4px 8px;
        text-align: left !important;
    }

    .pf-premquote .divTableCell select {
        width: 100% !important;
        max-width: 100%;
        min-height: 32px;
        box-sizing: border-box;
    }

    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) table,
    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) tbody,
    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) tr,
    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        box-sizing: border-box;
    }

    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) td {
        padding: 5px 8px;
        overflow-wrap: anywhere;
        text-align: left !important;
    }

    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) table {
        margin: 0 !important;
        border-spacing: 0 !important;
    }

    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) input[type="text"],
    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) select,
    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) textarea {
        display: block;
        width: 100% !important;
        max-width: 100%;
        min-height: 32px;
        box-sizing: border-box;
    }

    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) td > span,
    .pf-premquote .table-responsive:not(.pf-policy-table-wrapper):not(.pf-payment-options-wrapper) td > label {
        display: block;
        width: auto !important;
        max-width: 100%;
        margin: 2px 0;
        overflow-wrap: anywhere;
    }

    .pf-premquote .pf-agency-selector td > span,
    .pf-premquote .pf-agency-selector td > label {
        display: inline;
    }

    .pf-premquote .pf-policy-table-wrapper > table,
    .pf-premquote .pf-payment-options-wrapper > table {
        min-width: 720px;
    }

    .pf-legacy-payment-page,
    .pf-legacy-payment-page > tbody,
    .pf-legacy-payment-page > tbody > tr,
    .pf-legacy-payment-page > tbody > tr > td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        box-sizing: border-box;
    }

    .pf-payment-status td {
        width: 100% !important;
        max-width: 100%;
    }

    .pf-legacy-payment-page table:not(.pf-payment-grid) {
        display: block;
        width: 100% !important;
        max-width: 100%;
        overflow-x: auto;
    }

    .pf-payment-grid {
        display: block;
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
        white-space: nowrap;
    }

    .pf-legacy-payment-page input[type="text"],
    .pf-legacy-payment-page input[type="password"],
    .pf-legacy-payment-page select,
    .pf-legacy-payment-page textarea {
        max-width: 100%;
    }

    .pf-authorize-page {
        padding: 0 8px;
    }

    .pf-authorize-page table,
    .pf-authorize-page tbody,
    .pf-authorize-page tr,
    .pf-authorize-page td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        box-sizing: border-box;
    }

    .pf-authorize-page td {
        padding: 5px 4px;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .pf-authorize-page input[type="text"],
    .pf-authorize-page input[type="password"],
    .pf-authorize-page input[type="email"],
    .pf-authorize-page select,
    .pf-authorize-page textarea {
        display: block;
        width: 100% !important;
        max-width: 100%;
        min-height: 34px;
    }

    .pf-authorize-page input[type="submit"],
    .pf-authorize-page input[type="button"],
    .pf-authorize-page button {
        max-width: 100%;
        min-height: 38px;
    }

    .pf-authorize-page .ajax__tab_header {
        white-space: normal;
    }

    .pf-authorize-page .ajax__tab_header > span,
    .pf-authorize-page .ajax__tab_header .ajax__tab_tab {
        display: inline-block;
        max-width: 100%;
    }

    .pf-authorize-page [id$="_Panel1"],
    .pf-authorize-page [id$="_Panel2"],
    .pf-authorize-page [id$="_Panel3"],
    .pf-authorize-page [id$="_Panel4"],
    .pf-authorize-page [id$="_Panel_CheckInfo"],
    .pf-authorize-page [id$="_Panel_CardInfo"] {
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        min-height: 0 !important;
        box-sizing: border-box;
    }

    .pf-authorize-page [id$="_Radio2"] td {
        padding: 5px 0;
    }

    .pf-authorize-page [id$="_Radio2"] label {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        margin-left: 6px;
    }

    .pf-authorize-page [id$="_ccpay"] {
        font-size: clamp(1.5rem, 8vw, 2.4rem) !important;
        line-height: 1.2;
    }

    .pf-authorize-page [style*="width: 595px"],
    .pf-authorize-page [style*="width:595px"] {
        width: 100% !important;
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pf-input,
    .pf-button,
    .pf-registration-link {
        transition: none;
    }
}

/* Administration reports hub */
.pf-admin-hub {
    width: min(100%, 1280px);
    margin: 28px auto 60px;
    color: #18324b;
}

.pf-admin-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    min-height: 220px;
    padding: 42px 48px;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 20%, rgba(64, 173, 255, .3), transparent 34%),
        linear-gradient(135deg, #082d50 0%, #0a4d7f 58%, #0879b8 100%);
    box-shadow: 0 18px 45px rgba(9, 53, 87, .18);
}

.pf-admin-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
}

.pf-admin-hero-copy,
.pf-admin-brand {
    position: relative;
    z-index: 1;
}

.pf-admin-eyebrow {
    display: inline-flex;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #c8edff;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pf-admin-hero h1 {
    margin: 16px 0 9px;
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 750;
    line-height: 1.08;
}

.pf-admin-hero p {
    max-width: 620px;
    margin: 0;
    color: #d8edf9;
    font-size: 16px;
    line-height: 1.6;
}

.pf-admin-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 310px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 16px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 12px 28px rgba(0, 30, 55, .2);
}

.pf-admin-brand img {
    width: 145px;
    height: auto;
    object-fit: contain;
}

.pf-admin-brand div {
    display: grid;
    gap: 4px;
}

.pf-admin-brand span {
    color: #678096;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pf-admin-brand strong {
    color: #0c4977;
    font-size: 15px;
}

.pf-admin-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: -20px 34px 30px;
    padding: 17px 22px;
    position: relative;
    z-index: 2;
    border: 1px solid #dce9f1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(21, 62, 91, .11);
}

.pf-admin-trust > div,
.pf-admin-trust > div > span:last-child {
    display: flex;
    align-items: center;
}

.pf-admin-trust > div {
    gap: 11px;
}

.pf-admin-trust > div > span:last-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
}

.pf-admin-shield {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #1eb980, #0b8f6a);
    font-size: 19px;
    font-weight: 800;
}

.pf-admin-trust strong {
    color: #153b58;
    font-size: 14px;
}

.pf-admin-trust small {
    color: #718697;
    font-size: 11px;
}

.pf-admin-trust > a {
    color: #0878b9;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.pf-admin-trust > a:hover,
.pf-admin-trust > a:focus {
    color: #045b8f;
    text-decoration: underline;
}

.pf-admin-report-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pf-admin-report-card {
    position: relative;
    display: flex;
    min-height: 265px;
    padding: 26px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #dfe9f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 64, 89, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pf-admin-report-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: #1593d1;
}

.pf-admin-report-card--history::before {
    background: #5f6fe5;
}

.pf-admin-report-card--ftp::before {
    background: #18a77c;
}

.pf-admin-report-card:hover {
    transform: translateY(-4px);
    border-color: #c2dce9;
    box-shadow: 0 18px 38px rgba(24, 63, 91, .14);
}

.pf-admin-report-top,
.pf-admin-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.pf-admin-report-icon {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: #0878b9;
    background: #e8f6fd;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

.pf-admin-report-card--history .pf-admin-report-icon {
    color: #5362cb;
    background: #eef0ff;
}

.pf-admin-report-card--ftp .pf-admin-report-icon {
    color: #087b5d;
    background: #e6f8f2;
}

.pf-admin-status-dot,
.pf-admin-card-tag {
    padding: 5px 9px;
    border-radius: 999px;
    color: #61778a;
    background: #f1f5f8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pf-admin-status-dot {
    color: #087b5d;
    background: #e7f8f2;
}

.pf-admin-status-dot::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background: #15a578;
}

.pf-admin-report-link {
    display: block;
    margin: 23px 0 11px;
    color: #123b59 !important;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.3;
    text-decoration: none !important;
}

.pf-admin-report-link:hover,
.pf-admin-report-link:focus {
    color: #0878b9 !important;
}

.pf-admin-report-card p {
    margin: 0 0 24px;
    color: #6b7f90;
    font-size: 13px;
    line-height: 1.65;
}

.pf-admin-card-footer {
    min-height: 24px;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid #e7eef3;
    color: #27779f;
    font-size: 12px;
    font-weight: 700;
}

.pf-admin-card-footer a {
    color: inherit;
    text-decoration: none;
}

.pf-admin-card-footer a:hover,
.pf-admin-card-footer a:focus {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .pf-admin-hub {
        margin-top: 18px;
    }

    .pf-admin-hero {
        align-items: flex-start;
        padding: 34px;
        flex-direction: column;
    }

    .pf-admin-brand {
        min-width: 0;
        width: 100%;
        max-width: 430px;
        box-sizing: border-box;
    }

    .pf-admin-report-grid {
        grid-template-columns: 1fr;
    }

    .pf-admin-report-card {
        min-height: 230px;
    }
}

@media (max-width: 575px) {
    .pf-admin-hub {
        margin: 10px auto 34px;
    }

    .pf-admin-hero {
        gap: 26px;
        min-height: 0;
        padding: 27px 22px 34px;
        border-radius: 16px;
    }

    .pf-admin-hero h1 {
        font-size: 30px;
    }

    .pf-admin-hero p {
        font-size: 14px;
    }

    .pf-admin-brand {
        align-items: flex-start;
        padding: 15px;
        flex-direction: column;
    }

    .pf-admin-brand img {
        width: 132px;
    }

    .pf-admin-trust {
        align-items: flex-start;
        margin: -16px 12px 22px;
        padding: 15px;
        flex-direction: column;
    }

    .pf-admin-report-grid {
        gap: 16px;
    }

    .pf-admin-report-card {
        min-height: 0;
        padding: 22px;
        border-radius: 15px;
    }
}

/* e-Documents and application configuration */
.pf-edocs {
    width: min(100%, 1280px);
    margin: 28px auto 60px;
    color: #18324b;
}

.pf-edocs-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 190px;
    padding: 38px 44px;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 18%, rgba(78, 190, 255, .28), transparent 34%),
        linear-gradient(135deg, #092f51 0%, #075987 68%, #0785bd 100%);
    box-shadow: 0 18px 45px rgba(9, 53, 87, .16);
}

.pf-edocs-eyebrow {
    display: inline-flex;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #c8edff;
    background: rgba(255, 255, 255, .08);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pf-edocs-hero h1 {
    margin: 15px 0 8px;
    color: #fff;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}

.pf-edocs-hero p {
    max-width: 700px;
    margin: 0;
    color: #d8edf9;
    font-size: 15px;
    line-height: 1.6;
}

.pf-edocs-hero-icon {
    display: grid;
    place-items: center;
    width: 112px;
    min-width: 112px;
    height: 112px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(0, 29, 51, .2);
}

.pf-edocs-hero-icon img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.pf-edocs-message {
    display: block;
    margin: 22px 0;
    padding: 15px 18px;
    border: 1px solid #cfe0ea;
    border-radius: 12px;
    background: #f7fbfd;
    font-size: 13px;
    font-weight: 700;
}

.pf-edocs-message:empty {
    display: none;
}

.pf-edocs-message--success {
    border-color: #a9dfcd;
    color: #076948;
    background: #eaf9f3;
}

.pf-edocs-message--error {
    border-color: #f1bab5;
    color: #a22b24;
    background: #fff2f1;
}

.pf-edocs-section {
    margin-top: 26px;
    padding: 28px;
    border: 1px solid #dce7ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(23, 62, 89, .07);
}

.pf-edocs-section-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}

.pf-edocs-section-heading > span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 13px;
    color: #0878b9;
    background: #e8f6fd;
    font-size: 12px;
    font-weight: 800;
}

.pf-edocs-section-heading h2 {
    margin: 0 0 3px;
    color: #143a57;
    font-size: 22px;
}

.pf-edocs-section-heading p {
    margin: 0;
    color: #738697;
    font-size: 13px;
}

.pf-edocs-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pf-edocs-card {
    padding: 22px;
    border: 1px solid #e0e9ef;
    border-radius: 15px;
    background: #fbfdfe;
}

.pf-edocs-card-title {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5edf2;
}

.pf-edocs-card-title img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.pf-edocs-card-title span {
    color: #7190a4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pf-edocs-card-title h3 {
    margin: 2px 0 0;
    color: #173b57;
    font-size: 16px;
}

.pf-edocs-link-list {
    display: grid;
    gap: 4px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.pf-edocs-link-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 8px;
    color: #216b96;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.pf-edocs-link-list a::after {
    content: "\2192";
    color: #77a8c3;
}

.pf-edocs-link-list a:hover,
.pf-edocs-link-list a:focus {
    color: #075c8c;
    background: #eaf6fc;
}

.pf-edocs-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
}

.pf-edocs-field {
    min-width: 0;
}

.pf-edocs-field > label {
    display: block;
    margin-bottom: 7px;
    color: #24465f;
    font-size: 12px;
    font-weight: 800;
}

.pf-edocs-field input[type="text"],
.pf-edocs-field input[type="password"],
.pf-edocs-field textarea {
    width: 100% !important;
    max-width: 100%;
    min-height: 40px;
    padding: 9px 11px;
    border: 1px solid #c9d7e1;
    border-radius: 8px;
    box-sizing: border-box;
    color: #17384f;
    background: #fff;
    font-size: 13px;
}

.pf-edocs-field textarea {
    min-height: 92px;
    resize: vertical;
}

.pf-edocs-field input:focus,
.pf-edocs-field textarea:focus {
    border-color: #1a8fc8;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(26, 143, 200, .13);
}

.pf-edocs-field small {
    display: block;
    margin-top: 6px;
    overflow-wrap: anywhere;
    color: #7a8d9c;
    font-size: 10px;
    line-height: 1.45;
}

.pf-edocs-choice,
.pf-edocs-choice-group {
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 14px;
    border: 1px solid #dce7ee;
    border-radius: 10px;
    background: #f8fbfc;
    box-sizing: border-box;
}

.pf-edocs-choice-group {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
}

.pf-edocs-choice input,
.pf-edocs-choice-group input {
    margin: 0 7px 0 0;
    vertical-align: middle;
}

.pf-edocs-choice label,
.pf-edocs-choice-group label {
    color: #31546c;
    font-size: 12px;
    font-weight: 700;
}

.pf-edocs-subsection {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #e5edf2;
}

.pf-edocs-subsection h3 {
    margin: 0 0 18px;
    color: #1c4968;
    font-size: 16px;
}

.pf-edocs-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5edf2;
}

.pf-edocs-warning {
    margin-top: 24px;
    padding: 14px 16px;
    border-left: 4px solid #e9a72f;
    border-radius: 8px;
    color: #735416;
    background: #fff8e8;
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .pf-edocs-card-grid {
        grid-template-columns: 1fr;
    }

    .pf-edocs-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .pf-edocs {
        margin: 10px auto 34px;
    }

    .pf-edocs-hero {
        align-items: flex-start;
        min-height: 0;
        padding: 27px 22px 32px;
        border-radius: 16px;
        flex-direction: column;
    }

    .pf-edocs-hero h1 {
        font-size: 30px;
    }

    .pf-edocs-hero-icon {
        width: 76px;
        min-width: 76px;
        height: 76px;
        border-radius: 17px;
    }

    .pf-edocs-hero-icon img {
        width: 52px;
        height: 52px;
    }

    .pf-edocs-section {
        padding: 20px;
        border-radius: 15px;
    }

    .pf-edocs-section-heading {
        align-items: flex-start;
    }

    .pf-edocs-card {
        padding: 18px;
    }

    .pf-edocs-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pf-edocs-actions .pf-button {
        width: 100%;
    }
}

/* Account statement R2 - 2026 visual refresh */
.pf-statement-source-link {
    display: none;
}

.pf-account-statement {
    --pf-statement-navy: #073b63;
    --pf-statement-blue: #087fc2;
    --pf-statement-sky: #eaf5fb;
    --pf-statement-line: #d9e6ee;
    --pf-statement-ink: #17354d;
    --pf-statement-muted: #60788a;
    width: min(100%, 1460px) !important;
    margin: 24px auto 48px;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    color: var(--pf-statement-ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

.pf-account-statement > tbody > tr:first-child > td {
    padding: 0 !important;
}

.pf-statement-hero {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 208px;
    padding: 28px 36px 30px !important;
    border-radius: 20px 20px 0 0;
    background:
        radial-gradient(circle at 92% 15%, rgba(255, 255, 255, .18) 0 70px, transparent 72px),
        linear-gradient(120deg, #063658 0%, #075f91 55%, #1195cf 100%) !important;
    color: #fff !important;
    box-shadow: 0 14px 34px rgba(8, 55, 86, .14);
}

.pf-statement-hero::before {
    content: "RESUMEN FINANCIERO";
    display: inline-flex;
    margin-bottom: 11px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
}

.pf-statement-title {
    display: inline-block !important;
    box-sizing: border-box;
    height: auto !important;
    padding: 0 !important;
    color: #fff !important;
    font: 750 clamp(28px, 3vw, 42px)/1.12 "Segoe UI", Arial, sans-serif !important;
    letter-spacing: -.03em;
}

.pf-statement-version {
    display: inline-flex;
    margin-left: 9px !important;
    padding: 4px 8px !important;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    color: #dff5ff;
    font: 700 10px "Segoe UI", Arial, sans-serif !important;
    vertical-align: middle;
}

.pf-account-heading {
    width: auto !important;
    margin: 17px 0 0 auto;
    border-collapse: separate;
    border-spacing: 0 4px;
    color: #fff !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 17px !important;
}

.pf-account-heading td {
    padding: 1px 5px;
    color: #fff !important;
    line-height: 1.25;
}

.pf-account-heading td:first-child {
    color: #cfeeff !important;
    font-size: 13px;
    letter-spacing: .02em;
}

.pf-account-heading td:last-child {
    font-weight: 750;
}

.pf-statement-content {
    box-sizing: border-box;
    padding: 20px 22px 28px !important;
    border: 1px solid var(--pf-statement-line);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    background: #f7fafc;
    box-shadow: 0 18px 42px rgba(11, 52, 77, .12);
}

.pf-statement-content > hr.nomargin {
    display: none;
}

.pf-statement-primary-button,
.pf-statement-secondary-button {
    min-height: 42px;
    padding: 9px 18px !important;
    border-radius: 9px !important;
    font: 700 14px "Segoe UI", Arial, sans-serif !important;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

.pf-statement-primary-button {
    border: 1px solid #087fc2 !important;
    background: linear-gradient(135deg, #1497d5, #0873b1) !important;
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(8, 115, 177, .2);
}

.pf-statement-secondary-button {
    border: 1px solid #b9cbd7 !important;
    background: #fff !important;
    color: #31566f !important;
}

.pf-statement-primary-button:hover,
.pf-statement-secondary-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(8, 73, 111, .18);
}

.pf-statement-print-button {
    margin-bottom: 12px;
}

.pf-account-parties {
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 13px 18px;
    border: 1px solid var(--pf-statement-line);
    border-radius: 12px;
    border-collapse: separate;
    background: #fff;
}

.pf-account-parties td {
    padding: 5px 7px !important;
    color: var(--pf-statement-ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

.pf-account-parties td:first-child {
    color: var(--pf-statement-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .035em;
}

.pf-account-parties td:last-child span {
    width: auto !important;
    color: var(--pf-statement-navy) !important;
    font-size: 14px !important;
    font-weight: 700;
}

.pf-statement-tabs {
    width: 100% !important;
    min-width: 0 !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-statement-tabs .ajax__tab_header {
    display: flex !important;
    gap: 7px;
    height: auto !important;
    min-height: 52px;
    padding: 10px 1px 8px !important;
    background: transparent !important;
    white-space: normal !important;
}

.pf-statement-tabs .ajax__tab_tab,
.pf-statement-tabs .ajax__tab_outer,
.pf-statement-tabs .ajax__tab_inner {
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

.pf-statement-tabs .ajax__tab_outer {
    display: block !important;
    border-radius: 10px !important;
}

.pf-statement-tabs .ajax__tab_tab {
    display: block !important;
    padding: 9px 15px !important;
    border: 1px solid #cadce7 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #31566f !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.pf-statement-tabs .ajax__tab_active .ajax__tab_tab {
    border-color: var(--pf-statement-blue) !important;
    background: linear-gradient(135deg, #087fc2, #075f91) !important;
    color: #fff !important;
    box-shadow: 0 5px 14px rgba(8, 127, 194, .22);
}

.pf-statement-tabs .ajax__tab_body,
.pf-statement-tabs .ajax__tab_panel {
    box-sizing: border-box;
    height: auto !important;
    min-height: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.pf-statement-info-tabs {
    margin-bottom: 18px;
}

.pf-statement-info-tabs .ajax__tab_body {
    padding: 16px 18px !important;
    border: 1px solid var(--pf-statement-line) !important;
    border-radius: 0 12px 12px 12px;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(18, 64, 91, .05);
}

.pf-statement-info-tabs .ajax__tab_panel > span {
    color: #405d70 !important;
    font: 14px/1.55 "Segoe UI", Arial, sans-serif !important;
}

.pf-statement-terms {
    color: var(--pf-statement-ink);
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-statement-terms td {
    padding: 7px 10px !important;
    border-bottom: 1px solid #edf2f5;
    text-align: left !important;
}

.pf-statement-terms strong span {
    color: var(--pf-statement-muted) !important;
    font-size: 12px !important;
    text-transform: uppercase;
}

.pf-statement-terms td:not(:has(strong)) span {
    color: var(--pf-statement-navy);
    font-weight: 700;
}

.pf-statement-payment-tabs .ajax__tab_body {
    overflow: visible !important;
    padding: 0 !important;
}

.pf-statement-payment-tabs .ajax__tab_panel {
    overflow-x: auto !important;
    border: 1px solid var(--pf-statement-line) !important;
    border-radius: 0 12px 12px 12px;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(18, 64, 91, .06);
}

.pf-statement-payment-summary {
    min-width: 720px;
    border: 0 !important;
    border-collapse: collapse !important;
    color: var(--pf-statement-ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

.pf-statement-payment-summary > tbody > tr:first-child > td {
    height: auto !important;
    padding: 15px 17px !important;
    border: 0 !important;
    background: #eef7fc;
}

.pf-statement-payment-summary > tbody > tr:first-child span {
    width: auto !important;
    color: var(--pf-statement-navy) !important;
    font-size: 16px;
}

.pf-statement-grid {
    width: 100% !important;
    min-width: 680px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    color: var(--pf-statement-ink) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 13px !important;
}

.pf-statement-grid th {
    height: auto !important;
    padding: 12px 13px !important;
    border: 0 !important;
    border-bottom: 1px solid #cce0ec !important;
    background: #eaf5fb !important;
    color: var(--pf-statement-navy) !important;
    font: 750 11px "Segoe UI", Arial, sans-serif !important;
    letter-spacing: .025em;
    text-align: center !important;
    text-transform: uppercase;
}

.pf-statement-grid td {
    height: auto !important;
    padding: 11px 13px !important;
    border: 0 !important;
    border-bottom: 1px solid #e6eef3 !important;
    background: #fff !important;
    color: #4d6575 !important;
    text-align: center !important;
}

.pf-statement-grid tr:nth-child(even) td {
    background: #f8fbfd !important;
}

.pf-statement-grid tr:hover td {
    background: #eef8fd !important;
}

.pf-statement-payment-summary > tbody > tr:not(:first-child) > td {
    padding: 10px 13px !important;
    border-color: #e4edf2 !important;
    background: #fff;
}

.pf-statement-payment-summary #fred03 td {
    background: #f3f8fb;
    color: var(--pf-statement-navy);
}

.pf-statement-pay-actions {
    min-width: 720px;
    border: 0 !important;
    border-collapse: collapse;
    background: #f3f8fb !important;
}

.pf-statement-pay-actions td {
    padding: 7px 14px !important;
    border: 0 !important;
    background: #f3f8fb !important;
}

.pf-statement-pay-actions input[type="text"] {
    box-sizing: border-box;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid #b9cfdd;
    border-radius: 8px;
    background: #fff;
    color: var(--pf-statement-navy);
    font: 700 14px "Segoe UI", Arial, sans-serif;
}

.pf-statement-pay-actions input[type="radio"] {
    accent-color: var(--pf-statement-blue);
}

.pf-statement-pay-actions #paymntC td {
    padding: 11px 14px !important;
    border-top: 1px solid var(--pf-statement-line) !important;
    background: #eaf5fb !important;
}

.pf-account-statement > tbody > tr:nth-last-child(-n+2) {
    display: none;
}

@media (max-width: 767px) {
    .pf-account-statement {
        width: 100% !important;
        margin: 12px auto 28px;
    }

    .pf-statement-hero {
        min-height: 0;
        padding: 22px 20px 25px !important;
        border-radius: 16px 16px 0 0;
    }

    .pf-statement-hero::before {
        margin-bottom: 9px;
        font-size: 9px;
    }

    .pf-statement-title {
        display: block !important;
        font-size: 28px !important;
    }

    .pf-statement-version {
        margin: 8px 0 0 !important;
    }

    .pf-account-heading {
        width: 100% !important;
        margin-top: 18px;
        font-size: 14px !important;
    }

    .pf-account-heading td {
        text-align: left !important;
        vertical-align: top;
    }

    .pf-account-heading td:first-child {
        width: 92px;
        font-size: 10px;
    }

    .pf-statement-content {
        padding: 16px 12px 20px !important;
        border-radius: 0 0 16px 16px;
    }

    .pf-statement-primary-button,
    .pf-statement-secondary-button {
        width: 100% !important;
        margin: 4px 0;
    }

    .pf-account-parties {
        display: block;
        padding: 11px 12px;
    }

    .pf-account-parties tbody,
    .pf-account-parties tr,
    .pf-account-parties td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        text-align: left !important;
    }

    .pf-account-parties td:first-child {
        padding-bottom: 0 !important;
    }

    .pf-statement-tabs .ajax__tab_header {
        min-height: 0;
        padding: 9px 0 7px !important;
        flex-wrap: wrap;
    }

    .pf-statement-tabs .ajax__tab_tab {
        padding: 8px 10px !important;
        font-size: 10px !important;
    }

    .pf-statement-info-tabs .ajax__tab_body {
        padding: 13px !important;
        border-radius: 0 10px 10px 10px;
    }

    .pf-statement-terms,
    .pf-statement-terms tbody,
    .pf-statement-terms tr,
    .pf-statement-terms td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .pf-statement-terms td:empty {
        display: none;
    }

    .pf-statement-terms td:has(strong) {
        padding-bottom: 1px !important;
        border-bottom: 0;
    }

    .pf-statement-terms td:not(:has(strong)) {
        padding-top: 1px !important;
    }

    .pf-statement-payment-tabs .ajax__tab_panel {
        border-radius: 0 10px 10px 10px;
    }

    .pf-statement-payment-summary,
    .pf-statement-pay-actions {
        min-width: 650px;
    }

    .pf-statement-grid {
        min-width: 620px;
    }
}

/* Authorize.Net payment - 2026 visual refresh */
.pf-authorize-paynow {
    --pf-pay-navy: #073b63;
    --pf-pay-blue: #087fc2;
    --pf-pay-sky: #eaf5fb;
    --pf-pay-line: #d9e6ee;
    --pf-pay-ink: #17354d;
    --pf-pay-muted: #60788a;
    width: min(100%, 1040px) !important;
    max-width: 1040px !important;
    margin: 24px auto 52px;
    padding: 0 12px;
    color: var(--pf-pay-ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

.pf-payment-intro-card,
.pf-payment-form-card {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.pf-payment-hero {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 164px;
    padding: 30px 36px !important;
    border-radius: 20px 20px 0 0;
    background:
        radial-gradient(circle at 92% 15%, rgba(255, 255, 255, .18) 0 70px, transparent 72px),
        linear-gradient(120deg, #063658 0%, #075f91 55%, #1195cf 100%);
    box-shadow: 0 14px 34px rgba(8, 55, 86, .14);
}

.pf-payment-hero::before {
    content: "PAGO SEGURO";
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
}

.pf-payment-hero b,
.pf-payment-hero i,
.pf-payment-hero span,
.pf-payment-hero font {
    display: block;
    color: #fff !important;
    font: 750 clamp(28px, 3vw, 42px)/1.12 "Segoe UI", Arial, sans-serif !important;
    letter-spacing: -.03em;
    text-decoration: none;
}

.pf-payment-intro-card > tbody > tr:nth-child(2) {
    display: none;
}

.pf-payment-terms {
    box-sizing: border-box;
    width: 100% !important;
    height: 230px !important;
    margin: 0;
    padding: 24px 26px !important;
    border: 1px solid var(--pf-pay-line);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: #fff !important;
    color: #405d70;
    font: 14px/1.55 "Segoe UI", Arial, sans-serif;
    box-shadow: 0 16px 38px rgba(11, 52, 77, .1);
    scrollbar-color: #a7c5d6 #edf4f8;
    scrollbar-width: thin;
}

.pf-payment-terms h1,
.pf-payment-terms h2,
.pf-payment-terms h3,
.pf-payment-terms h4 {
    margin-top: 0;
    color: var(--pf-pay-navy) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-payment-terms a {
    color: #087fc2;
    font-weight: 650;
}

.pf-payment-form-card {
    margin-top: 18px !important;
}

.pf-payment-acceptance {
    box-sizing: border-box;
    padding: 18px 20px 22px !important;
    border: 1px solid var(--pf-pay-line);
    border-radius: 16px;
    background: #f7fafc;
    box-shadow: 0 12px 30px rgba(11, 52, 77, .08);
}

.pf-payment-acceptance > span[id$="Lfeenotice"],
.pf-payment-acceptance > span[id$="LPCCPfee"] {
    display: inline-block;
    margin: 0 3px 10px 0;
    color: #a12c2c !important;
    font: 750 14px "Segoe UI", Arial, sans-serif !important;
}

.pf-payment-acceptance > span:has(input[type="checkbox"]) {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 46px;
    margin-bottom: 12px;
    padding: 10px 13px;
    border: 1px solid #c6dce8;
    border-radius: 10px;
    background: #eef7fc;
    color: var(--pf-pay-ink);
    font-weight: 650;
}

.pf-payment-acceptance input[type="checkbox"],
.pf-payment-acceptance input[type="radio"] {
    accent-color: var(--pf-pay-blue);
}

.pf-payment-tabs {
    width: 100% !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-payment-tabs .ajax__tab_header {
    display: flex !important;
    height: auto !important;
    min-height: 46px;
    padding: 0 !important;
    background: transparent !important;
}

.pf-payment-tabs .ajax__tab_tab,
.pf-payment-tabs .ajax__tab_outer,
.pf-payment-tabs .ajax__tab_inner {
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

.pf-payment-tabs .ajax__tab_tab {
    display: block !important;
    padding: 11px 16px !important;
    border: 1px solid var(--pf-pay-blue) !important;
    border-radius: 10px 10px 0 0 !important;
    background: linear-gradient(135deg, #087fc2, #075f91) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}

.pf-payment-tabs .ajax__tab_body,
.pf-payment-tabs .ajax__tab_panel {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
}

.pf-payment-summary-card {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    padding: 14px 18px;
    border: 1px solid var(--pf-pay-line);
    border-radius: 0 12px 12px 12px;
    background: #fff !important;
    box-shadow: none !important;
}

.pf-payment-summary-card table {
    width: 100% !important;
    border-collapse: collapse;
}

.pf-payment-summary-card td {
    padding: 6px 9px !important;
    color: var(--pf-pay-muted);
    font-size: 13px;
}

.pf-payment-summary-card td:nth-child(2) {
    color: var(--pf-pay-muted);
    font-weight: 650;
    text-transform: uppercase;
}

.pf-payment-summary-card td:last-child span {
    color: var(--pf-pay-navy);
    font-weight: 750;
}

.pf-payment-method-card {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin: 14px 0 !important;
    padding: 13px 16px;
    border: 1px solid var(--pf-pay-line);
    border-radius: 12px;
    background: #f2f8fb !important;
    box-shadow: none !important;
}

.pf-payment-method-card table {
    width: 100%;
}

.pf-payment-method-card td {
    color: var(--pf-pay-ink);
    font: 650 13px "Segoe UI", Arial, sans-serif !important;
}

.pf-payment-method-card input[type="radio"] {
    accent-color: var(--pf-pay-blue);
}

.pf-payment-method-card label {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin: 3px 5px !important;
    padding: 5px 8px !important;
    border: 1px solid #d0e0e9;
    border-radius: 8px;
    background: #fff;
}

.pf-payment-method-card img {
    object-fit: contain;
}

.pf-payment-fields-card {
    box-sizing: border-box;
    width: 100% !important;
    padding: 0 !important;
    border: 1px solid var(--pf-pay-line);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.pf-payment-instrument-panel {
    width: 100%;
}

.pf-payment-fields-card table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
}

.pf-payment-fields-card td {
    box-sizing: border-box;
    padding: 8px 12px !important;
    border-bottom: 1px solid #edf2f5;
    color: #456174;
    font: 13px "Segoe UI", Arial, sans-serif;
    vertical-align: middle !important;
}

.pf-payment-fields-card td:first-child {
    width: 210px !important;
    color: var(--pf-pay-muted);
    font-size: 12px;
    font-weight: 700;
}

.pf-payment-fields-card input[type="text"],
.pf-payment-fields-card input[type="email"],
.pf-payment-fields-card select {
    box-sizing: border-box;
    width: min(100%, 340px) !important;
    min-height: 40px !important;
    height: auto !important;
    padding: 8px 11px;
    border: 1px solid #b9cfdd;
    border-radius: 8px;
    background: #fff;
    color: var(--pf-pay-ink);
    font: 14px "Segoe UI", Arial, sans-serif;
    outline: 0;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.pf-payment-fields-card input:focus,
.pf-payment-fields-card select:focus {
    border-color: var(--pf-pay-blue);
    box-shadow: 0 0 0 3px rgba(8, 127, 194, .13);
}

.pf-payment-fields-card #ExpMonth,
.pf-payment-fields-card #ExpYear,
.pf-payment-fields-card select[id$="State"] {
    width: auto !important;
}

.pf-payment-fields-card #CardInfo > tbody > tr:first-child > td,
.pf-payment-fields-card #CheckInfo > tbody > tr:first-child > td {
    padding: 17px 20px !important;
    border: 0;
    background: linear-gradient(135deg, #087fc2, #075f91) !important;
    color: #fff !important;
    text-align: center;
}

.pf-payment-fields-card #CardInfo > tbody > tr:first-child span,
.pf-payment-fields-card #CheckInfo > tbody > tr:first-child span {
    color: #dff5ff !important;
    font-size: 13px;
}

.pf-payment-fields-card #CardInfo > tbody > tr:first-child span[id$="ccpay"],
.pf-payment-fields-card #CheckInfo > tbody > tr:first-child span[id$="ACHPay"] {
    display: inline-block;
    margin-top: 4px;
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 800 !important;
}

.pf-payment-fields-card #table_custinfo {
    border-top: 12px solid #f3f8fb;
}

.pf-payment-actions {
    box-sizing: border-box;
    width: 100% !important;
    margin-top: 15px;
    padding: 15px 18px;
    border: 1px solid var(--pf-pay-line);
    border-radius: 12px;
    background: #eef7fc !important;
    box-shadow: none !important;
}

.pf-payment-actions table {
    width: 100% !important;
}

.pf-payment-primary-button,
.pf-payment-secondary-button {
    min-height: 44px;
    padding: 9px 20px !important;
    border-radius: 9px !important;
    font: 750 14px "Segoe UI", Arial, sans-serif !important;
    cursor: pointer;
}

.pf-payment-primary-button {
    border: 1px solid #087fc2 !important;
    background: linear-gradient(135deg, #1497d5, #0873b1) !important;
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(8, 115, 177, .2);
}

.pf-payment-secondary-button {
    margin-right: 8px;
    border: 1px solid #b9cbd7 !important;
    background: #fff !important;
    color: #31566f !important;
}

.pf-payment-form-card > tbody > tr:nth-last-child(-n+2) {
    display: none;
}

@media (max-width: 767px) {
    .pf-authorize-paynow {
        width: 100% !important;
        margin: 12px auto 30px;
        padding: 0;
    }

    .pf-payment-hero {
        min-height: 0;
        padding: 22px 20px 25px !important;
        border-radius: 16px 16px 0 0;
    }

    .pf-payment-hero::before {
        margin-bottom: 9px;
        font-size: 9px;
    }

    .pf-payment-hero b,
    .pf-payment-hero i,
    .pf-payment-hero span,
    .pf-payment-hero font {
        font-size: 28px !important;
    }

    .pf-payment-terms {
        height: 240px !important;
        padding: 18px !important;
        border-radius: 0 0 16px 16px;
        font-size: 13px;
    }

    .pf-payment-acceptance {
        padding: 15px 12px 18px !important;
        border-radius: 14px;
    }

    .pf-payment-summary-card {
        padding: 10px;
    }

    .pf-payment-summary-card table,
    .pf-payment-summary-card tbody,
    .pf-payment-summary-card tr,
    .pf-payment-summary-card td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .pf-payment-summary-card td:first-child {
        display: none;
    }

    .pf-payment-summary-card td:nth-child(2) {
        padding-bottom: 0 !important;
        font-size: 10px;
    }

    .pf-payment-summary-card td:last-child {
        padding-top: 2px !important;
        border-bottom: 1px solid #edf2f5;
    }

    .pf-payment-method-card {
        padding: 12px;
    }

    .pf-payment-method-card > table > tbody > tr,
    .pf-payment-method-card > table > tbody > tr > td {
        display: block;
        width: 100% !important;
    }

    .pf-payment-method-card table[id$="Radio2"] {
        width: 100% !important;
    }

    .pf-payment-method-card table[id$="Radio2"] td {
        display: inline-block;
        width: auto !important;
    }

    .pf-payment-fields-card td,
    .pf-payment-fields-card td:first-child {
        display: block;
        width: 100% !important;
        padding: 7px 12px !important;
        border-bottom: 0;
    }

    .pf-payment-fields-card td:first-child {
        padding-bottom: 1px !important;
    }

    .pf-payment-fields-card td:last-child {
        padding-top: 3px !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid #edf2f5;
    }

    .pf-payment-fields-card input[type="text"],
    .pf-payment-fields-card input[type="email"] {
        width: 100% !important;
    }

    .pf-payment-fields-card #ExpMonth {
        width: 65% !important;
    }

    .pf-payment-fields-card #ExpYear {
        width: 32% !important;
    }

    .pf-payment-actions {
        padding: 12px;
    }

    .pf-payment-actions table,
    .pf-payment-actions tbody,
    .pf-payment-actions tr,
    .pf-payment-actions td {
        display: block;
        width: 100% !important;
    }

    .pf-payment-primary-button,
    .pf-payment-secondary-button {
        width: 100% !important;
        margin: 4px 0;
    }
}

/* Producer services - 2026 visual refresh */
.pf-agent-services {
    --pf-agent-navy: #073b63;
    --pf-agent-blue: #087fc2;
    --pf-agent-sky: #eaf5fb;
    --pf-agent-line: #d9e6ee;
    --pf-agent-ink: #17354d;
    --pf-agent-muted: #60788a;
    width: min(100%, 1460px);
    margin: 24px auto 48px;
    color: var(--pf-agent-ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

.pf-agent-hero {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 190px;
    padding: 30px 36px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 15%, rgba(255, 255, 255, .18) 0 70px, transparent 72px),
        linear-gradient(120deg, #063658 0%, #075f91 55%, #1195cf 100%);
    box-shadow: 0 14px 34px rgba(8, 55, 86, .14);
}

.pf-agent-hero::before {
    content: "PORTAL DEL PRODUCTOR";
    display: inline-flex;
    margin-bottom: 11px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
}

.pf-agent-title {
    display: block !important;
    box-sizing: border-box;
    height: auto !important;
    color: #fff !important;
    font: 750 clamp(28px, 3vw, 42px)/1.12 "Segoe UI", Arial, sans-serif !important;
    letter-spacing: -.03em;
}

.pf-agent-selector {
    box-sizing: border-box;
    width: min(100%, 650px);
    margin-top: 20px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(4px);
}

.pf-agent-selector .divTable,
.pf-agent-selector .divTableBody,
.pf-agent-selector .divTableRow {
    width: 100%;
}

.pf-agent-selector .divTableCell {
    padding: 4px 8px !important;
    border: 0 !important;
    color: #fff;
    vertical-align: middle;
}

.pf-agent-selector label,
.pf-agent-selector span {
    color: #e7f7ff !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.pf-agent-selector select {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 40px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 8px;
    background: #fff;
    color: var(--pf-agent-ink);
    font: 14px "Segoe UI", Arial, sans-serif;
}

.pf-agent-selector > span[id$="AgencyNameLabel"] {
    display: none !important;
}

.pf-agent-section-title {
    display: block;
    margin: 22px 0 10px;
    color: var(--pf-agent-navy) !important;
    font: 750 20px "Segoe UI", Arial, sans-serif !important;
}

.pf-agent-search-card {
    box-sizing: border-box;
    width: 100% !important;
    padding: 18px 20px;
    border: 1px solid var(--pf-agent-line);
    border-radius: 16px;
    border-collapse: separate;
    background: #f7fafc;
    box-shadow: 0 12px 30px rgba(11, 52, 77, .08);
}

.pf-agent-search-card > tbody > tr > td {
    width: 100%;
}

.pf-agent-search-fields {
    width: 100% !important;
    margin-bottom: 12px;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.pf-agent-search-fields td {
    box-sizing: border-box;
    padding: 2px 8px !important;
    color: var(--pf-agent-muted);
    font: 650 13px "Segoe UI", Arial, sans-serif;
}

.pf-agent-search-fields td:first-child {
    width: 170px !important;
}

.pf-agent-search-fields input[type="text"],
.pf-agent-date-filter input[type="text"] {
    box-sizing: border-box;
    width: min(100%, 360px) !important;
    min-height: 40px;
    padding: 8px 11px;
    border: 1px solid #b9cfdd;
    border-radius: 8px;
    background: #fff;
    color: var(--pf-agent-ink);
    font: 14px "Segoe UI", Arial, sans-serif;
    outline: 0;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.pf-agent-search-fields input[type="text"]:focus,
.pf-agent-date-filter input[type="text"]:focus {
    border-color: var(--pf-agent-blue);
    box-shadow: 0 0 0 3px rgba(8, 127, 194, .13);
}

.pf-agent-status-filter {
    display: flex;
    align-items: center;
    gap: 9px;
    box-sizing: border-box;
    min-height: 60px;
    padding: 10px 12px !important;
    border: 1px solid var(--pf-agent-line);
    border-radius: 12px;
    background: #fff !important;
}

.pf-agent-status-filter > span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid #d2e0e9;
    border-radius: 999px;
    background: #f6fafc;
    color: #31566f !important;
    font: 650 13px "Segoe UI", Arial, sans-serif !important;
}

.pf-agent-status-filter input,
.pf-agent-date-filter input[type="checkbox"] {
    accent-color: var(--pf-agent-blue);
}

.pf-agent-date-filter {
    float: none !important;
    box-sizing: border-box;
    width: 100% !important;
    margin: 12px 0 !important;
    padding: 13px 14px;
    border: 1px solid var(--pf-agent-line) !important;
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 12px 0;
    background: #fff;
}

.pf-agent-date-filter td {
    box-sizing: border-box;
    padding: 5px 7px !important;
    color: var(--pf-agent-ink);
    font: 13px "Segoe UI", Arial, sans-serif;
}

.pf-agent-primary-button {
    min-height: 42px;
    padding: 9px 20px !important;
    border: 1px solid #087fc2 !important;
    border-radius: 9px !important;
    background: linear-gradient(135deg, #1497d5, #0873b1) !important;
    color: #fff !important;
    font: 750 14px "Segoe UI", Arial, sans-serif !important;
    box-shadow: 0 6px 14px rgba(8, 115, 177, .2);
    cursor: pointer;
}

.pf-agent-list-heading {
    box-sizing: border-box;
    margin-top: 16px;
    padding: 13px 16px !important;
    border-radius: 12px 12px 0 0;
    background: #eaf5fb !important;
    color: var(--pf-agent-navy) !important;
}

.pf-agent-list-heading span {
    color: var(--pf-agent-navy) !important;
    font: 750 17px "Segoe UI", Arial, sans-serif !important;
}

.pf-agent-grid-scroll {
    width: 100%;
    overflow: auto;
    border: 1px solid var(--pf-agent-line);
    border-radius: 0 0 12px 12px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.pf-agent-grid {
    width: 100% !important;
    min-width: 720px;
    border: 0 !important;
    border-collapse: collapse !important;
    color: var(--pf-agent-ink) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 13px !important;
}

.pf-agent-grid th,
.pf-agent-report-grid th {
    height: auto !important;
    padding: 12px 13px !important;
    border: 0 !important;
    border-bottom: 1px solid #cce0ec !important;
    background: #eaf5fb !important;
    color: var(--pf-agent-navy) !important;
    font: 750 11px "Segoe UI", Arial, sans-serif !important;
    letter-spacing: .025em;
    text-align: left !important;
    text-transform: uppercase;
}

.pf-agent-grid td,
.pf-agent-report-grid td {
    height: auto !important;
    padding: 11px 13px !important;
    border: 0 !important;
    border-bottom: 1px solid #e6eef3 !important;
    background: #fff !important;
    color: #4d6575 !important;
    text-align: left !important;
}

.pf-agent-grid tr:nth-child(even) td,
.pf-agent-report-grid tr:nth-child(even) td {
    background: #f8fbfd !important;
}

.pf-agent-grid tr:hover td,
.pf-agent-report-grid tr:hover td {
    background: #eef8fd !important;
}

.pf-agent-grid a,
.pf-agent-report-grid a {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 7px;
    background: #e4f3fb;
    color: #066fa9 !important;
    font-weight: 750;
    text-decoration: none;
}

.pf-agent-report-tabs {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin-top: 22px;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-agent-report-tabs .ajax__tab_header {
    display: flex !important;
    gap: 7px;
    height: auto !important;
    min-height: 50px;
    padding: 9px 1px 7px !important;
    background: transparent !important;
}

.pf-agent-report-tabs .ajax__tab_tab,
.pf-agent-report-tabs .ajax__tab_outer,
.pf-agent-report-tabs .ajax__tab_inner {
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

.pf-agent-report-tabs .ajax__tab_tab {
    display: block !important;
    padding: 9px 15px !important;
    border: 1px solid #cadce7 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #31566f !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.pf-agent-report-tabs .ajax__tab_active .ajax__tab_tab {
    border-color: var(--pf-agent-blue) !important;
    background: linear-gradient(135deg, #087fc2, #075f91) !important;
    color: #fff !important;
    box-shadow: 0 5px 14px rgba(8, 127, 194, .22);
}

.pf-agent-report-tabs .ajax__tab_body,
.pf-agent-report-tabs .ajax__tab_panel {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
}

.pf-agent-report-tabs .ajax__tab_panel {
    padding: 18px !important;
    border: 1px solid var(--pf-agent-line) !important;
    border-radius: 12px;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(18, 64, 91, .06);
}

.pf-agent-reports-layout {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 14px 0;
}

.pf-agent-reports-layout > tbody > tr > td {
    box-sizing: border-box;
    padding: 0 !important;
    vertical-align: top;
}

.pf-agent-report-grid {
    width: 100% !important;
    border: 1px solid var(--pf-agent-line) !important;
    border-radius: 10px;
    border-collapse: collapse;
    overflow: hidden;
}

.pf-agent-report-links {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.pf-agent-report-links td {
    padding: 11px 13px !important;
    border: 1px solid var(--pf-agent-line) !important;
    background: #fff;
    color: var(--pf-agent-ink);
}

.pf-agent-report-links tr:nth-child(1) td,
.pf-agent-report-links tr:nth-child(4) td {
    border-radius: 9px 9px 0 0;
    background: #eaf5fb !important;
}

.pf-agent-report-links tr:nth-child(1) span,
.pf-agent-report-links tr:nth-child(4) span {
    color: var(--pf-agent-navy) !important;
    font: 750 13px "Segoe UI", Arial, sans-serif !important;
}

.pf-agent-report-links a {
    color: #087fc2;
    font-weight: 700;
    text-decoration: none;
}

.pf-agent-statistics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pf-agent-statistics img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid var(--pf-agent-line);
    border-radius: 12px;
    background: #fff;
}

.pf-agency-services .pf-agent-hero::before {
    content: "PORTAL DE AGENCIA";
}

.pf-agency-services > table {
    width: 100% !important;
    border-collapse: collapse;
}

.pf-agency-services > table > tbody > tr > td {
    padding: 0 !important;
}

.pf-agency-services .pf-agent-selector {
    width: min(100%, 620px);
}

.pf-agency-services .pf-agent-selector table,
.pf-agency-services .pf-agent-selector select {
    width: 100% !important;
}

.pf-agency-reports-panel {
    width: 100% !important;
    margin-top: 24px;
    border-collapse: collapse;
}

.pf-agency-reports-shell {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
}

.pf-agency-reports {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    border: 1px solid var(--pf-agent-line) !important;
    border-radius: 16px;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11, 52, 77, .07);
    overflow: hidden;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-agency-reports > tbody > tr > td {
    width: 100% !important;
    height: auto !important;
    padding: 18px !important;
    border: 0 !important;
    vertical-align: top;
}

.pf-agency-report-heading {
    margin: 0 0 14px !important;
}

.pf-agency-report-heading span {
    width: auto !important;
    color: var(--pf-agent-navy) !important;
    font: 750 18px "Segoe UI", Arial, sans-serif !important;
}

.pf-agency-quick-reports {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 4px 0 8px;
}

.pf-agency-quick-report {
    position: relative;
    box-sizing: border-box;
    min-height: 88px;
    padding: 16px 16px 14px 52px;
    border: 1px solid var(--pf-agent-line);
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #f8fbfd);
}

.pf-agency-quick-report::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 18px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1599d6, #076da8);
    box-shadow: inset 0 0 0 5px #dff2fb;
}

.pf-agency-quick-report span {
    display: block;
    margin-bottom: 8px;
    color: var(--pf-agent-navy) !important;
    font: 750 14px "Segoe UI", Arial, sans-serif !important;
}

.pf-agency-quick-report a {
    color: #087fc2 !important;
    font: 700 13px "Segoe UI", Arial, sans-serif !important;
    text-decoration: none;
}

.pf-agency-report-grid-layout {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 14px 12px !important;
}

.pf-agency-report-grid-layout > tbody > tr > td {
    box-sizing: border-box;
    width: 47.5%;
    padding: 0 !important;
    vertical-align: top;
}

.pf-agency-report-grid-layout > tbody > tr > td[style*="width: 5%"] {
    width: 5% !important;
}

.pf-agency-report-subheading {
    box-sizing: border-box;
    margin: 8px 0 0;
    padding: 10px 12px !important;
    border: 1px solid #d1e2ec;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #eaf5fb !important;
}

.pf-agency-report-subheading span {
    width: auto !important;
    color: var(--pf-agent-navy) !important;
    font: 750 13px "Segoe UI", Arial, sans-serif !important;
}

.pf-agency-services .pf-agent-report-grid {
    margin-bottom: 12px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.pf-agency-services .pf-agent-report-grid a {
    color: #087fc2 !important;
    font-weight: 750;
    text-decoration: none;
}

.pf-quote-book .pf-agent-hero {
    min-height: 150px;
}

.pf-quote-book .pf-agent-hero::before {
    content: "LIBRO DE COTIZACIONES";
}

.pf-quote-layout {
    width: 100% !important;
    border-collapse: collapse;
}

.pf-quote-layout > tbody > tr > td {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    vertical-align: top;
}

.pf-quote-selector {
    width: min(100%, 650px);
}

.pf-quote-selector table,
.pf-quote-selector select {
    width: 100% !important;
}

.pf-quote-actions {
    padding-top: 16px !important;
}

.pf-quote-search-card {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    margin: 16px 0 18px;
    padding: 18px 20px !important;
    border: 1px solid var(--pf-agent-line);
    border-radius: 16px;
    background: #f7fafc;
    box-shadow: 0 12px 30px rgba(11, 52, 77, .08);
}

.pf-quote-search-card .pf-agent-section-title {
    margin: 0 0 10px;
}

.pf-quote-search-row {
    display: grid;
    grid-template-columns: minmax(140px, 180px) minmax(220px, 1fr) auto;
    gap: 10px;
    align-items: center;
    max-width: 760px;
}

.pf-quote-search-row select,
.pf-quote-search-row input[type="text"] {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 40px;
    padding: 8px 11px;
    border: 1px solid #b9cfdd !important;
    border-radius: 8px;
    background: #fff;
    color: var(--pf-agent-ink);
    font: 14px "Segoe UI", Arial, sans-serif;
    outline: 0;
}

.pf-quote-search-row select:focus,
.pf-quote-search-row input[type="text"]:focus {
    border-color: var(--pf-agent-blue) !important;
    box-shadow: 0 0 0 3px rgba(8, 127, 194, .13);
}

.pf-quote-grid-shell {
    margin-top: 0;
}

.pf-quote-grid {
    min-width: 1020px;
}

.pf-quote-grid td:nth-child(6),
.pf-quote-grid td:nth-child(7) {
    text-align: right !important;
    font-variant-numeric: tabular-nums;
}

.pf-quote-grid td:nth-child(8),
.pf-quote-grid td:nth-child(9) {
    text-align: center !important;
}

.pf-quote-grid a {
    text-align: center;
}

/* Premium quote - 2026 visual refresh */
.pf-premquote-page-header,
.pf-premquote-help,
.pf-premquote {
    width: min(100%, 1460px);
    margin-left: auto;
    margin-right: auto;
    font-family: "Segoe UI", Arial, sans-serif;
}

.pf-premquote {
    --pf-prem-navy: #073b63;
    --pf-prem-blue: #087fc2;
    --pf-prem-line: #d9e6ee;
    --pf-prem-soft: #f7fbfe;
    --pf-prem-ink: #17354d;
    --pf-prem-muted: #60788a;
    margin-bottom: 48px;
    color: var(--pf-prem-ink);
}

.pf-premquote-page-header {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 24px;
    margin-bottom: 14px;
    padding: 28px 36px !important;
    border: 0 !important;
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 18%, rgba(255, 255, 255, .18) 0 72px, transparent 74px),
        linear-gradient(120deg, #063658 0%, #075f91 55%, #1195cf 100%);
    box-shadow: 0 14px 34px rgba(8, 55, 86, .14);
}

.pf-premquote-page-header::before {
    content: "NUEVA COTIZACION";
    display: inline-flex;
    margin-bottom: 11px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
}

.pf-premquote-page-header h1 {
    margin: 0 !important;
    color: #fff !important;
    font: 750 clamp(30px, 3vw, 42px)/1.12 "Segoe UI", Arial, sans-serif !important;
    letter-spacing: -.03em;
}

.pf-premquote-help {
    margin-bottom: 20px;
}

.pf-premquote-help .panel {
    overflow: hidden;
    border: 1px solid #c8e2f0 !important;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(11, 52, 77, .07);
}

.pf-premquote-help .panel-heading {
    padding: 0 !important;
    border: 0 !important;
    background: linear-gradient(135deg, #dff2fb, #c8e6f6) !important;
}

.pf-premquote-help .panel-title a {
    display: block;
    padding: 15px 18px;
    color: #225f85 !important;
    font: 750 15px "Segoe UI", Arial, sans-serif !important;
    text-decoration: none;
}

.pf-premquote-help .panel-body {
    padding: 18px 20px !important;
    color: #365b73;
    line-height: 1.55;
}

.pf-premquote-producer-selectors {
    box-sizing: border-box;
    width: min(100%, 650px);
    margin: 0 0 16px;
    padding: 13px 15px;
    border: 1px solid var(--pf-prem-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(11, 52, 77, .06);
}

.pf-premquote-producer-selectors .divTable,
.pf-premquote-producer-selectors .divTableBody,
.pf-premquote-producer-selectors .divTableRow {
    width: 100%;
}

.pf-premquote-producer-selectors .divTableCell {
    padding: 4px 8px !important;
    border: 0 !important;
    color: var(--pf-prem-ink);
    vertical-align: middle;
}

.pf-premquote-producer-selectors label,
.pf-premquote-producer-selectors span {
    color: #31566f !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.pf-premquote input[type="text"],
.pf-premquote select,
.pf-premquote textarea {
    box-sizing: border-box;
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 8px;
    background: #fff;
    color: var(--pf-prem-ink);
    font: 14px "Segoe UI", Arial, sans-serif;
    outline: 0;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.pf-premquote input[type="text"]:focus,
.pf-premquote select:focus,
.pf-premquote textarea:focus {
    border-color: var(--pf-prem-blue) !important;
    box-shadow: 0 0 0 3px rgba(8, 127, 194, .13);
}

.pf-premquote input[disabled],
.pf-premquote input[readonly] {
    background: #f3f7fa !important;
    color: #0b3c60 !important;
    opacity: 1;
}

.pf-premquote input[type="checkbox"],
.pf-premquote input[type="radio"] {
    accent-color: var(--pf-prem-blue);
}

.pf-premquote-meta,
.pf-premquote .pf-agency-selector,
.pf-premquote-option-bar,
.pf-premquote-final-summary,
.pf-premquote-terms-summary {
    box-sizing: border-box;
    border: 1px solid var(--pf-prem-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(11, 52, 77, .06);
}

.pf-premquote-meta {
    margin: 6px 0 20px;
    overflow: hidden;
}

.pf-premquote-meta .table,
.pf-premquote-option-bar .table,
.pf-premquote-final-summary .table {
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.pf-premquote-meta td {
    padding: 11px 15px !important;
    border-top: 1px solid #e7eef3 !important;
    color: #35566c;
    vertical-align: middle !important;
}

.pf-premquote-meta tr:first-child td {
    border-top: 0 !important;
}

.pf-premquote-meta span,
.pf-premquote-meta label {
    width: auto !important;
    color: var(--pf-prem-navy) !important;
    font: 650 13px "Segoe UI", Arial, sans-serif !important;
}

.pf-premquote .pf-agency-selector {
    margin: 18px 0 12px;
    padding: 14px 16px;
    overflow: visible;
    background: var(--pf-prem-soft);
}

.pf-premquote .pf-agency-selector table {
    width: auto !important;
    max-width: 100%;
}

.pf-premquote .pf-agency-selector td {
    padding: 6px 8px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--pf-prem-ink);
    vertical-align: middle;
}

.pf-premquote .pf-agency-selector span,
.pf-premquote .pf-agency-selector label {
    color: #31566f !important;
    font: 700 13px "Segoe UI", Arial, sans-serif !important;
}

.pf-premquote-policy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 14px;
}

.pf-premquote .pf-agent-primary-button {
    width: auto !important;
    min-width: 144px;
}

.pf-premquote .pf-premquote-secondary-button {
    min-width: 180px;
    border-color: #1d79aa !important;
    background: linear-gradient(135deg, #3aa0d4, #1b79ae) !important;
}

.pf-premquote .pf-policy-table-wrapper,
.pf-premquote .pf-payment-options-wrapper {
    margin: 14px 0 22px;
    border: 1px solid var(--pf-prem-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(11, 52, 77, .06);
}

.pf-premquote .pf-policy-table-wrapper > table,
.pf-premquote .pf-payment-options-wrapper > table {
    min-width: 1080px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-premquote .pf-policy-table-wrapper th,
.pf-premquote .pf-payment-options-wrapper th {
    height: auto !important;
    padding: 13px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #cce0ec !important;
    background: #eaf5fb !important;
    color: var(--pf-prem-navy) !important;
    font: 750 12px "Segoe UI", Arial, sans-serif !important;
    letter-spacing: .02em;
    text-align: left !important;
}

.pf-premquote .pf-policy-table-wrapper td,
.pf-premquote .pf-payment-options-wrapper td {
    height: auto !important;
    padding: 10px 12px !important;
    border: 0 !important;
    border-bottom: 1px solid #e6eef3 !important;
    background: #fff !important;
    color: #405e71 !important;
    vertical-align: middle !important;
}

.pf-premquote .pf-policy-table-wrapper tr:nth-child(even) td,
.pf-premquote .pf-payment-options-wrapper tr:nth-child(even) td {
    background: #f8fbfd !important;
}

.pf-premquote .pf-policy-table-wrapper tr:hover td,
.pf-premquote .pf-payment-options-wrapper tr:hover td {
    background: #eef8fd !important;
}

.pf-premquote .pf-policy-table-wrapper select {
    width: 100% !important;
    min-width: 250px;
}

.pf-premquote .pf-policy-table-wrapper input[type="text"] {
    min-width: 120px;
}

.pf-premquote .pf-policy-table-wrapper .pf-policy-premium {
    min-width: 120px;
    font-weight: 700;
}

.pf-calendar-button {
    border-radius: 4px;
    opacity: .72;
    transition: opacity .15s ease, transform .15s ease;
}

.pf-calendar-button:hover,
.pf-calendar-button:focus {
    opacity: 1;
    transform: translateY(-1px);
}

.pf-premquote .ajax__calendar_container,
body .ajax__calendar_container {
    box-sizing: content-box !important;
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 1px solid #8aaeca !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(8, 55, 86, .20) !important;
    color: #000 !important;
    font: 11px Arial, Helvetica, sans-serif !important;
}

.pf-premquote .ajax__calendar_container table,
body .ajax__calendar_container table {
    display: table !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: separate !important;
    background: transparent !important;
    box-shadow: none !important;
}

.pf-premquote .ajax__calendar_container tbody,
body .ajax__calendar_container tbody {
    display: table-row-group !important;
}

.pf-premquote .ajax__calendar_container tr,
body .ajax__calendar_container tr {
    display: table-row !important;
}

.pf-premquote .ajax__calendar_container td,
body .ajax__calendar_container td {
    display: table-cell !important;
    box-sizing: content-box !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    line-height: normal !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.pf-premquote .ajax__calendar_container div,
.pf-premquote .ajax__calendar_container span,
body .ajax__calendar_container div,
body .ajax__calendar_container span {
    box-sizing: content-box !important;
    min-width: 0 !important;
    max-width: none !important;
    color: #000;
    font: 11px Arial, Helvetica, sans-serif !important;
    line-height: normal !important;
}

.pf-premquote .ajax__calendar_body,
body .ajax__calendar_body {
    width: 190px !important;
    height: 139px !important;
    margin: auto !important;
    overflow: hidden !important;
}

.pf-premquote .ajax__calendar_days,
.pf-premquote .ajax__calendar_months,
.pf-premquote .ajax__calendar_years,
body .ajax__calendar_days,
body .ajax__calendar_months,
body .ajax__calendar_years {
    width: 190px !important;
    height: 139px !important;
}

.pf-premquote .ajax__calendar_dayname,
.pf-premquote .ajax__calendar_day,
body .ajax__calendar_dayname,
body .ajax__calendar_day {
    display: inline-block !important;
    width: 25px !important;
    height: 18px !important;
    margin: 0 1px !important;
    padding: 0 !important;
    line-height: 18px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.pf-premquote .ajax__calendar_month,
.pf-premquote .ajax__calendar_year,
body .ajax__calendar_month,
body .ajax__calendar_year {
    display: inline-block !important;
    width: 40px !important;
    height: 44px !important;
    margin: 1px !important;
    padding: 0 !important;
    line-height: 44px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.pf-premquote .ajax__calendar_header,
body .ajax__calendar_header,
.pf-premquote .ajax__calendar_footer,
body .ajax__calendar_footer {
    width: 190px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: #fff !important;
    text-align: center !important;
}

.pf-premquote .ajax__calendar_header,
body .ajax__calendar_header {
    height: 20px !important;
    line-height: 20px !important;
}

.pf-premquote .ajax__calendar_footer,
body .ajax__calendar_footer {
    padding-top: 4px !important;
}

.pf-premquote-option-bar {
    margin: 18px 0 22px;
    padding: 14px 18px;
}

.pf-premquote-option-bar td {
    padding: 8px 10px !important;
    border: 0 !important;
    vertical-align: middle !important;
}

.pf-premquote-option-bar span,
.pf-premquote-option-bar label {
    color: var(--pf-prem-navy) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-premquote-option-bar span[id$="Label27"] {
    font-size: 20px !important;
    font-weight: 800 !important;
}

.pf-premquote-panel.panel {
    overflow: hidden;
    margin: 22px 0;
    border: 1px solid #c8e2f0 !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11, 52, 77, .07);
}

.pf-premquote-panel > .panel-heading {
    padding: 14px 18px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #dff2fb, #c9e7f6) !important;
    color: #225f85 !important;
    font: 750 15px "Segoe UI", Arial, sans-serif !important;
}

.pf-premquote-panel > .panel-heading span {
    color: #225f85 !important;
    font: 750 15px "Segoe UI", Arial, sans-serif !important;
}

.pf-premquote-panel > .panel-body {
    padding: 16px 18px !important;
    background: #fff;
}

.pf-premquote-form-table > .table {
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.pf-premquote-form-table > .table > tbody > tr > td {
    padding: 10px 12px !important;
    border-top: 1px solid #e8f0f5 !important;
    color: var(--pf-prem-ink);
    vertical-align: middle !important;
}

.pf-premquote-form-table > .table > tbody > tr:first-child > td {
    border-top: 0 !important;
}

.pf-premquote-form-table span,
.pf-premquote-form-table label {
    color: var(--pf-prem-navy) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-premquote-calc-button {
    min-width: 226px !important;
}

.pf-premquote .pf-payment-options-wrapper > table {
    min-width: 900px;
}

.pf-premquote .pf-payment-options-wrapper td:first-child,
.pf-premquote .pf-payment-options-wrapper th:first-child {
    text-align: center !important;
}

.pf-premquote-final-summary {
    width: min(100%, 460px) !important;
    margin: 24px 0 12px;
    padding: 10px 14px;
}

.pf-premquote-final-summary table {
    width: 100% !important;
}

.pf-premquote-final-summary td {
    padding: 9px 10px !important;
    border-top: 1px solid #e8f0f5 !important;
}

.pf-premquote-final-summary tr:first-child td {
    border-top: 0 !important;
}

.pf-premquote-final-summary span {
    color: var(--pf-prem-navy) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-premquote > span[id$="Label8"] {
    display: block !important;
    margin: 28px 0 10px !important;
    color: var(--pf-prem-navy) !important;
    font: 800 26px/1.2 "Segoe UI", Arial, sans-serif !important;
    letter-spacing: -.02em;
}

.pf-premquote-terms-summary {
    width: min(100%, 540px);
    margin: 0 0 16px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #ffffff, #f8fbfd);
}

.pf-premquote-terms-summary table {
    width: 100% !important;
    margin: 0 !important;
    border-spacing: 0 !important;
}

.pf-premquote-terms-summary td {
    padding: 5px 8px !important;
    border: 0 !important;
}

.pf-premquote-terms-summary span {
    color: var(--pf-prem-navy) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
}

.pf-premquote .FormatRadioButtonList {
    margin: 8px 0 10px !important;
    border: 0 !important;
    color: var(--pf-prem-ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

.pf-premquote-submit-actions {
    width: min(100%, 560px) !important;
    margin-top: 4px;
}

.pf-premquote-submit-actions table {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
}

.pf-premquote-submit-actions td {
    padding: 5px !important;
    border: 0 !important;
    vertical-align: middle !important;
}

.pf-premquote-submit-actions .pf-agent-primary-button {
    min-width: 100px !important;
}

.pf-premquote-submit-actions .pf-premquote-print {
    border-color: #3996c5 !important;
    background: linear-gradient(135deg, #5bb3df, #2785ba) !important;
}

@media (max-width: 767px) {
    .pf-premquote-page-header,
    .pf-premquote-help,
    .pf-premquote {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .pf-premquote-page-header {
        margin: 12px 0 12px;
        padding: 22px 20px 24px !important;
        border-radius: 16px;
    }

    .pf-premquote-page-header::before {
        margin-bottom: 9px;
        font-size: 9px;
    }

    .pf-premquote-page-header h1 {
        font-size: 28px !important;
    }

    .pf-premquote-help {
        margin-bottom: 14px;
    }

    .pf-premquote {
        padding: 0 10px 30px;
    }

    .pf-premquote-producer-selectors,
    .pf-premquote-meta,
    .pf-premquote .pf-agency-selector,
    .pf-premquote-option-bar,
    .pf-premquote-panel.panel,
    .pf-premquote-final-summary,
    .pf-premquote-terms-summary {
        width: 100% !important;
        max-width: 100%;
        border-radius: 14px;
    }

    .pf-premquote-producer-selectors {
        padding: 11px 12px;
    }

    .pf-premquote-producer-selectors .divTable,
    .pf-premquote-producer-selectors .divTableBody,
    .pf-premquote-producer-selectors .divTableRow,
    .pf-premquote-producer-selectors .divTableCell,
    .pf-premquote .pf-agency-selector table,
    .pf-premquote .pf-agency-selector tbody,
    .pf-premquote .pf-agency-selector tr,
    .pf-premquote .pf-agency-selector td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .pf-premquote-producer-selectors select,
    .pf-premquote .pf-agency-selector select {
        width: 100% !important;
    }

    .pf-premquote-policy-actions {
        flex-direction: column;
    }

    .pf-premquote .pf-premquote-policy-actions .pf-agent-primary-button,
    .pf-premquote .pf-premquote-calc-button,
    .pf-premquote-submit-actions .pf-agent-primary-button {
        width: 100% !important;
        min-width: 0 !important;
    }

    .pf-premquote .pf-policy-table-wrapper > table {
        min-width: 980px;
    }

    .pf-premquote .pf-payment-options-wrapper > table {
        min-width: 760px;
    }

    .pf-premquote-option-bar {
        padding: 12px;
    }

    .pf-premquote-panel > .panel-body {
        padding: 12px !important;
    }

    .pf-premquote > span[id$="Label8"] {
        font-size: 22px !important;
    }

    .pf-premquote-submit-actions td:empty {
        display: none !important;
    }

    .pf-agent-services {
        width: 100%;
        margin: 12px auto 30px;
    }

    .pf-agent-hero {
        min-height: 0;
        padding: 22px 20px 24px;
        border-radius: 16px;
    }

    .pf-agent-hero::before {
        margin-bottom: 9px;
        font-size: 9px;
    }

    .pf-agent-title {
        font-size: 28px !important;
    }

    .pf-agent-selector {
        margin-top: 16px;
        padding: 9px;
    }

    .pf-agent-selector .divTable,
    .pf-agent-selector .divTableBody,
    .pf-agent-selector .divTableRow,
    .pf-agent-selector .divTableCell {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .pf-agent-search-card {
        display: block;
        width: 100% !important;
        max-width: 100%;
        padding: 14px 12px;
        border-radius: 14px;
        overflow: hidden;
    }

    .pf-agent-search-card > tbody,
    .pf-agent-search-card > tbody > tr,
    .pf-agent-search-card > tbody > tr > td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .pf-agent-search-fields,
    .pf-agent-search-fields tbody,
    .pf-agent-search-fields tr,
    .pf-agent-search-fields td,
    .pf-agent-date-filter,
    .pf-agent-date-filter tbody,
    .pf-agent-date-filter tr,
    .pf-agent-date-filter td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .pf-agent-search-fields td {
        text-align: left !important;
    }

    .pf-agent-search-fields td:first-child {
        padding-bottom: 0 !important;
    }

    .pf-agent-search-fields td:nth-child(2) {
        padding-top: 2px !important;
    }

    .pf-agent-search-fields td:empty {
        display: none;
    }

    .pf-agent-search-fields input[type="text"],
    .pf-agent-date-filter input[type="text"] {
        width: 100% !important;
    }

    .pf-agent-status-filter {
        display: flex !important;
        width: 100% !important;
        align-items: stretch;
        flex-direction: column;
        gap: 7px;
    }

    .pf-agent-status-filter > span {
        width: 100%;
        box-sizing: border-box;
    }

    .pf-agent-date-filter {
        padding: 11px !important;
    }

    .pf-agent-date-filter td {
        text-align: left !important;
    }

    .pf-agent-primary-button {
        width: 100% !important;
    }

    .pf-agent-grid {
        min-width: 650px;
    }

    .pf-agent-grid-shell,
    .pf-agent-grid-shell > tbody,
    .pf-agent-grid-shell > tbody > tr,
    .pf-agent-grid-shell > tbody > tr > td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .pf-agent-grid-scroll {
        display: block;
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
    }

    .pf-agent-report-tabs .ajax__tab_header {
        flex-wrap: wrap;
    }

    .pf-agent-report-tabs .ajax__tab_panel {
        padding: 12px !important;
    }

    .pf-agent-reports-layout,
    .pf-agent-reports-layout tbody,
    .pf-agent-reports-layout tr,
    .pf-agent-reports-layout td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .pf-agent-reports-layout > tbody > tr > td:nth-child(2) {
        display: none;
    }

    .pf-agent-report-links {
        margin-top: 14px;
    }

    .pf-agent-statistics {
        grid-template-columns: 1fr;
    }

    .pf-agency-quick-reports {
        grid-template-columns: 1fr;
    }

    .pf-agency-reports-panel,
    .pf-agency-reports-panel tbody,
    .pf-agency-reports-panel tr,
    .pf-agency-reports-panel td,
    .pf-agency-reports,
    .pf-agency-reports > tbody,
    .pf-agency-reports > tbody > tr,
    .pf-agency-reports > tbody > tr > td,
    .pf-agency-report-grid-layout,
    .pf-agency-report-grid-layout > tbody,
    .pf-agency-report-grid-layout > tbody > tr,
    .pf-agency-report-grid-layout > tbody > tr > td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .pf-agency-reports > tbody > tr > td {
        padding: 12px !important;
    }

    .pf-agency-report-grid-layout {
        border-spacing: 0 !important;
    }

    .pf-agency-report-grid-layout > tbody > tr > td[style*="width: 5%"] {
        display: none;
    }

    .pf-quote-search-card {
        padding: 14px 12px !important;
    }

    .pf-quote-search-row {
        grid-template-columns: 1fr;
    }

    .pf-quote-search-row .pf-agent-primary-button {
        width: 100% !important;
    }

    .pf-quote-grid {
        min-width: 920px;
    }
}
