.ish-wrapper .ish-help {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: #64748b;
}

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

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

.ish-wrapper .ish-note-list {
    margin: 0.9rem 0 0;
    padding-left: 1.1rem;
}

.ish-wrapper .ish-note {
    margin: 0.25rem 0;
    color: #475569;
    font-size: 0.86rem;
}

.ish-wrapper .ish-check-group {
    margin-top: 0.15rem;
}

.ish-wrapper .ish-check-label {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-weight: 600;
    color: #1f2937;
}

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

.ish-wrapper .ish-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;
}

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