.scwz-af {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 24px 0 4px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.scwz-af .scwz-af__button {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    margin: 0;
    padding: 6px 14px;
    border: 1px solid #ff5e52;
    border-radius: 4px;
    background: #ff5e52;
    color: #fff;
    font: inherit;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none !important;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.scwz-af .scwz-af__button:hover,
.scwz-af .scwz-af__button:focus-visible {
    border-color: #e64b43;
    color: #fff;
    background: #e64b43;
}

.scwz-af .scwz-af__button:focus-visible {
    outline: 2px solid #ff5e52;
    outline-offset: 2px;
}

.scwz-af .scwz-af__button--active,
.scwz-af .scwz-af__button--active:hover,
.scwz-af .scwz-af__button--active:focus-visible {
    border-color: #ff5e52;
    color: #fff;
    background: #ff5e52;
}

.scwz-af .scwz-af__button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.scwz-af__icon {
    width: 1em;
    font-size: 17px;
    line-height: 1;
    text-align: center;
}

.darking .scwz-af {
    border-top-color: var(--tb--line, #333);
}

.darking .scwz-af .scwz-af__button {
    border-color: #ff5e52;
    background: #ff5e52;
    color: #fff;
}

.darking .scwz-af .scwz-af__button:hover,
.darking .scwz-af .scwz-af__button:focus-visible {
    border-color: #e64b43;
    background: #e64b43;
    color: #fff;
}

.darking .scwz-af .scwz-af__button--active,
.darking .scwz-af .scwz-af__button--active:hover,
.darking .scwz-af .scwz-af__button--active:focus-visible {
    border-color: #ff5e52;
    background: #ff5e52;
    color: #fff;
}

.post-actions > .scwz-af {
    display: inline-flex;
    margin: 0 7px;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.post-actions > .scwz-af .scwz-af__button {
    display: inline-flex;
    box-sizing: border-box;
    width: auto;
    height: 46px;
    min-height: 0;
    margin: 0;
    padding: 15px 30px;
    border: 0;
    background: #ff5e52;
    color: #fff;
    line-height: 1;
    opacity: 0.9;
}

.post-actions > .scwz-af .scwz-af__icon {
    font-size: 14px;
}

.post-actions > .scwz-af .scwz-af__button:hover,
.post-actions > .scwz-af .scwz-af__button:focus-visible {
    border-color: #e64b43;
    background: #e64b43;
    color: #fff;
    opacity: 1;
}

.post-actions > .scwz-af .scwz-af__button--active,
.post-actions > .scwz-af .scwz-af__button--active:hover,
.post-actions > .scwz-af .scwz-af__button--active:focus-visible {
    border-color: #ff5e52;
    background: #ff5e52;
    color: #fff;
    opacity: 1;
}

.post-actions > .scwz-af .scwz-af__button:focus-visible {
    outline-color: #ff5e52;
}

.darking .post-actions > .scwz-af .scwz-af__button,
.darking .post-actions > .scwz-af .scwz-af__button:hover,
.darking .post-actions > .scwz-af .scwz-af__button:focus-visible,
.darking .post-actions > .scwz-af .scwz-af__button--active {
    border-color: #ff5e52;
    background: #ff5e52;
    color: #fff;
}

.darking .post-actions > .scwz-af .scwz-af__button:hover,
.darking .post-actions > .scwz-af .scwz-af__button:focus-visible {
    border-color: #e64b43;
    background: #e64b43;
}

.darking .post-actions > .scwz-af .scwz-af__button--active,
.darking .post-actions > .scwz-af .scwz-af__button--active:hover,
.darking .post-actions > .scwz-af .scwz-af__button--active:focus-visible {
    border-color: #ff5e52;
    background: #ff5e52;
}

@media (max-width: 600px) {
    .post-actions > .scwz-af {
        margin: 0 3px;
    }

    .post-actions > .scwz-af .scwz-af__button {
        height: 40px;
        padding: 12px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .scwz-af .scwz-af__button {
        transition: none;
    }
}
