.bsap-suburb-accountant,
.bsap-suburb-accountant * {
    box-sizing: border-box;
}

.bsap-suburb-accountant {
    max-width: 1220px;
    margin: var(--bsap-section-top-margin, 40px) auto 30px;
    padding: clamp(28px, 4.4vw, 54px);
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
    gap: clamp(30px, 5vw, 64px);
    align-items: start;
    background: transparent;
    color: #111827;
    border-radius: 0;
    box-shadow: none;
    font-family: inherit;
}

.bsap-eyebrow {
    margin: 0 0 10px !important;
    color: #173b78 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}

.bsap-suburb-accountant h1,
.bsap-suburb-accountant h2,
.bsap-suburb-accountant h3 {
    margin: 0 0 4px !important;
    color: #173b78 !important;
    font-size: clamp(30px, 3.1vw, 46px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em;
    font-weight: 800;
}

.bsap-suburb-subheading {
    margin: 0 0 22px !important;
    color: #e28a16 !important;
    font-weight: 800;
    font-size: clamp(18px, 1.7vw, 24px) !important;
    line-height: 1.25 !important;
}

.bsap-suburb-main-copy {
    max-width: 790px;
}

.bsap-suburb-main-copy p {
    margin: 0 0 16px !important;
    color: #111827 !important;
    font-size: 16.5px !important;
    line-height: 1.68 !important;
    font-weight: 400;
}

.bsap-suburb-strong {
    max-width: 790px;
    margin: 22px 0 0 !important;
    color: #15202b !important;
    font-size: 16.5px !important;
    line-height: 1.55 !important;
    font-weight: 800;
}

.bsap-suburb-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
}

.bsap-suburb-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
    max-width: 790px;
    width: 100%;
}

.bsap-suburb-help-card {
    padding: 17px;
    background: #fff;
    border: 1px solid rgba(23, 59, 120, .14);
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(23, 59, 120, .06);
}

.bsap-suburb-help-card strong {
    display: block;
    margin-bottom: 7px;
    color: #173b78 !important;
    font-size: 15.75px !important;
    line-height: 1.25 !important;
    font-weight: 800;
}

.bsap-suburb-help-card span {
    display: block;
    color: #24313f !important;
    font-size: 14.75px !important;
    line-height: 1.55 !important;
}

.bsap-suburb-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    margin-top: 0;
    max-width: 430px;
    width: 100%;
    align-self: center;
}

.bsap-button,
.bsap-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 14.5px !important;
    line-height: 1.2 !important;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.bsap-button {
    background: #e28a16 !important;
    border: 1px solid #e28a16 !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(226, 138, 22, .22);
}

.bsap-button-secondary {
    background: #173b78 !important;
    border: 1px solid #173b78 !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(23, 59, 120, .18);
}

.bsap-button:hover,
.bsap-button-secondary:hover,
.bsap-button:focus,
.bsap-button-secondary:focus {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(23, 59, 120, .18);
    color: #fff !important;
}

.bsap-suburb-figure {
    margin: 0;
    text-align: center;
}

.bsap-suburb-figure img {
    display: block;
    width: 100%;
    max-width: 430px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto;
}

.bsap-suburb-figure figcaption {
    margin-top: 8px;
    color: #222 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.bsap-suburb-no-image {
    grid-template-columns: 1fr;
}

.bsap-suburb-no-image .bsap-suburb-main-copy,
.bsap-suburb-no-image .bsap-suburb-strong {
    max-width: 980px;
}

.bsap-suburb-no-image .bsap-suburb-side {
    max-width: 980px;
}

.bsap-suburb-no-image .bsap-suburb-help-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 980px;
}

.bsap-suburb-no-image .bsap-suburb-actions {
    flex-direction: row;
    max-width: 980px;
    align-items: center;
}

.bsap-suburb-no-image .bsap-suburb-actions .bsap-button,
.bsap-suburb-no-image .bsap-suburb-actions .bsap-button-secondary {
    width: auto;
}

@media (max-width: 980px) {
    .bsap-suburb-accountant {
        grid-template-columns: 1fr;
    }

    .bsap-suburb-side {
        order: -1;
    }

    .bsap-suburb-figure img,
    .bsap-suburb-actions {
        max-width: 360px;
    }

    .bsap-suburb-help-grid {
        grid-template-columns: 1fr;
        max-width: 790px;
    }

    .bsap-suburb-no-image .bsap-suburb-side {
        order: 0;
    }

    .bsap-suburb-no-image .bsap-suburb-help-grid {
        grid-template-columns: 1fr;
        max-width: 980px;
    }
}

@media (max-width: 720px) {
    .bsap-suburb-accountant {
        margin-top: 28px;
        padding: 28px 20px;
    }

    .bsap-suburb-help-grid {
        grid-template-columns: 1fr;
    }

    .bsap-suburb-main-copy p,
    .bsap-suburb-strong {
        font-size: 15.75px !important;
    }

    .bsap-suburb-actions .bsap-button,
    .bsap-suburb-actions .bsap-button-secondary {
        width: 100%;
    }
}

.bsap-generated-page-top-margin {
    display: block;
    width: 100%;
    height: var(--bsap-page-top-margin-desktop, 0px);
    clear: both;
    line-height: 0;
    font-size: 0;
}

@media (max-width: 720px) {
    .bsap-generated-page-top-margin {
        height: var(--bsap-page-top-margin-mobile, var(--bsap-page-top-margin-desktop, 0px));
    }
}
