<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.at-button__content {
    display: flex;
    justify-content: center;
}

.at-button__button {
    display: flex;
    align-items: flex-start;
}

.twoColumn__sidebar .at-button__button {
    width: 100%;
    margin-right: 0;
}

.at-button__icon,
.at-button__text {
    display: inline-block;
    vertical-align: middle;
}

.at-button__icon {
    flex-basis: 50px;
    margin: 0 .7em 0 0;
}

.at-button__text {
    flex: 1;
    text-align: center;
}

.at-button--hasIcon .at-button__text {
    text-align: left;
}

.at-button__footer {
    display: block;
    margin-top: .3em;
    text-transform: none;
}
</pre></body></html>