.reaction-form {
    margin: 0;
    padding: 0;
}

.reaction-button {
    border: 0;
    background: transparent;
    color: var(--magenta);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.reaction-button span {
    font-size: 22px;
    line-height: 1;
}

.reaction-button strong {
    font-weight: 500;
    color: inherit;
}

.reaction-button.is-active span,
.reaction-button.is-active strong {
    color: var(--magenta);
}

.reaction-static {
    color: #aaa;
}

.post-actions form {
    display: inline-flex;
}

.post-actions {
    align-items: center;
}
