.elementor-1316 .elementor-element.elementor-element-7c8f585{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-1316{background-color:#0000007D;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1316 .dialog-message{width:472px;height:auto;}#elementor-popup-modal-1316 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px) and (min-width:768px){.elementor-1316 .elementor-element.elementor-element-7c8f585{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-a2270b2 *//* ==== Giới hạn khung popup === */
.elementor-popup-modal .dialog-widget-content {
  max-width: 460px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  position: relative;
}

/* ===== TICKET WRAPPER ===== */
.wl-ticket {
  max-width: 420px;
  margin: 0 auto;
  padding: 6px;
  background: radial-gradient(circle at top, #0ea5e9 0, #0369a1 40%, #022c43 100%);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
}

/* ===== TICKET CARD ===== */
.wl-ticket-inner {
  background: #ffffff;
  border-radius: 22px;
  padding: 20px 20px 16px;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Logo */
.wl-ticket-logo {
  display: block;
  width: 130px;
  margin: 0 auto 10px;
}

/* Badge thời gian */
.wl-ticket-badge {
  display: inline-block;
  margin: 0 auto 14px;
  background: rgba(14, 165, 233, 0.08);
  color: #0284c7;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
}

/* ===== Giá + thông tin ===== */
.wl-ticket-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 18px;
  background: linear-gradient(90deg, #e0f2fe, #fef9c3);
  margin-bottom: 14px;
}

.wl-ticket-text {
  flex: 1;
}

.wl-ticket-label {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 4px;
}

/* === Giá gốc nổi bật – chỉ gạch 350K === */
.wl-old-price {
  font-size: 18px;
  font-weight: 700;
  color: #b91c1c;
  margin-bottom: 10px;
  display: inline-block;
}

.wl-old-price span {
  position: relative;
  padding: 0 2px;
}

/* Gạch chéo chỉ cho 350K */
.wl-old-price span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1.8px;
  background: #b91c1c;
  top: 55%;
  transform: rotate(-8deg);
  opacity: 0.9;
}

/* ===== 250K + CHỈ CÒN ===== */
.wl-ticket-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 110px;
}

.wl-ticket-tag {
  font-size: 11px;
  text-transform: uppercase;
  color: #9a3412;
  font-weight: 800;
  margin-bottom: 2px;
}

.wl-ticket-price {
  font-size: 34px;
  font-weight: 900;
  color: #f97316;
  line-height: 1;
}

/* ===== Thông tin thêm ===== */
.wl-ticket-info {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  font-size: 13px;
  color: #475569;
}

.wl-ticket-info li {
  margin-bottom: 4px;
}

/* Highlight số lượng vé */
.wl-highlight {
  background: #fef3c7;
  color: #b45309;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  margin: 8px 0 6px;
}

/* ===== Nút hotline ===== */
.wl-ticket-hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 11px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.5);
  text-decoration: none;
  transition: .15s;
}

.wl-ticket-hotline:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(34, 197, 94, 0.6);
  filter: brightness(1.05);
}

.wl-ticket-hotline-icon {
  color: #ffffff !important;
}

/* ===== Chân ticket ===== */
.wl-ticket-footer {
  margin-top: 14px;
  position: relative;
}

.wl-ticket-dots {
  border-top: 1px dashed #e2e8f0;
  position: relative;
}

.wl-ticket-dots::before,
.wl-ticket-dots::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #0f172a0a;
}

.wl-ticket-dots::before { left: -18px; }
.wl-ticket-dots::after { right: -18px; }

/* ===== Nút Close ===== */
.wl-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background: #ef4444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.5);
  z-index: 999;
  transition: all 0.2s ease;
  line-height: 1;
}

.wl-close:hover {
  background: #dc2626;
  transform: scale(1.1);
}

.wl-close:active {
  transform: scale(0.95);
}

/* ===== Mobile responsive ===== */
@media (max-width: 480px) {
  .wl-ticket-inner {
    padding: 18px 16px 14px;
  }
  .wl-ticket-main {
    padding: 12px 12px;
  }
  .wl-ticket-price {
    font-size: 28px;
  }
  .wl-close {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS *//* Giữ overlay mờ đẹp */
.elementor-popup-modal {
  background: rgba(0, 0, 0, 0.55) !important; /* Độ mờ vừa đẹp */
  padding: 0 !important;
}

/* Ẩn khung trắng mặc định của Elementor */
.elementor-popup-modal .dialog-message,
.elementor-popup-modal .dialog-widget-content {
  background: transparent !important;
  box-shadow: none !important;
}/* End custom CSS */