/* ===== SweetAlert2 — Tema Boda ===== */

.swal-wedding-popup {
    border-radius: 1.5rem !important;
    font-family: 'Josefin Sans', sans-serif !important;
    padding: 1.75rem !important;
    background: #fdf4f2 !important;
}

.swal-wedding-title {
    font-family: 'Sacramento', cursive !important;
    font-size: 2rem !important;
    color: #7a3d3d !important;
    line-height: 1.2 !important;
}

.swal2-html-container,
.swal2-content {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 0.95rem !important;
}

.swal-wedding-btn {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 0.85rem !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 2rem !important;
    border: none !important;
    background: linear-gradient(135deg, #c07878, #d4a0a0) !important;
    color: #fff8f8 !important;
    box-shadow: 0 2px 12px rgba(212, 160, 160, 0.45) !important;
    transition: background-color 0.2s ease, transform 0.15s ease !important;
}

.swal-wedding-btn:hover,
.swal-wedding-btn:focus {
    background: linear-gradient(135deg, #a86262, #c08080) !important;
    transform: scale(1.03) !important;
    outline: none !important;
}

.swal-wedding-btn-cancel {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 0.85rem !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 2rem !important;
    border: 1.5px solid #c08080 !important;
    background: transparent !important;
    color: #7a3d3d !important;
    margin-inline-end: 0.6rem !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease, transform 0.15s ease !important;
}

.swal-wedding-btn-cancel:hover,
.swal-wedding-btn-cancel:focus {
    background: rgba(192, 128, 128, 0.14) !important;
    transform: scale(1.03) !important;
    outline: none !important;
}

/* Ícono de éxito en tono cálido */
.swal2-icon.swal2-success {
    border-color: #c8a97e !important;
    color: #c8a97e !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(200, 169, 126, 0.3) !important;
}
.swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: #c8a97e !important;
}

/* Dark mode */
[data-bs-theme='dark'] .swal-wedding-popup {
    background: #1e1e1e !important;
    color: #f0e6d3 !important;
}
[data-bs-theme='dark'] .swal-wedding-title {
    color: #e8c99a !important;
}
[data-bs-theme='dark'] .swal2-html-container {
    color: #d4c4ae !important;
}
[data-bs-theme='dark'] .swal-wedding-btn-cancel {
    border-color: rgba(238, 187, 187, 0.5) !important;
    color: #e8c9c9 !important;
}
[data-bs-theme='dark'] .swal-wedding-btn-cancel:hover,
[data-bs-theme='dark'] .swal-wedding-btn-cancel:focus {
    background: rgba(238, 187, 187, 0.12) !important;
}
