.ea-modal .modal-content {
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 0.9rem;
    box-shadow: 0 22px 56px rgba(2, 8, 23, 0.2);
    overflow: hidden;
}

.ea-modal .modal-header {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.96));
}

.ea-modal .modal-title {
    font-weight: 700;
    letter-spacing: 0.01em;
}

.ea-modal .modal-footer {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.65);
}

.ea-modal .btn-close {
    opacity: 0.72;
}

.ea-modal .btn-close:hover,
.ea-modal .btn-close:focus-visible {
    opacity: 1;
}

.ea-modal--dark .modal-content {
    background: rgba(12, 18, 33, 0.98);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.48);
}

.ea-modal--dark .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background: transparent;
}

.ea-modal--dark .modal-title,
.ea-modal--dark .modal-body,
.ea-modal--dark .modal-footer {
    color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 767px) {
    .ea-modal .modal-dialog {
        margin: 0.75rem;
    }

    .ea-modal .modal-content {
        border-radius: 0.75rem;
    }
}
