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

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

.yih-wrapper .yih-warning-box {
    border-color: #fcd34d;
    background: #fffaf0;
}

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

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

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

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