/* KVKK modal başlık / gövde / alt bölüm stilleri */
.kvkk-modal__header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.875rem 1.125rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.kvkk-modal__title { font-size: 0.95rem; font-weight: 700; color: #225193; }

.kvkk-modal__close {
    width: 32px; height: 32px; border-radius: 6px;
    color: #6b7280; transition: background 0.15s;
}
.kvkk-modal__close:hover { background: #e5e7eb; color: #111827; }

.kvkk-modal__body {
    padding: 1rem 1.125rem; overflow-y: auto; flex: 1;
    font-size: 0.875rem; color: #374151; line-height: 1.55;
}

.kvkk-modal__loading {
    display: flex; align-items: center; justify-content: center; padding: 2rem 0;
}

.kvkk-modal__footer {
    padding: 0.75rem 1.125rem;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb; text-align: right;
}

.kvkk-modal__ok {
    padding: 0.5rem 1rem; background: #57B952; color: #fff;
    border-radius: 8px; font-size: 0.8125rem; font-weight: 600;
    transition: opacity 0.15s;
}
.kvkk-modal__ok:hover { opacity: 0.9; }
