.elementor-widget-container .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-container .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-1096 .elementor-element.elementor-element-d8e8f5b{--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-widget-html .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-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-11cb644 *//* ============================
   Eat Nation – Shipping Policy Page
   ============================ */
:root {
  --brand-primary: #D46B1D;
  --brand-dark: #6C2C1C;
  --brand-muted: #7a5f4a;
  --brand-bg: #fffefb;
}

.policy {
  background: var(--brand-bg);
  padding: 60px 20px;
  font-family: 'Baloo 2', cursive, system-ui, sans-serif;
  line-height: 1.6;
  color: #333;
}

.policy__wrap {
  max-width: 1100px;
  margin-inline: auto;
}

.policy__head {
  text-align: center;
  margin-bottom: 40px;
}

.policy__title {
  font-size: 36px;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 12px;
}

.policy__subtitle {
  font-size: 16px;
  color: var(--brand-muted);
  max-width: 800px;
  margin: 0 auto;
}

.policy__content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 28px 0 14px;
  color: var(--brand-dark);
  border-left: 4px solid var(--brand-primary);
  padding-left: 12px;
}

.policy__content p {
  margin-bottom: 14px;
  font-size: 16px;
  color: #444;
}

.policy__content ul {
  margin: 10px 0 20px 20px;
}

.policy__content ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--brand-muted);
  list-style-type: disc;
}

.policy__content strong {
  color: var(--brand-dark);
}

/* Responsive */
@media (max-width: 768px) {
  .policy {
    padding: 40px 16px;
  }

  .policy__title {
    font-size: 26px;
  }

  .policy__content h2 {
    font-size: 20px;
  }

  .policy__content p,
  .policy__content li {
    font-size: 14px;
  }
}/* End custom CSS */