body.local-finance-hub-page #topofscroll,
body.local-finance-hub-page #region-main-box,
body.local-finance-hub-page #region-main {
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.local-finance-hub-page #region-main {
    padding: 0;
}

body.local-finance-hub-page #page-header {
    display: none;
}

body.local-finance-hub-page #page.drawers .main-inner,
body.local-finance-hub-page #page .main-inner {
    padding-top: 1.75rem;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.local-finance-hub-page #page.drawers #page-content,
body.local-finance-hub-page #page.drawers #region-main-box,
body.local-finance-hub-page #page #page-content,
body.local-finance-hub-page #page #region-main-box {
    background: transparent !important;
}

body.local-finance-hub-page .local-finance-hub {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-bottom: 1rem;
}

body.local-finance-hub-page .local-finance-hub__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(24rem, 29rem);
    gap: 1.4rem;
    align-items: start;
}

body.local-finance-hub-page .local-finance-hub__hero-copy,
body.local-finance-hub-page .local-finance-hub__stats {
    position: relative;
    z-index: 1;
}

body.local-finance-hub-page .local-finance-hub__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    background: #edf4ff;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.local-finance-hub-page .local-finance-hub__eyebrow::before {
    content: "";
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: currentColor;
}

body.local-finance-hub-page .local-finance-hub__title {
    margin: 0;
    color: #173769;
    font-size: clamp(2.2rem, 3.5vw, 3.55rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

body.local-finance-hub-page .local-finance-hub__subtitle {
    max-width: 38rem;
    margin: 0.95rem 0 0;
    color: #5d7396;
    font-size: 1.03rem;
    font-weight: 500;
    line-height: 1.62;
}

body.local-finance-hub-page .local-finance-hub__shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.15rem;
}

body.local-finance-hub-page .local-finance-hub__shortcut {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.4rem;
    padding: 0.85rem 1.3rem;
    border-radius: 0.85rem;
    font-size: 0.98rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

body.local-finance-hub-page .local-finance-hub__shortcut:hover,
body.local-finance-hub-page .local-finance-hub__shortcut:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

body.local-finance-hub-page .local-finance-hub__shortcut--primary {
    border: 1px solid transparent;
    background: linear-gradient(135deg, #2d7ae7 0%, #1f66d6 100%);
    color: #fff;
    box-shadow: 0 14px 26px rgba(47, 111, 232, 0.2);
}

body.local-finance-hub-page .local-finance-hub__shortcut--primary:hover,
body.local-finance-hub-page .local-finance-hub__shortcut--primary:focus {
    color: #fff;
    box-shadow: 0 18px 30px rgba(47, 111, 232, 0.24);
}

body.local-finance-hub-page .local-finance-hub__shortcut--secondary {
    border: 1px solid #d7e3f4;
    background: #fff;
    color: #24406f;
    box-shadow: 0 10px 22px rgba(15, 35, 75, 0.05);
}

body.local-finance-hub-page .local-finance-hub__shortcut--secondary:hover,
body.local-finance-hub-page .local-finance-hub__shortcut--secondary:focus {
    border-color: #c5d7ef;
    color: #1f66d6;
}

body.local-finance-hub-page .local-finance-hub__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-self: start;
}

body.local-finance-hub-page .local-finance-hub__stat,
body.local-finance-hub-page .local-finance-hub__card {
    border: 1px solid #deebf8;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 28px rgba(17, 36, 73, 0.06);
}

body.local-finance-hub-page .local-finance-hub__stat {
    --finance-stat-accent: #2f6fe8;
    position: relative;
    min-height: 11.4rem;
    padding: 1.1rem 1.1rem 1rem;
    border: 1px solid rgba(204, 220, 242, 0.9);
    border-radius: 1.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 18px 34px rgba(15, 35, 75, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    overflow: hidden;
}

body.local-finance-hub-page .local-finance-hub__stat:nth-child(1) {
    --finance-stat-accent: #2f6fe8;
}

body.local-finance-hub-page .local-finance-hub__stat:nth-child(2) {
    --finance-stat-accent: #5269ff;
}

body.local-finance-hub-page .local-finance-hub__stat:nth-child(3) {
    --finance-stat-accent: #1795d4;
}

body.local-finance-hub-page .local-finance-hub__stat:nth-child(4) {
    --finance-stat-accent: #315fbc;
}

body.local-finance-hub-page .local-finance-hub__stat-icon,
body.local-finance-hub-page .local-finance-hub__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--finance-stat-accent, #2f6fe8);
    background: linear-gradient(135deg, rgba(237, 244, 255, 0.98), rgba(223, 235, 255, 0.92));
}

body.local-finance-hub-page .local-finance-hub__stat-icon {
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(197, 216, 239, 0.8);
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(47, 111, 232, 0.08);
    font-size: 1.08rem;
    align-self: flex-start;
}

body.local-finance-hub-page .local-finance-hub__stat-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    gap: 0.18rem;
    margin-top: -0.4rem;
    min-width: 0;
    width: 100%;
    align-items: center;
    text-align: center;
}

body.local-finance-hub-page .local-finance-hub__stat-value {
    display: block;
    color: #17315f;
    font-size: clamp(2.25rem, 3.4vw, 2.6rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    width: 100%;
    text-align: center;
}

body.local-finance-hub-page .local-finance-hub__stat-label {
    margin: 0.22rem 0 0;
    color: #17315f;
    font-size: 1.12rem;
    line-height: 1.15;
    font-weight: 800;
    text-align: center;
}

body.local-finance-hub-page .local-finance-hub__stat-description {
    margin: 0.2rem 0 0;
    color: #6f84a6;
    font-size: 0.9rem;
    line-height: 1.32;
    font-weight: 600;
    max-width: 10.5rem;
    text-align: center;
}

body.local-finance-hub-page .local-finance-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
}

body.local-finance-hub-page .local-finance-hub__card {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
    min-height: 100%;
    padding: 1.2rem;
    border-radius: 1.25rem;
}

body.local-finance-hub-page .local-finance-hub__card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

body.local-finance-hub-page .local-finance-hub__card-icon {
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(197, 216, 239, 0.8);
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(47, 111, 232, 0.08);
    font-size: 1.08rem;
}

body.local-finance-hub-page .local-finance-hub__card-title {
    margin: 0;
    color: #17315f;
    font-size: 1.18rem;
    line-height: 1.1;
    font-weight: 800;
}

body.local-finance-hub-page .local-finance-hub__card-description {
    margin: 0;
    color: #5f7494;
    font-size: 0.95rem;
    line-height: 1.68;
}

body.local-finance-hub-page .local-finance-hub__card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 2.75rem;
    margin-top: auto;
    padding: 0.7rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #2d7ae7 0%, #1f66d6 100%);
    color: #fff;
    box-shadow: 0 14px 26px rgba(47, 111, 232, 0.2);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.local-finance-hub-page .local-finance-hub__card-link:hover,
body.local-finance-hub-page .local-finance-hub__card-link:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(47, 111, 232, 0.24);
}

@media (max-width: 991.98px) {
    body.local-finance-hub-page .local-finance-hub__hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body.local-finance-hub-page .local-finance-hub__stats,
    body.local-finance-hub-page .local-finance-hub__grid {
        grid-template-columns: 1fr;
    }

    body.local-finance-hub-page .local-finance-hub__card:last-child:nth-child(odd) {
        grid-column: auto;
    }
}

