.elementor-3212 .elementor-element.elementor-element-91c85ae{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5c4a3d9 *//* === Terms Container Styling === */
.terms-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px 24px;
  background-color: #1e1e1e;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* === Headings === */
.terms-container h2,
.terms-container h3 {
  color: #8AD1C3;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}

.terms-container h2 {
  font-size: 28px;
}

.terms-container h3 {
  font-size: 20px;
}

/* === Paragraphs === */
.terms-container p {
  margin-bottom: 16px;
}

/* === Links (Privacy Policy) === */
.terms-container a {
  color: #78CEBA;
  text-decoration: underline;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.terms-container a:hover,
.terms-container a:focus {
  text-decoration: none;
  opacity: 0.85;
  outline: none;
}/* End custom CSS */