.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-1b2b48f */.pankh-size-guide {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

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

.pankh-size-guide p {
  color: #666;
  margin-bottom: 25px;
}

/* TABLE */
.size-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

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

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

/* ROW COLORS */
.size-table tr:nth-child(even) {
  background: #fff5f8;
}

/* HOVER */
.size-table tr:hover {
  background: #ffe4ec;
  transition: 0.3s;
}

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

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