.InterventionForm_Audio_Button {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.InterventionForm_Audio_Button.disabled {
    opacity: 0.3;
}

.InterventionForm_Audio_Button-icon {
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
