.at-button__content {
    padding: var(--innerPaddingY) 0;
    text-align: center;
}

.at-button__button {
    display: inline-block;
    max-width: 21em;
    padding: 1em;
    white-space: nowrap;
    line-height: 1.2;
}

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

.at-button__icon {
    margin: 0 .7em 0 0;
}

.at-button__text {
    width: calc(100% - 2em);
    white-space: normal;
    text-align: left;
    hyphens: auto;
}

.at-button__footer {
    display: block;
    margin-top: .3em;
    text-transform: none;
}

.at-button__footer::after {
    margin-left: -1em;
    opacity: 0;
    font-size: .8em;
    font-weight: normal;
    font-style: normal;
    font-variant: none;
    text-transform: none;
    font-family: 'fjell';
    content: '\27f6';
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.at-button__button:hover .at-button__footer::after {
    margin-left: .3em;
    opacity: 1;
}
