.yih-wrapper .yih-checkbox-group {
    display: flex;
    align-items: end;
}

.yih-wrapper .yih-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-weight: 500;
}

.yih-wrapper .yih-checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.yih-wrapper .yih-helper-text {
    margin: 0.25rem 0 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #A24A51;
}

.yih-wrapper .yih-help-group {
    display: flex;
    align-items: center;
}

.yih-wrapper .yih-inline-note {
    margin: 0.9rem 0 0;
    font-size: 0.88rem;
    color: #5C2327;
}

.yih-wrapper .yih-warning-box {
    border-color: #E06269;
    background: #FFF7F7;
}

.yih-wrapper .yih-warning-box .technicasoft-sonuc-bilgi-baslik {
    color: #8E252D;
}

.yih-wrapper .yih-note-box .technicasoft-sonuc-bilgi-baslik {
    color: #CA2129;
}

.yih-wrapper .yih-reset-btn {
    background: #B05960;
}

.yih-wrapper .yih-reset-btn:hover {
    background: #744348;
}