.bbCodeSpoiler-fontControls {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 13px;
}

.bbCodeSpoiler-fontControls button,
.bbCodeSpoiler-fontControls select {
    height: 26px;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid @xf-borderColor;
    background: @xf-contentBg;
    color: @xf-textColor;
    cursor: pointer;
}

.bbCodeSpoiler-fontControls button:hover,
.bbCodeSpoiler-fontControls select:hover {
    background: fade(@xf-textColor, 6%);
}

.bbCodeSpoiler-fontControls button {
    min-width: 26px;
    font-weight: bold;
}

.bbCodeSpoiler-fontControls select {
    font-size: 12px;
}
