.umb-block-grid,
.umb-block-list {
    display: block;
}

.umb-block-grid__layout-container {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.umb-block-grid__layout-item {
    display: block;
    grid-column: span var(--umb-block-grid--item-column-span, 12);
    min-width: 0;
}

.frontpage-promo-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.frontpage-promo-card {
    display: block;
    overflow: hidden;
}

.frontpage-promo-card img {
    display: block;
    width: 100%;
}

.header-trustpilot {
    display: block;
    min-height: 45px;
}

.location-picker {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    padding: 0;
    text-align: left;
    text-decoration: underline;
}

.location-information,
.location-placeholder-text {
    display: none;
}

.location-information.is-active,
.location-placeholder-text.is-active {
    display: block;
}

.location-map {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 420px;
}

.location-map .map-item {
    position: absolute;
    cursor: pointer;
}

.location-map .map-item.is-active {
    box-shadow: 0 0 0 4px rgba(62, 109, 180, 0.2);
}

.iconlink--static {
    cursor: default;
    text-decoration: none;
}

.location-map--single .map-item {
    cursor: default;
}

.feedback-status {
    margin: 0 0 24px;
    padding: 16px 20px;
}

.feedback-status--success {
    background: #eef8ef;
    border: 1px solid #7bb27f;
}

.feedback-status--error {
    background: #fff1f1;
    border: 1px solid #c25a5a;
}

.whistleblower-intro {
    margin-bottom: 24px;
}

.whistleblower-intake {
    display: grid;
    margin-bottom: 32px;
    border: 1px solid #d9e0ec;
    background: #fff;
    box-shadow: 0 18px 45px rgb(24 39 75 / 8%);
}

.whistleblower-intake__aside {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
    gap: 36px;
    padding: 36px 40px;
    background: #0064ff;
    color: #fff;
}

.whistleblower-intake__aside h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: 0;
}

.whistleblower-intake__aside p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
}

.whistleblower-intake__eyebrow {
    margin: 0 0 5px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.whistleblower-intake__aside ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 4px 0 0 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
    list-style: none;
}

.whistleblower-intake__aside li {
    position: relative;
    padding-left: 20px;
    line-height: 1.45;
}

.whistleblower-intake__aside li::before {
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    content: "";
}

.whistleblower-form {
    display: grid;
    gap: 20px;
    padding: 32px 40px 36px;
}

.whistleblower-form__heading {
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e9f1;
}

.whistleblower-form__heading .whistleblower-intake__eyebrow {
    color: #667085;
}

.whistleblower-form__heading h2 {
    margin: 0;
}

.whistleblower-field {
    display: grid;
    gap: 7px;
    color: #344054;
    font-size: 15px;
    font-weight: 700;
}

.whistleblower-field input,
.whistleblower-field select,
.whistleblower-field textarea {
    width: 100%;
    min-width: 0;
}

.whistleblower-field input[type="file"] {
    padding: 10px 14px;
}

.whistleblower-field small {
    color: #4b5563;
    font-weight: 400;
    line-height: 1.45;
}

.whistleblower-field textarea {
    min-height: 220px;
    resize: vertical;
}

.whistleblower-field--wide {
    grid-column: 1 / -1;
}

.whistleblower-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.whistleblower-choice {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    border: 0;
}

.whistleblower-choice legend {
    margin-bottom: 2px;
    color: #344054;
    font-weight: 800;
}

.whistleblower-choice__option {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 15px;
    border: 1px solid #d5dce8;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.whistleblower-choice__option input {
    appearance: auto;
    -moz-appearance: radio;
    -webkit-appearance: radio;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 3px 0 0;
    padding: 0;
    cursor: pointer;
}

.whistleblower-choice__option span {
    display: grid;
    gap: 6px;
}

.whistleblower-choice__option small {
    color: #4b5563;
    line-height: 1.5;
}

.whistleblower-form__actions {
    display: flex;
    justify-content: flex-end;
}

.whistleblower-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border: 0;
    border-radius: 4px;
    background: #0064ff;
    color: #fff;
    font-family: "Italian Plate No2 Expanded", arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.whistleblower-submit:hover {
    background: #0050cc;
}

.global-text-bar {
    margin-bottom: 24px;
}

[data-location-select] {
    width: 100%;
}

/* Match the legacy spacing above the QuickFree box on the serviceeftersyn page. */
.content-page--serviceeftersyn .rte > p:has(span[style*="font-size: 10px"]) + table[style*="float: left"] {
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .frontpage-promo-grid {
        grid-template-columns: 1fr;
    }

    .whistleblower-intake__aside,
    .whistleblower-form__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .umb-block-grid__layout-container {
        grid-template-columns: 1fr;
    }

    .umb-block-grid__layout-item {
        grid-column: 1 / -1;
    }

    .whistleblower-intake__aside,
    .whistleblower-form {
        padding: 24px 20px;
    }

    .whistleblower-intake__aside h1 {
        font-size: 30px;
    }
}
