/* SweetAlert2 toast — brand #00468E */
.myhostel-toast {
    border-radius: 12px !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14) !important;
    padding: 0.85rem 1rem !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.myhostel-toast-title {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

.myhostel-toast .swal2-icon {
    margin: 0 0.65rem 0 0 !important;
    transform: scale(0.85);
}

.myhostel-toast .swal2-timer-progress-bar,
.myhostel-toast-progress {
    background: #00468e !important;
}

.swal2-container.swal2-top-end {
    top: 1rem !important;
    right: 1rem !important;
    width: auto !important;
    max-width: min(420px, calc(100vw - 2rem));
}

@media (max-width: 575.98px) {
    .swal2-container.swal2-top-end {
        top: 0.65rem !important;
        right: 0.65rem !important;
        left: 0.65rem !important;
        max-width: none;
    }

    .myhostel-toast {
        width: 100% !important;
    }
}
