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

.ish-wrapper .ish-btn-reset {
    background: #7A4C54;
}

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

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

.ish-wrapper .ish-note {
    margin: 0.25rem 0;
    color: #6E3A43;
    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: #372025;
}

.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 #DEBBC3;
    background: #FCF4F6;
    color: #4A262D;
    font-size: 0.86rem;
    line-height: 1.45;
}

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