
#alc-form fieldset {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 15px;
    background: #fff;
    border-radius: 8px;
}

#alc-form fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 5px;
}

#alc-form fieldset .alc-addon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.4;
}

#alc-form fieldset .alc-addon input[type="checkbox"] {
    transform: scale(1.3);
    margin: 0;
}
