/* Shared structure and vertical rhythm for primary front-office list headers. */
.front-office-list-page .front-office-list-hero {
    margin-bottom: 18px !important;
    padding-top: 40px !important;
    padding-bottom: 14px !important;
    background:
        radial-gradient(circle at top left, rgba(255, 244, 230, 0.9), transparent 38%),
        linear-gradient(180deg, #fffaf4 0%, #fff 76%) !important;
}

.front-office-list-page .front-office-hero-tools {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.front-office-list-page .front-office-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.front-office-list-page .front-office-hero-copy > .front-office-hero-eyebrow {
    margin: 0 0 18px !important;
}

.front-office-list-page .front-office-hero-copy > .front-office-hero-title {
    margin: 0 0 20px !important;
}

.front-office-list-page .front-office-hero-copy > .front-office-hero-lead {
    margin: 0 auto !important;
}

.front-office-list-page .front-office-hero-tools > .front-office-search-wrap {
    width: 100%;
    max-width: 680px;
    margin: 25px auto 0 !important;
}

@media (max-width: 1199px) {
    .front-office-list-page .front-office-list-hero {
        padding-bottom: 12px !important;
    }
}

@media (max-width: 991px) {
    .front-office-list-page .front-office-list-hero {
        padding-top: 32px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 767px) {
    .front-office-list-page .front-office-list-hero {
        padding-top: 24px !important;
        padding-bottom: 8px !important;
    }

    .front-office-list-page .front-office-hero-tools > .front-office-search-wrap {
        margin-top: 16px !important;
    }
}
