.imh-wrapper .imh-check-group {
    margin-bottom: 0.7rem;
}

.imh-wrapper .imh-check-label {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    line-height: 1.45;
    cursor: pointer;
    font-weight: 500;
    color: #1f2937;
}

.imh-wrapper .imh-check-label input[type="checkbox"] {
    margin-top: 0.15rem;
    margin-right: 0;
}

.imh-wrapper .imh-btn-reset {
    background: #64748b;
}

.imh-wrapper .imh-btn-reset:hover {
    background: #475569;
}

.imh-wrapper .imh-note {
    margin: 0.85rem 0 0;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.45;
}

.imh-wrapper .imh-note-list {
    margin: 0.85rem 0 0;
    padding-left: 1.15rem;
}

.imh-wrapper .imh-note-item {
    margin: 0.2rem 0;
    color: #475569;
    font-size: 0.86rem;
    line-height: 1.45;
}

.imh-wrapper .imh-bilgilendirme {
    margin-top: 0.95rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.86rem;
    line-height: 1.45;
}

.imh-wrapper .imh-bilgilendirme strong {
    color: #1e3a5f;
}