.teaser[data-barrier="low"] .teaser__body {
    background: var(--color--barrier-low);
}
.teaser[data-barrier="medium"] .teaser__body {
    background: var(--color--barrier-medium);
}
.teaser[data-barrier="high"] .teaser__body {
    background: var(--color--barrier-high);
}

.teaser__title--with-icon {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.teaser__title--with-icon figure {
    flex-shrink: 0;
}