body.local-finance-purchases-page .local-finance-purchases {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-bottom: 1rem;
}

body.local-finance-purchases-page .local-finance-purchases__panel {
    border: 1px solid rgba(204, 220, 242, 0.9);
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.97) 100%);
    box-shadow: 0 20px 38px rgba(15, 35, 75, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    padding: 1.3rem;
}

body.local-finance-purchases-page .local-finance-purchases__toolbar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body.local-finance-purchases-page .local-finance-purchases__toolbar-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1rem;
}

body.local-finance-purchases-page .local-finance-purchases__results-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    height: 3.2rem;
    padding: 0 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(237, 244, 255, 0.98), rgba(223, 235, 255, 0.92));
    border: 1px solid rgba(197, 216, 239, 0.9);
    color: #17315f;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.local-finance-purchases-page .local-finance-purchases__results-label {
    color: #5d7396;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.5;
}

body.local-finance-purchases-page .local-finance-purchases__filters-active {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    width: 100%;
}

body.local-finance-purchases-page .local-finance-purchases__filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    min-height: 2rem;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: #f4f8ff;
    border: 1px solid #d8e3f2;
    color: #4c668f;
    font-size: 0.82rem;
    font-weight: 700;
}

body.local-finance-purchases-page .local-finance-purchases__filter-pill strong {
    color: #17315f;
    font-weight: 800;
}

body.local-finance-purchases-page .local-finance-purchases__filter-pill--accent {
    background: #edf4ff;
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.18);
}

body.local-finance-purchases-page .local-finance-purchases__filters {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(10.5rem, 0.85fr) auto minmax(5.25rem, 6.25rem) auto auto;
    gap: 0.85rem;
    align-items: stretch;
}

body.local-finance-purchases-page .local-finance-purchases__input,
body.local-finance-purchases-page .local-finance-purchases__select,
body.local-finance-purchases-page .local-finance-purchases__dropdown-toggle,
body.local-finance-purchases-page .local-finance-purchases__monthpicker-toggle,
body.local-finance-purchases-page .local-finance-purchases__button,
body.local-finance-purchases-page .local-finance-purchases__chip {
    min-height: 3.2rem;
    border-radius: 0.95rem;
    font-size: 0.95rem;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
    box-sizing: border-box;
}

