.at-button.--hasBackground {
    display: flex;
    place-items: center;
    padding-block: var(--articleMarginBottomSmall);
}

.at-button__subtitle {
    display: block;
    margin-block: .2rem 0;
    font-size: var(--smallSize);
    color: var(--baseDark900);
}

.at-button__subtitle.--light {
    color: var(--baseLight100);
}

.at-button .--isCentered {
    text-align: center;
}

.at-button .--isRightAligned {
    text-align: right;
}
