/* Geometry only — Bootstrap callouts match Tailwind rounded-xl + border-l-4 accent */
.brand-v27-callout {
    border-radius: 0.75rem;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 4px;
    border-left-style: solid;
}

.brand-v27-quote {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 4px;
    border-left-style: solid;
}

.brand-body--padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.brand-alert--gap {
    margin-bottom: 4rem;
}

.brand-intro--gap {
    margin-bottom: 4rem;
}

.brand-cta--gap {
    margin-top: 4rem;
}

