.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: #7A4C54;
}

.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: #4A262D;
}

.yih-wrapper .yih-warning-box {
    border-color: #E3A1AC;
    background: #FFF5F6;
}

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

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

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

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