body.local-finance-purchases-page .local-finance-purchases__input,
body.local-finance-purchases-page .local-finance-purchases__select {
    width: 100%;
    min-height: 3.2rem;
    height: 3.2rem;
    padding: 0 0.95rem;
    border: 1px solid #dbe7f8;
    border-radius: 0.95rem;
    background: #fff;
    color: #203760;
    font-size: 0.96rem;
    font-weight: 600;
    box-shadow:
        0 14px 30px rgba(15, 35, 75, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.local-finance-purchases-page .local-finance-purchases__input:focus,
body.local-finance-purchases-page .local-finance-purchases__select:focus {
    border-color: #cfe0fb;
    outline: 0;
    box-shadow:
        0 16px 32px rgba(15, 35, 75, 0.07),
        0 0 0 0.18rem rgba(47, 111, 232, 0.1);
}

body.local-finance-purchases-page .local-finance-purchases__select {
    cursor: pointer;
}

body.local-finance-purchases-page .local-finance-purchases__dropdown {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: stretch;
    height: 100%;
}

body.local-finance-purchases-page .local-finance-purchases__dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    width: 100%;
    min-height: 3.2rem;
    height: 3.2rem;
    padding: 0 0.95rem;
    border: 1px solid #dbe7f8;
    background: #fff;
    color: #203760;
    text-align: left;
    font-weight: 600;
    box-shadow:
        0 14px 30px rgba(15, 35, 75, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    cursor: pointer;
}

body.local-finance-purchases-page .local-finance-purchases__dropdown-toggle:hover,
body.local-finance-purchases-page .local-finance-purchases__dropdown-toggle:focus {
    border-color: #cfe0fb;
    outline: 0;
    box-shadow:
        0 16px 32px rgba(15, 35, 75, 0.07),
        0 0 0 0.18rem rgba(47, 111, 232, 0.1);
}

body.local-finance-purchases-page .local-finance-purchases__dropdown-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.local-finance-purchases-page .local-finance-purchases__dropdown-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #24406f;
    transition: transform 0.18s ease;
}

body.local-finance-purchases-page .local-finance-purchases__dropdown.is-open .local-finance-purchases__dropdown-chevron {
    transform: rotate(180deg);
}

body.local-finance-purchases-page .local-finance-purchases__dropdown-menu {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    z-index: 30;
    min-width: 100%;
    padding: 0.55rem;
    border: 1px solid #e3edf9;
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 24px 44px rgba(15, 35, 75, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

body.local-finance-purchases-page .local-finance-purchases__dropdown.is-open .local-finance-purchases__dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker {
    position: relative;
    min-width: 0;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    width: 100%;
    min-height: 3.2rem;
    height: 3.2rem;
    padding: 0 0.95rem;
    border: 1px solid #dbe7f8;
    background: #fff;
    color: #203760;
    text-align: left;
    font-weight: 600;
    box-shadow:
        0 14px 30px rgba(15, 35, 75, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    cursor: pointer;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-toggle:hover,
body.local-finance-purchases-page .local-finance-purchases__monthpicker-toggle:focus,
body.local-finance-purchases-page .local-finance-purchases__monthpicker.is-open .local-finance-purchases__monthpicker-toggle {
    border-color: #cfe0fb;
    outline: 0;
    box-shadow:
        0 16px 32px rgba(15, 35, 75, 0.07),
        0 0 0 0.18rem rgba(47, 111, 232, 0.1);
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.78rem;
    border: 1px solid rgba(197, 216, 239, 0.82);
    background: linear-gradient(135deg, rgba(237, 244, 255, 0.98), rgba(223, 235, 255, 0.92));
    color: #2f6fe8;
    font-size: 0.9rem;
    box-shadow: 0 10px 24px rgba(47, 111, 232, 0.08);
    flex: 0 0 auto;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-menu {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    z-index: 30;
    width: min(18rem, 100vw - 2rem);
    padding: 0.75rem;
    border: 1px solid #e3edf9;
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 24px 44px rgba(15, 35, 75, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker.is-open .local-finance-purchases__monthpicker-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-yearnav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #dbe7f8;
    border-radius: 0.8rem;
    background: #fff;
    color: #24406f;
    cursor: pointer;
    transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-yearnav:hover,
body.local-finance-purchases-page .local-finance-purchases__monthpicker-yearnav:focus {
    border-color: #cfe0fb;
    background: #f4f8ff;
    color: #1f57ba;
    outline: 0;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-yearlabel {
    color: #17315f;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-month {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0.55rem 0.45rem;
    border: 0;
    border-radius: 0.85rem;
    background: transparent;
    color: #24406f;
    font-size: 0.94rem;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-month:hover,
body.local-finance-purchases-page .local-finance-purchases__monthpicker-month:focus {
    background: #f4f8ff;
    outline: 0;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-month.is-active {
    background: linear-gradient(135deg, #2d7ae7 0%, #1f66d6 100%);
    color: #fff;
    box-shadow: 0 14px 24px rgba(47, 111, 232, 0.2);
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin-top: 0.8rem;
    padding-top: 0.75rem;
    border-top: 1px solid #eef4fb;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-action {
    border: 0;
    background: transparent;
    color: #5d7396;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.16s ease;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-action:hover,
body.local-finance-purchases-page .local-finance-purchases__monthpicker-action:focus {
    color: #1f57ba;
    outline: 0;
}

body.local-finance-purchases-page .local-finance-purchases__monthpicker-action--primary {
    color: #2563eb;
}

body.local-finance-purchases-page .local-finance-purchases__dropdown-option {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 3rem;
    padding: 0.72rem 0.85rem;
    border: 0;
    border-radius: 0.95rem;
    background: transparent;
    color: #24406f;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.16s ease, color 0.16s ease;
}

body.local-finance-purchases-page .local-finance-purchases__dropdown-option:hover,
body.local-finance-purchases-page .local-finance-purchases__dropdown-option:focus {
    background: #f4f8ff;
    outline: 0;
}

body.local-finance-purchases-page .local-finance-purchases__dropdown-option.is-active {
    background: #eaf2ff;
    color: #1f57ba;
    outline: 0;
}

body.local-finance-purchases-page .local-finance-purchases__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 3.2rem;
    height: 3.2rem;
    padding: 0 1rem;
    border: 1px solid #d7e3f4;
    border-radius: 0.95rem;
    background: #fff;
    color: #24406f;
    font-size: 0.92rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

body.local-finance-purchases-page .local-finance-purchases__toggle input {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: #2f6fe8;
}

body.local-finance-purchases-page .local-finance-purchases__button,
body.local-finance-purchases-page .local-finance-purchases__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.2rem;
    height: 3.2rem;
    padding: 0 1.1rem;
    border: 1px solid transparent;
    text-decoration: none;
    white-space: nowrap;
}

body.local-finance-purchases-page .local-finance-purchases__button-label {
    display: inline-flex;
    align-items: center;
}

body.local-finance-purchases-page .local-finance-purchases__button {
    background: linear-gradient(135deg, #2d7ae7 0%, #1f66d6 100%);
    color: #fff;
    box-shadow: 0 14px 26px rgba(47, 111, 232, 0.18);
}

body.local-finance-purchases-page .local-finance-purchases__button:hover,
body.local-finance-purchases-page .local-finance-purchases__button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(47, 111, 232, 0.22);
}

body.local-finance-purchases-page .local-finance-purchases__button--secondary {
    border-color: #d7e3f4;
    background: #fff;
    color: #24406f;
    box-shadow: 0 10px 22px rgba(15, 35, 75, 0.05);
}

body.local-finance-purchases-page .local-finance-purchases__button--secondary:hover,
body.local-finance-purchases-page .local-finance-purchases__button--secondary:focus {
    color: #1f66d6;
    border-color: #c5d7ef;
    background: #fff;
}

body.local-finance-purchases-page .local-finance-purchases__button--compact {
    min-height: 2.65rem;
    padding: 0.7rem 1rem;
    font-size: 0.88rem;
}

body.local-finance-purchases-page .local-finance-purchases__table-shell {
    margin-top: 1.15rem;
    overflow-x: auto;
}

body.local-finance-purchases-page .local-finance-purchases__table {
    width: 100%;
    min-width: 61rem;
    border-collapse: separate;
    border-spacing: 0;
}

body.local-finance-purchases-page .local-finance-purchases__table thead th {
    padding: 0 1rem 0.9rem;
    border-bottom: 1px solid #deebf8;
    color: #5f7494;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.local-finance-purchases-page .local-finance-purchases__table tbody td {
    padding: 1rem;
    border-bottom: 1px solid #e7eff9;
    vertical-align: top;
    color: #24406f;
    font-size: 0.94rem;
    line-height: 1.6;
}

body.local-finance-purchases-page .local-finance-purchases__table tbody tr:last-child td {
    border-bottom: 0;
}

body.local-finance-purchases-page .local-finance-purchases__meta,
body.local-finance-purchases-page .local-finance-purchases__txid {
    color: #496486;
    font-weight: 600;
}

body.local-finance-purchases-page .local-finance-purchases__product-link {
    color: #173769;
    font-weight: 700;
    text-decoration: none;
}

body.local-finance-purchases-page .local-finance-purchases__product-name {
    display: inline-block;
}

body.local-finance-purchases-page .local-finance-purchases__product-link:hover,
body.local-finance-purchases-page .local-finance-purchases__product-link:focus {
    color: #1f66d6;
    text-decoration: none;
}

body.local-finance-purchases-page .local-finance-purchases__amount-value {
    display: block;
    color: #17315f;
    font-size: 1.02rem;
    font-weight: 800;
}

body.local-finance-purchases-page .local-finance-purchases__amount-currency {
    display: inline-block;
    margin-top: 0.16rem;
    color: #6d83a5;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.local-finance-purchases-page .local-finance-purchases__chips,
body.local-finance-purchases-page .local-finance-purchases__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

body.local-finance-purchases-page .local-finance-purchases__chip {
    min-height: 2.35rem;
    padding: 0.6rem 0.9rem;
    border-color: #d7e3f4;
    background: #fff;
    color: #24406f;
    box-shadow: 0 10px 18px rgba(15, 35, 75, 0.04);
    font-size: 0.82rem;
}

body.local-finance-purchases-page .local-finance-purchases__chip:hover,
body.local-finance-purchases-page .local-finance-purchases__chip:focus {
    color: #1f66d6;
    border-color: #bcd2f3;
    text-decoration: none;
    transform: translateY(-1px);
}

body.local-finance-purchases-page .local-finance-purchases__chip--ghost {
    background: #f4f8ff;
    border-color: #d6e4f7;
}

body.local-finance-purchases-page .local-finance-purchases__chip--secondary {
    background: #fff;
}

body.local-finance-purchases-page .local-finance-purchases__status {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.local-finance-purchases-page .local-finance-purchases__status--success {
    background: rgba(32, 171, 101, 0.12);
    color: #0f8a50;
}

body.local-finance-purchases-page .local-finance-purchases__status--warning {
    background: rgba(231, 154, 33, 0.14);
    color: #b96d0f;
}

body.local-finance-purchases-page .local-finance-purchases__status--dark {
    background: rgba(74, 85, 104, 0.12);
    color: #334155;
}

body.local-finance-purchases-page .local-finance-purchases__status--info {
    background: rgba(23, 149, 212, 0.12);
    color: #1276a7;
}

body.local-finance-purchases-page .local-finance-purchases__status--neutral {
    background: rgba(111, 132, 166, 0.14);
    color: #60758f;
}

body.local-finance-purchases-page .local-finance-purchases__muted {
    color: #7b8faa;
    font-weight: 600;
}

body.local-finance-purchases-page .local-finance-purchases__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    padding: 3rem 1.5rem;
    margin-top: 1rem;
    border: 1px dashed #cfe0f4;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.95) 0%, rgba(244, 248, 255, 0.9) 100%);
    text-align: center;
}

body.local-finance-purchases-page .local-finance-purchases__empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(237, 244, 255, 0.98), rgba(223, 235, 255, 0.92));
    border: 1px solid rgba(197, 216, 239, 0.8);
    color: #2f6fe8;
    font-size: 1.12rem;
}

body.local-finance-purchases-page .local-finance-purchases__empty-copy {
    margin: 0;
    max-width: 28rem;
    color: #5f7494;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
}

body.local-finance-purchases-page .local-finance-purchases__paging {
    margin-top: 1.15rem;
}

body.local-finance-purchases-page .local-finance-purchases__paging .pagination {
    gap: 0.35rem;
    margin-bottom: 0;
}

body.local-finance-purchases-page .local-finance-purchases__paging .page-link {
    border: 1px solid #d7e3f4;
    border-radius: 0.85rem;
    color: #24406f;
    font-weight: 700;
    box-shadow: none;
}

body.local-finance-purchases-page .local-finance-purchases__paging .page-item.active .page-link {
    border-color: transparent;
    background: linear-gradient(135deg, #2d7ae7 0%, #1f66d6 100%);
    color: #fff;
}

@media (max-width: 1199.98px) {
    body.local-finance-purchases-page .local-finance-purchases__filters {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.local-finance-purchases-page .local-finance-purchases__panel {
        padding: 1rem;
    }

    body.local-finance-purchases-page .local-finance-purchases__filters {
        grid-template-columns: 1fr;
    }

    body.local-finance-purchases-page .local-finance-purchases__table,
    body.local-finance-purchases-page .local-finance-purchases__table thead,
    body.local-finance-purchases-page .local-finance-purchases__table tbody,
    body.local-finance-purchases-page .local-finance-purchases__table tr,
    body.local-finance-purchases-page .local-finance-purchases__table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    body.local-finance-purchases-page .local-finance-purchases__table thead {
        display: none;
    }

    body.local-finance-purchases-page .local-finance-purchases__table tbody tr {
        padding: 0.2rem 0;
        border-bottom: 1px solid #e7eff9;
    }

    body.local-finance-purchases-page .local-finance-purchases__table tbody tr:last-child {
        border-bottom: 0;
    }

    body.local-finance-purchases-page .local-finance-purchases__table tbody td {
        padding: 0.55rem 0;
        border-bottom: 0;
    }

    body.local-finance-purchases-page .local-finance-purchases__table tbody td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.22rem;
        color: #6f84a6;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }
}

body.local-finance-invoices-page .local-finance-invoices {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-bottom: 1rem;
}

body.local-finance-invoices-page .local-finance-invoices__panel {
    border: 1px solid rgba(204, 220, 242, 0.9);
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.97) 100%);
    box-shadow: 0 20px 38px rgba(15, 35, 75, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    padding: 1.3rem;
}

body.local-finance-invoices-page .local-finance-invoices__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1rem;
    margin-bottom: 1.15rem;
}

body.local-finance-invoices-page .local-finance-invoices__results-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    height: 3.2rem;
    padding: 0 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(237, 244, 255, 0.98), rgba(223, 235, 255, 0.92));
    border: 1px solid rgba(197, 216, 239, 0.9);
    color: #17315f;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.local-finance-invoices-page .local-finance-invoices__results-label {
    color: #5d7396;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.5;
}

body.local-finance-invoices-page .local-finance-invoices__table-shell {
    overflow-x: auto;
}

body.local-finance-invoices-page .local-finance-invoices__table {
    width: 100%;
    min-width: 58rem;
    border-collapse: separate;
    border-spacing: 0;
}

body.local-finance-invoices-page .local-finance-invoices__table thead th {
    padding: 0 1rem 0.9rem;
    border-bottom: 1px solid #deebf8;
    color: #5f7494;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.local-finance-invoices-page .local-finance-invoices__table tbody td {
    padding: 1rem;
    border-bottom: 1px solid #e7eff9;
    vertical-align: top;
    color: #24406f;
    font-size: 0.94rem;
    line-height: 1.6;
}

body.local-finance-invoices-page .local-finance-invoices__table tbody tr:last-child td {
    border-bottom: 0;
}

body.local-finance-invoices-page .local-finance-invoices__meta,
body.local-finance-invoices-page .local-finance-invoices__entity {
    color: #496486;
    font-weight: 600;
}

body.local-finance-invoices-page .local-finance-invoices__invoice-ref {
    color: #17315f;
    font-size: 1rem;
    font-weight: 800;
}

body.local-finance-invoices-page .local-finance-invoices__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

body.local-finance-invoices-page .local-finance-invoices__action-form {
    margin: 0;
}

body.local-finance-invoices-page .local-finance-invoices__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 2.65rem;
    padding: 0.7rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #2d7ae7 0%, #1f66d6 100%);
    color: #fff;
    box-shadow: 0 14px 26px rgba(47, 111, 232, 0.18);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
    cursor: pointer;
}

body.local-finance-invoices-page .local-finance-invoices__button:hover,
body.local-finance-invoices-page .local-finance-invoices__button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(47, 111, 232, 0.22);
}

body.local-finance-invoices-page .local-finance-invoices__button--secondary,
body.local-finance-invoices-page .local-finance-invoices__button--ghost {
    border-color: #d7e3f4;
    background: #fff;
    color: #24406f;
    box-shadow: 0 10px 22px rgba(15, 35, 75, 0.05);
}

body.local-finance-invoices-page .local-finance-invoices__button--secondary:hover,
body.local-finance-invoices-page .local-finance-invoices__button--secondary:focus,
body.local-finance-invoices-page .local-finance-invoices__button--ghost:hover,
body.local-finance-invoices-page .local-finance-invoices__button--ghost:focus {
    color: #1f66d6;
    border-color: #c5d7ef;
    background: #fff;
}

body.local-finance-invoices-page .local-finance-invoices__status {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.local-finance-invoices-page .local-finance-invoices__status--success {
    background: rgba(32, 171, 101, 0.12);
    color: #0f8a50;
}

body.local-finance-invoices-page .local-finance-invoices__status--warning {
    background: rgba(231, 154, 33, 0.14);
    color: #b96d0f;
}

body.local-finance-invoices-page .local-finance-invoices__status--danger {
    background: rgba(229, 72, 93, 0.14);
    color: #b21f3a;
}

body.local-finance-invoices-page .local-finance-invoices__status--info {
    background: rgba(23, 149, 212, 0.12);
    color: #1276a7;
}

body.local-finance-invoices-page .local-finance-invoices__status--brand {
    background: rgba(47, 111, 232, 0.12);
    color: #1f57ba;
}

body.local-finance-invoices-page .local-finance-invoices__status--neutral {
    background: rgba(111, 132, 166, 0.14);
    color: #60758f;
}

body.local-finance-invoices-page .local-finance-invoices__muted {
    color: #7b8faa;
    font-weight: 600;
}

body.local-finance-invoices-page .local-finance-invoices__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    padding: 3rem 1.5rem;
    border: 1px dashed #cfe0f4;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.95) 0%, rgba(244, 248, 255, 0.9) 100%);
    text-align: center;
}

body.local-finance-invoices-page .local-finance-invoices__empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(237, 244, 255, 0.98), rgba(223, 235, 255, 0.92));
    border: 1px solid rgba(197, 216, 239, 0.8);
    color: #2f6fe8;
    font-size: 1.12rem;
}

body.local-finance-invoices-page .local-finance-invoices__empty-copy {
    margin: 0;
    max-width: 28rem;
    color: #5f7494;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
}

@media (max-width: 767.98px) {
    body.local-finance-invoices-page .local-finance-invoices__panel {
        padding: 1rem;
    }

    body.local-finance-invoices-page .local-finance-invoices__table,
    body.local-finance-invoices-page .local-finance-invoices__table thead,
    body.local-finance-invoices-page .local-finance-invoices__table tbody,
    body.local-finance-invoices-page .local-finance-invoices__table tr,
    body.local-finance-invoices-page .local-finance-invoices__table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    body.local-finance-invoices-page .local-finance-invoices__table thead {
        display: none;
    }

    body.local-finance-invoices-page .local-finance-invoices__table tbody tr {
        padding: 0.2rem 0;
        border-bottom: 1px solid #e7eff9;
    }

    body.local-finance-invoices-page .local-finance-invoices__table tbody tr:last-child {
        border-bottom: 0;
    }

    body.local-finance-invoices-page .local-finance-invoices__table tbody td {
        padding: 0.55rem 0;
        border-bottom: 0;
    }

    body.local-finance-invoices-page .local-finance-invoices__table tbody td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.22rem;
        color: #6f84a6;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }
}

body.local-finance-billing-page .local-finance-billing {
    display: grid;
    gap: 1.75rem;
    margin: 0 auto;
    max-width: 1280px;
}

body.local-finance-billing-page .local-finance-billing__scope-switch {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 1.15rem 1.35rem;
    border: 1px solid rgba(175, 200, 242, 0.72);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(33, 72, 148, 0.08);
}

body.local-finance-billing-page .local-finance-billing__scope-label {
    color: #5d77a5;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.local-finance-billing-page .local-finance-billing__scope-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: flex-end;
}

body.local-finance-billing-page .local-finance-billing__scope-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.75rem 1.15rem;
    border: 1px solid rgba(189, 210, 245, 0.95);
    border-radius: 1rem;
    background: #fff;
    color: #25447c;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.local-finance-billing-page .local-finance-billing__scope-pill:hover,
body.local-finance-billing-page .local-finance-billing__scope-pill:focus {
    border-color: rgba(71, 126, 232, 0.4);
    box-shadow: 0 12px 24px rgba(47, 102, 204, 0.12);
    color: #1f3d73;
    text-decoration: none;
    transform: translateY(-1px);
}

body.local-finance-billing-page .local-finance-billing__scope-pill--active {
    border-color: transparent;
    background: linear-gradient(135deg, #2f72e8 0%, #2e62c9 100%);
    box-shadow: 0 16px 28px rgba(47, 102, 204, 0.22);
    color: #fff;
}

body.local-finance-billing-page .local-finance-billing__alert {
    border: 1px solid rgba(241, 145, 110, 0.32);
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 242, 237, 0.96) 0%, rgba(255, 250, 248, 0.94) 100%);
    box-shadow: 0 18px 34px rgba(200, 98, 59, 0.08);
    color: #8e3b1b;
}

body.local-finance-billing-page .local-finance-billing__alert-content {
    padding: 1.2rem 1.35rem;
}

body.local-finance-billing-page .local-finance-billing__alert-copy {
    margin: 0.35rem 0 0;
    color: #8e3b1b;
    font-size: 0.98rem;
    line-height: 1.6;
}

body.local-finance-billing-page .local-finance-billing__panel {
    display: grid;
    gap: 1.5rem;
    padding: 1.65rem;
    border: 1px solid rgba(175, 200, 242, 0.7);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 56px rgba(32, 73, 149, 0.1);
}

body.local-finance-billing-page .local-finance-billing__wizard .nav.nav-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 0;
    padding: 0;
}

body.local-finance-billing-page .local-finance-billing__wizard .nav-item {
    margin: 0;
}

body.local-finance-billing-page .local-finance-billing__wizard .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.7rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(189, 210, 245, 0.95);
    border-radius: 1.2rem;
    background: #fff;
    color: #27457d;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    box-shadow: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.local-finance-billing-page .local-finance-billing__wizard .nav-link:hover,
body.local-finance-billing-page .local-finance-billing__wizard .nav-link:focus {
    border-color: rgba(71, 126, 232, 0.42);
    box-shadow: 0 14px 28px rgba(47, 102, 204, 0.12);
    color: #1f3d73;
    text-decoration: none;
    transform: translateY(-1px);
}

body.local-finance-billing-page .local-finance-billing__wizard .nav-link.active,
body.local-finance-billing-page .local-finance-billing__wizard .nav-link.active:hover,
body.local-finance-billing-page .local-finance-billing__wizard .nav-link.active:focus {
    border-color: transparent;
    background: linear-gradient(135deg, #22498f 0%, #1f5ec4 100%);
    box-shadow: 0 18px 32px rgba(33, 72, 148, 0.22);
    color: #fff;
}

body.local-finance-billing-page .local-finance-billing__summary > .mb-3 {
    margin-bottom: 0;
}

body.local-finance-billing-page .local-finance-billing__summary .row {
    row-gap: 1rem;
}

body.local-finance-billing-page .local-finance-billing__summary .col-md-3 {
    margin-bottom: 0;
}

body.local-finance-billing-page .local-finance-billing__summary .card {
    height: 100%;
    border: 1px solid rgba(180, 203, 242, 0.7);
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
    box-shadow: 0 18px 36px rgba(33, 72, 148, 0.08);
}

body.local-finance-billing-page .local-finance-billing__summary .card-body {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1.4rem 1.35rem;
}

body.local-finance-billing-page .local-finance-billing__summary .text-muted.small,
body.local-finance-billing-page .local-finance-billing__summary .small.text-muted {
    color: #6e84ac !important;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.local-finance-billing-page .local-finance-billing__summary .font-weight-bold {
    color: #1f3f75;
    font-size: 1.2rem;
    font-weight: 800 !important;
    line-height: 1.35;
}

body.local-finance-billing-page .local-finance-billing__summary .h4 {
    margin: 0;
    color: #1f3f75;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
}

body.local-finance-billing-page .local-finance-billing__summary .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.local-finance-billing-page .local-finance-billing__summary .badge-success {
    background: rgba(68, 178, 119, 0.14);
    color: #26895b;
}

body.local-finance-billing-page .local-finance-billing__summary .badge-warning {
    background: rgba(236, 165, 73, 0.16);
    color: #a5680a;
}

body.local-finance-billing-page .local-finance-billing__summary .badge-danger {
    background: rgba(228, 72, 93, 0.14);
    color: #b43248;
}

body.local-finance-billing-page .local-finance-billing__summary .badge-secondary {
    background: rgba(67, 118, 207, 0.12);
    color: #3560b1;
}

body.local-finance-billing-page .local-finance-billing__summary .text-success.small {
    color: #2d935f !important;
    font-size: 0.94rem;
    font-weight: 700;
}

body.local-finance-billing-page .local-finance-billing__summary .text-warning.small {
    color: #cb7f15 !important;
    font-size: 0.94rem;
    font-weight: 700;
}

body.local-finance-billing-page .local-finance-billing__next {
    padding: 1.6rem 1.7rem;
    border: 1px solid rgba(180, 203, 242, 0.66);
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.98) 100%);
    box-shadow: 0 18px 36px rgba(33, 72, 148, 0.08);
}

body.local-finance-billing-page .local-finance-billing__section-title {
    margin: 0;
    color: #173b72;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.15;
}

body.local-finance-billing-page .local-finance-billing__section-copy {
    margin: 0.6rem 0 0;
    color: #6078a2;
    font-size: 1.02rem;
    line-height: 1.7;
}

body.local-finance-billing-page .local-finance-billing__steps {
    margin: 1.2rem 0 0;
    padding-left: 1.3rem;
    color: #1f3f75;
}

body.local-finance-billing-page .local-finance-billing__steps li {
    margin-top: 0.7rem;
    line-height: 1.65;
}

body.local-finance-billing-page .local-finance-billing__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

body.local-finance-billing-page .local-finance-billing__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.2rem;
    padding: 0.9rem 1.4rem;
    border: 1px solid transparent;
    border-radius: 1rem;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.local-finance-billing-page .local-finance-billing__button:hover,
body.local-finance-billing-page .local-finance-billing__button:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

body.local-finance-billing-page .local-finance-billing__button--primary {
    background: linear-gradient(135deg, #2f72e8 0%, #2e62c9 100%);
    box-shadow: 0 16px 30px rgba(47, 102, 204, 0.24);
    color: #fff;
}

body.local-finance-billing-page .local-finance-billing__button--primary:hover,
body.local-finance-billing-page .local-finance-billing__button--primary:focus {
    box-shadow: 0 20px 34px rgba(47, 102, 204, 0.28);
    color: #fff;
}

body.local-finance-billing-page .local-finance-billing__button--secondary {
    border-color: rgba(188, 208, 242, 0.92);
    background: rgba(255, 255, 255, 0.94);
    color: #26457c;
}

body.local-finance-billing-page .local-finance-billing__button--secondary:hover,
body.local-finance-billing-page .local-finance-billing__button--secondary:focus {
    border-color: rgba(71, 126, 232, 0.42);
    box-shadow: 0 12px 24px rgba(47, 102, 204, 0.12);
    color: #1f3d73;
}

@media (max-width: 991.98px) {
    body.local-finance-billing-page .local-finance-billing__wizard .nav.nav-pills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.local-finance-billing-page .local-finance-billing__panel {
        padding: 1.25rem;
    }

    body.local-finance-billing-page .local-finance-billing__scope-switch {
        justify-content: flex-start;
        padding: 1rem 1.1rem;
    }

    body.local-finance-billing-page .local-finance-billing__scope-pills {
        justify-content: flex-start;
    }

    body.local-finance-billing-page .local-finance-billing__wizard .nav.nav-pills {
        grid-template-columns: 1fr;
    }

    body.local-finance-billing-page .local-finance-billing__summary .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }

    body.local-finance-billing-page .local-finance-billing__next {
        padding: 1.35rem;
    }
}

body.local-finance-billing-documents-page .local-finance-billing__progress,
body.local-finance-billing-documents-page .local-finance-billing__history {
    padding: 1.6rem 1.7rem;
    border: 1px solid rgba(180, 203, 242, 0.66);
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.98) 100%);
    box-shadow: 0 18px 36px rgba(33, 72, 148, 0.08);
}

