.at-button.--light .articleTitle,
.at-button.--light * {
    color: var(--baseLight100);
}

.at-button__buttonWrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.at-button .--isCenterAligned {
    text-align: center;
    justify-content: center;
}

.at-button .--isRightAligned {
    text-align: right;
    justify-content: flex-end;
}
