.elementor-16581 .elementor-element.elementor-element-ba607ab{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8bfea46 */.terms-section {
  font-family: 'Poppins', sans-serif;
  background: #fdfcf9;
  color: #4a2a1a;
  padding: 60px 20px;
}

.terms-section .container {
  max-width: 850px;
  margin: auto;
  background: #fff;
  border: 1px solid #e8e1d8;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  padding: 50px;
}

.terms-section h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.terms-section h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, #6b4226, #a67c52);
  margin: 16px auto 0;
  border-radius: 1px;
  opacity: 0.8;
}

.terms-section .intro {
  font-size: 1.1em;
  text-align: center;
  font-style: italic;
  margin-bottom: 36px;
  color: #5a4a3b;
}

.terms-block {
  margin-bottom: 36px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e8e1d8;
}

.terms-block h2 {
  font-size: 1.4em;
  color: #6b4226;
  margin-bottom: 12px;
}

.terms-block p {
  font-size: 1.05em;
  line-height: 1.7;
  color: #5a4a3b;
  margin-bottom: 10px;
}

.terms-block ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}

.terms-block ul li {
  font-size: 1.05em;
  color: #5a4a3b;
  margin-bottom: 6px;
}

a {
  color: #6b4226;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
  color: #4a2a1a;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .terms-section {
    padding: 40px 15px;
  }

  .terms-section .container {
    padding: 30px 20px;
    border-radius: 12px;
  }

  .terms-section h1 {
    font-size: 2.2em;
  }

  .terms-block h2 {
    font-size: 1.2em;
  }

  .terms-block p,
  .terms-block ul li {
    font-size: 0.95em;
  }
}/* End custom CSS */