body.local-finance-billing-documents-page .local-finance-billing__progress-track {
    width: 100%;
    height: 0.95rem;
    border-radius: 999px;
    background: rgba(218, 229, 247, 0.9);
    overflow: hidden;
}

body.local-finance-billing-documents-page .local-finance-billing__progress-bar {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #22498f 0%, #1f5ec4 100%);
    box-shadow: 0 12px 24px rgba(33, 72, 148, 0.22);
}

body.local-finance-billing-documents-page .local-finance-billing__doc-grid {
    margin-top: 0.25rem;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-card {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-card--compact {
    gap: 0.75rem;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-status-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 0.78rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-status--success {
    background: rgba(68, 178, 119, 0.14);
    color: #26895b;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-status--info {
    background: rgba(44, 123, 229, 0.12);
    color: #255cb8;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-status--danger {
    background: rgba(228, 72, 93, 0.14);
    color: #b43248;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-status--neutral {
    background: rgba(111, 132, 166, 0.14);
    color: #60758f;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-copy {
    margin: 0;
    color: #5f7494;
    font-size: 0.98rem;
    line-height: 1.65;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-files {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-file {
    color: #2457b6;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

body.local-finance-billing-documents-page .local-finance-billing__doc-file:hover,
body.local-finance-billing-documents-page .local-finance-billing__doc-file:focus {
    color: #163f8e;
    text-decoration: underline;
}

body.local-finance-billing-documents-page .local-finance-billing__alert--compact {
    margin-top: 0.35rem;
    border-radius: 1.15rem;
}

body.local-finance-billing-documents-page .local-finance-billing__history-shell {
    overflow: hidden;
    border: 1px solid rgba(204, 219, 244, 0.78);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.96);
}

body.local-finance-billing-documents-page .local-finance-billing__history-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

body.local-finance-billing-documents-page .local-finance-billing__history-table thead th {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(219, 230, 247, 0.98);
    color: #62799f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
}

body.local-finance-billing-documents-page .local-finance-billing__history-table tbody td {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(234, 240, 249, 0.95);
    color: #1f3f75;
    font-size: 0.98rem;
    font-weight: 600;
    vertical-align: top;
}

body.local-finance-billing-documents-page .local-finance-billing__history-table tbody tr:last-child td {
    border-bottom: 0;
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager {
    padding: 1rem 1rem 0.95rem;
    border: 1px solid rgba(180, 203, 242, 0.62);
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
    box-shadow: 0 16px 34px rgba(33, 72, 148, 0.06);
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager .fp-restrictions {
    margin: 0 0 0.8rem;
    text-align: right;
    color: #5d7396;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.45;
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0 0 0.85rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid rgba(204, 219, 244, 0.9);
    overflow: visible;
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar a,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar .btn,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0 0.85rem;
    border: 1px solid rgba(188, 208, 242, 0.92);
    border-radius: 0.9rem;
    background: linear-gradient(180deg, rgba(244, 248, 255, 0.98) 0%, rgba(233, 241, 253, 0.98) 100%);
    color: #2d7ae7;
    font-size: 0.98rem;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(15, 35, 75, 0.05);
    text-decoration: none;
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar a:hover,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar a:focus,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar .btn:hover,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar .btn:focus,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar button:hover,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-toolbar button:focus {
    border-color: rgba(71, 126, 232, 0.42);
    background: #fff;
    color: #1f66d6;
    text-decoration: none;
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager .fp-viewbar {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-left: auto;
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filepicker-filelist,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-container {
    min-height: 210px;
    border: 1px solid rgba(192, 211, 244, 0.98);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 255, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-container,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filepicker-filelist {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filepicker-filelist .filepicker-container,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager.fm-noitems .fm-empty-container,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filepicker-filelist .dndupload-target,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-container .dndupload-target {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 0;
    border: 2px dashed rgba(173, 192, 228, 0.9);
    border-radius: 1.15rem;
    background: linear-gradient(180deg, rgba(252, 253, 255, 0.98) 0%, rgba(245, 249, 255, 0.98) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filepicker-filelist.dndupload-over .dndupload-target,
body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager-container.dndupload-over .dndupload-target {
    border-color: rgba(55, 112, 221, 0.68);
    background: rgba(236, 243, 255, 0.95);
}

body.local-finance-billing-documents-page .local-finance-billing__form-shell .filemanager .fp-content {
    max-height: 520px;
    min-height: 210px;
    padding: 0.1rem;
}

body.local-finance-billing-submit-page .local-finance-billing__review-card {
    padding: 1.6rem 1.7rem;
    border: 1px solid rgba(180, 203, 242, 0.66);
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.98) 100%);
    box-shadow: 0 18px 36px rgba(33, 72, 148, 0.08);
}

body.local-finance-billing-submit-page .local-finance-billing__review-card--ready {
    border-color: rgba(88, 181, 125, 0.28);
    background: linear-gradient(180deg, rgba(248, 254, 249, 0.98) 0%, rgba(242, 250, 245, 0.98) 100%);
}

body.local-finance-billing-submit-page .local-finance-billing__checklist {
    margin: 1rem 0 0;
    padding-left: 1.4rem;
    color: #1f3f75;
}

body.local-finance-billing-submit-page .local-finance-billing__checklist li {
    margin-top: 0.65rem;
    line-height: 1.65;
}

body.local-finance-billing-page .local-finance-billing__alerts {
    display: grid;
    gap: 1rem;
}

body.local-finance-billing-page .local-finance-billing__alert--info {
    border-color: rgba(103, 152, 234, 0.28);
    background: linear-gradient(135deg, rgba(240, 246, 255, 0.96) 0%, rgba(250, 252, 255, 0.94) 100%);
    box-shadow: 0 18px 34px rgba(47, 102, 204, 0.08);
    color: #214a8b;
}

body.local-finance-billing-page .local-finance-billing__alert--info .local-finance-billing__alert-copy {
    color: #214a8b;
}

body.local-finance-billing-page .local-finance-billing__alert--success {
    border-color: rgba(88, 181, 125, 0.28);
    background: linear-gradient(135deg, rgba(241, 252, 245, 0.96) 0%, rgba(250, 255, 252, 0.94) 100%);
    box-shadow: 0 18px 34px rgba(55, 146, 94, 0.08);
    color: #1f7a4c;
}

body.local-finance-billing-page .local-finance-billing__alert--success .local-finance-billing__alert-copy {
    color: #1f7a4c;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell {
    padding: 1.75rem;
    border: 1px solid rgba(180, 203, 242, 0.66);
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.98) 100%);
    box-shadow: 0 18px 36px rgba(33, 72, 148, 0.08);
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .mform {
    margin: 0;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell fieldset {
    margin: 0;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .fcontainer {
    margin: 0;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .fitem {
    margin-bottom: 1.1rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .fitem:last-child {
    margin-bottom: 0;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .collapsible-actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 1.15rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .collapsemenu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1.15rem !important;
    border: 1px solid rgba(188, 208, 242, 0.92);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    color: #26457c;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .collapsemenu:hover,
body.local-finance-billing-form-page .local-finance-billing__form-shell .collapsemenu:focus {
    border-color: rgba(71, 126, 232, 0.42);
    background: rgba(255, 255, 255, 1);
    color: #1f3d73;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(47, 102, 204, 0.12);
    transform: translateY(-1px);
    outline: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .collapsemenu .collapseall,
body.local-finance-billing-form-page .local-finance-billing__form-shell .collapsemenu .expandall {
    display: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .collapsemenu[aria-expanded="true"] .collapseall {
    display: block;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .collapsemenu[aria-expanded="false"] .expandall {
    display: block;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .fitemtitle {
    padding-right: 1.2rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .fitemtitle label,
body.local-finance-billing-form-page .local-finance-billing__form-shell .fitemtitle .col-form-label {
    color: #23457d;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.4;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .felement {
    color: #23457d;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .felement.static {
    padding-top: 0.4rem;
    color: #173b72;
    font-size: 1.05rem;
    font-weight: 700;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .form-control,
body.local-finance-billing-form-page .local-finance-billing__form-shell input[type="text"],
body.local-finance-billing-form-page .local-finance-billing__form-shell input[type="email"],
body.local-finance-billing-form-page .local-finance-billing__form-shell input[type="number"],
body.local-finance-billing-form-page .local-finance-billing__form-shell select,
body.local-finance-billing-form-page .local-finance-billing__form-shell textarea {
    min-height: 3.2rem;
    border: 1px solid rgba(184, 205, 241, 0.96);
    border-radius: 1rem;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: #1f3f75;
    font-size: 1rem;
    font-weight: 600;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell textarea {
    min-height: 8rem;
    resize: vertical;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .form-control:focus,
body.local-finance-billing-form-page .local-finance-billing__form-shell input[type="text"]:focus,
body.local-finance-billing-form-page .local-finance-billing__form-shell input[type="email"]:focus,
body.local-finance-billing-form-page .local-finance-billing__form-shell input[type="number"]:focus,
body.local-finance-billing-form-page .local-finance-billing__form-shell select:focus,
body.local-finance-billing-form-page .local-finance-billing__form-shell textarea:focus {
    border-color: rgba(55, 112, 221, 0.6);
    box-shadow: 0 0 0 0.24rem rgba(47, 102, 204, 0.12);
}

body.local-finance-billing-form-page .local-finance-billing__form-shell input[readonly],
body.local-finance-billing-form-page .local-finance-billing__form-shell select[disabled],
body.local-finance-billing-form-page .local-finance-billing__form-shell input[disabled],
body.local-finance-billing-form-page .local-finance-billing__form-shell textarea[disabled] {
    background: linear-gradient(180deg, rgba(246, 249, 255, 0.95) 0%, rgba(242, 246, 252, 0.95) 100%);
    color: #60779b;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .fheader {
    margin: 1.9rem 0 1rem;
    padding: 0 0 0.7rem;
    border-bottom: 1px solid rgba(204, 219, 244, 0.9);
    color: #173b72;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .fheader:first-of-type {
    margin-top: 0.4rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .ftoggler {
    gap: 1rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    padding: 0;
    border: 1px solid rgba(190, 210, 244, 0.94);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(242, 247, 255, 0.96) 0%, rgba(233, 241, 255, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #2d5fb8;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand:hover,
body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand:focus {
    border-color: rgba(71, 126, 232, 0.44);
    background: linear-gradient(180deg, rgba(236, 244, 255, 0.98) 0%, rgba(227, 238, 255, 0.98) 100%);
    box-shadow: 0 12px 24px rgba(47, 102, 204, 0.12);
    color: #214b97;
    outline: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand::before {
    display: none;
    content: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand .expanded-icon,
body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand .collapsed-icon,
body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand .dir-rtl-hide,
body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand .dir-ltr-hide {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand .expanded-icon,
body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand .dir-rtl-hide {
    display: inline-flex !important;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand .collapsed-icon,
body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand .dir-ltr-hide {
    display: none !important;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand.collapsed .expanded-icon,
body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand.collapsed .dir-ltr-hide {
    display: none !important;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand.collapsed .collapsed-icon,
body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand.collapsed .dir-rtl-hide {
    display: inline-flex !important;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .icons-collapse-expand .icon {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .form-check,
body.local-finance-billing-form-page .local-finance-billing__form-shell .advcheckbox {
    padding-top: 0.45rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .advcheckbox .form-check-input,
body.local-finance-billing-form-page .local-finance-billing__form-shell input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.22rem;
    border-radius: 0.35rem;
    border-color: rgba(165, 190, 232, 0.95);
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .advcheckbox .form-check-label,
body.local-finance-billing-form-page .local-finance-billing__form-shell .form-check-label {
    color: #23457d;
    font-weight: 700;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select {
    position: relative;
    width: 100%;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__native-select {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 3.2rem;
    padding: 0.85rem 1rem 0.85rem 1.05rem;
    border: 1px solid rgba(184, 205, 241, 0.96);
    border-radius: 1rem;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: #1f3f75;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-toggle:hover,
body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-toggle:focus,
body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select.is-open .local-finance-billing__select-toggle {
    border-color: rgba(55, 112, 221, 0.6);
    box-shadow: 0 0 0 0.24rem rgba(47, 102, 204, 0.12);
    outline: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select.has-error .local-finance-billing__select-toggle {
    border-color: rgba(212, 78, 55, 0.68);
    box-shadow: 0 0 0 0.2rem rgba(212, 78, 55, 0.1);
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select.is-disabled .local-finance-billing__select-toggle {
    background: linear-gradient(180deg, rgba(246, 249, 255, 0.95) 0%, rgba(242, 246, 252, 0.95) 100%);
    color: #60779b;
    cursor: not-allowed;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-toggle-copy {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
    flex: 1 1 auto;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-chevron {
    flex: 0 0 auto;
    width: 0.72rem;
    height: 0.72rem;
    border-right: 2px solid #5e7397;
    border-bottom: 2px solid #5e7397;
    transform: rotate(45deg);
    margin-top: -0.18rem;
    transition: transform 0.18s ease;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select.is-open .local-finance-billing__select-chevron {
    transform: rotate(225deg);
    margin-top: 0.22rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-menu {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    z-index: 40;
    width: 100%;
    padding: 0.55rem;
    border: 1px solid rgba(192, 211, 244, 0.98);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 44px rgba(33, 72, 148, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select.is-open .local-finance-billing__select-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-search-shell {
    position: relative;
    margin-bottom: 0.55rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-search-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid #6b82ab;
    border-radius: 50%;
    transform: translateY(-55%);
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-search-icon::after {
    content: "";
    position: absolute;
    right: -0.32rem;
    bottom: -0.28rem;
    width: 0.45rem;
    border-top: 2px solid #6b82ab;
    transform: rotate(45deg);
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-search {
    width: 100%;
    min-height: 3rem;
    padding: 0.8rem 1rem 0.8rem 2.75rem;
    border: 1px solid rgba(207, 220, 245, 0.95);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(242, 247, 255, 0.96) 100%);
    color: #214172;
    font-size: 0.98rem;
    font-weight: 600;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-search:focus {
    border-color: rgba(55, 112, 221, 0.6);
    box-shadow: 0 0 0 0.2rem rgba(47, 102, 204, 0.1);
    outline: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-options {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    max-height: 18rem;
    overflow-y: auto;
    padding-right: 0.15rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-option,
body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-empty {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 2.8rem;
    padding: 0.78rem 0.95rem;
    border: 0;
    border-radius: 0.95rem;
    background: transparent;
    color: #24457d;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-option:hover,
body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-option:focus {
    background: rgba(229, 238, 253, 0.95);
    color: #204184;
    outline: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-option.is-active {
    background: rgba(219, 231, 251, 0.98);
    color: #2457b6;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-option[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-empty {
    color: #6b82ab;
    font-weight: 600;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-option-label {
    min-width: 0;
    flex: 1 1 auto;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 14px;
    min-height: 14px;
    max-height: 14px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(152, 177, 221, 0.3);
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-flag img {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    border: 0;
    box-shadow: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .local-finance-billing__select-flag--option {
    margin-right: 0.05rem;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .btn,
body.local-finance-billing-form-page .local-finance-billing__form-shell input[type="submit"],
body.local-finance-billing-form-page .local-finance-billing__form-shell button[type="submit"] {
    min-height: 3.1rem;
    padding: 0.85rem 1.35rem;
    border-radius: 1rem;
    font-size: 0.98rem;
    font-weight: 800;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .btn-primary,
body.local-finance-billing-form-page .local-finance-billing__form-shell input[type="submit"],
body.local-finance-billing-form-page .local-finance-billing__form-shell button[type="submit"] {
    border-color: transparent;
    background: linear-gradient(135deg, #2f72e8 0%, #2e62c9 100%);
    box-shadow: 0 16px 30px rgba(47, 102, 204, 0.24);
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .btn-secondary,
body.local-finance-billing-form-page .local-finance-billing__form-shell .btn-default,
body.local-finance-billing-form-page .local-finance-billing__form-shell .btn.btn-link {
    border-color: rgba(188, 208, 242, 0.92);
    background: rgba(255, 255, 255, 0.94);
    color: #26457c;
    box-shadow: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell button[name="cancel"],
body.local-finance-billing-form-page .local-finance-billing__form-shell input[name="cancel"],
body.local-finance-billing-form-page .local-finance-billing__form-shell .btn-secondary[name="cancel"] {
    border-color: rgba(188, 208, 242, 0.92);
    background: rgba(255, 255, 255, 0.96);
    color: #26457c;
    box-shadow: none;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell button[name="cancel"]:hover,
body.local-finance-billing-form-page .local-finance-billing__form-shell button[name="cancel"]:focus,
body.local-finance-billing-form-page .local-finance-billing__form-shell input[name="cancel"]:hover,
body.local-finance-billing-form-page .local-finance-billing__form-shell input[name="cancel"]:focus,
body.local-finance-billing-form-page .local-finance-billing__form-shell .btn-secondary[name="cancel"]:hover,
body.local-finance-billing-form-page .local-finance-billing__form-shell .btn-secondary[name="cancel"]:focus {
    border-color: rgba(71, 126, 232, 0.42);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 12px 24px rgba(47, 102, 204, 0.12);
    color: #1f3d73;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .alert,
body.local-finance-billing-form-page .local-finance-billing__form-shell .form-control-feedback,
body.local-finance-billing-form-page .local-finance-billing__form-shell .text-danger,
body.local-finance-billing-form-page .local-finance-billing__form-shell .error {
    color: #b43248;
}

body.local-finance-billing-form-page .local-finance-billing__form-shell .col-md-3,
body.local-finance-billing-form-page .local-finance-billing__form-shell .col-md-9 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767.98px) {
    body.local-finance-billing-form-page .local-finance-billing__form-shell {
        padding: 1.2rem;
    }

    body.local-finance-billing-form-page .local-finance-billing__form-shell .fitemtitle {
        padding-right: 0;
        margin-bottom: 0.4rem;
    }
}
