/* Ẩn thông báo mặc định của CF7 */
.wpcf7-response-output {
    display: none !important;
}

/* Tùy chỉnh popup SweetAlert2 */
.swal2-popup {
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}

.swal2-title {
    font-weight: 600 !important;
    color: #333 !important;
}

.swal2-confirm {
    padding: 10px 25px !important;
    font-weight: 500 !important;
}