.sawtd-button {
    display: inline-flex;
    align-items: center;
    gap: 0.45em;
    padding: 0.75em 1.1em;
    border-radius: 4px;
    background: #222;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

.sawtd-button:hover,
.sawtd-button:focus {
    color: #fff;
    text-decoration: none;
}

.sawtd-button__icon::before {
    content: "\2193";
    font-weight: 700;
}

.sawtd-count {
    display: block;
    margin-top: 0.45em;
    font-size: 0.875em;
    opacity: 0.75;
}

.sawtd-count__number {
    font-weight: 700;
}
