.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-1091 .elementor-element.elementor-element-30bbcf9{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-a3d7544 *//* ============================
   Eat Nation – Terms Page CSS
   ============================ */
:root {
  --brand-primary: #D46B1D;
  --brand-dark: #6C2C1C;
  --brand-muted: #7a5f4a;
  --brand-bg: #fffefb;
}

/* Section wrapper */
.terms {
  background: var(--brand-bg);
  padding: 60px 20px;
  font-family: 'Baloo 2', cursive, system-ui, sans-serif;
  line-height: 1.6;
  color: #333;
}

.terms__wrap {
  max-width: 1100px;
  margin-inline: auto;
}

/* Header */
.terms__head {
  text-align: center;
  margin-bottom: 50px;
}

.terms__title {
  font-size: 38px;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 12px;
}

.terms__subtitle {
  font-size: 17px;
  color: var(--brand-muted);
  max-width: 850px;
  margin: 0 auto 14px;
}

/* Content area */
.terms__content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0 15px;
  color: var(--brand-dark);
  border-left: 5px solid var(--brand-primary);
  padding-left: 12px;
}

.terms__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 10px;
  color: var(--brand-primary);
}

.terms__content p {
  margin-bottom: 14px;
  font-size: 16px;
  color: #444;
}

.terms__content ul {
  margin: 10px 0 20px 20px;
  padding-left: 10px;
}

.terms__content ul li {
  margin-bottom: 8px;
  color: var(--brand-muted);
  font-size: 15px;
  list-style-type: disc;
}

/* Links */
.terms__content a {
  color: var(--brand-primary);
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.25s;
}

.terms__content a:hover {
  color: var(--brand-dark);
}

/* Highlighted blocks */
.terms__content strong {
  color: var(--brand-dark);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .terms {
    padding: 40px 16px;
  }

  .terms__title {
    font-size: 28px;
  }

  .terms__subtitle {
    font-size: 15px;
  }

  .terms__content h2 {
    font-size: 22px;
  }

  .terms__content h3 {
    font-size: 18px;
  }

  .terms__content p, 
  .terms__content li {
    font-size: 14px;
  }
}/* End custom CSS */