.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-b482e87 */.pankh-coupon-section {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.pankh-coupon-section h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.pankh-coupon-section p {
  color: #666;
  margin-bottom: 25px;
}

/* TABLE */
.pankh-coupon-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
}

/* HEADER */
.pankh-coupon-table th {
  background: linear-gradient(45deg, #c62828, #e53935);
  color: #fff;
  padding: 14px;
  font-size: 14px;
}

/* ROW */
.pankh-coupon-table td {
  padding: 14px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

/* ALTERNATE ROW COLOR */
.pankh-coupon-table tr:nth-child(even) {
  background: #fff5f5;
}

/* HOVER EFFECT */
.pankh-coupon-table tr:hover {
  background: #ffecec;
  transition: 0.3s;
}

/* MOBILE */
@media (max-width: 768px) {
  .pankh-coupon-table th,
  .pankh-coupon-table td {
    font-size: 12px;
    padding: 10px;
  }

  .pankh-coupon-section h2 {
    font-size: 22px;
  }
}/* End custom CSS */