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

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

.yih-wrapper .yih-warning-box {
    border-color: #CCAA5C;
    background: #FCF8EF;
}

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

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

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

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