.elementor-751 .elementor-element.elementor-element-0dacd03{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-c5937d8 */.eden-terms {
  --primary: #00001e;   /* Deep Navy */
  --accent: #ffc300;   /* Gold */
  --secondary: #ffffff;
  --dark: #00001e;
  --muted: #4b5563;
  --radius: 14px;

  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #ffffff;
  padding: 60px 20px;
  color: var(--dark);
}

.eden-terms * {
  box-sizing: border-box;
}

.eden-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: 0 20px 40px rgba(0, 0, 30, 0.08);
}

.eden-header {
  text-align: center;
  margin-bottom: 40px;
}

.eden-header h1 {
  font-size: 2.6rem;
  margin-bottom: 10px;
  color: var(--primary);
}

.eden-header p {
  color: var(--muted);
  font-size: 0.95rem;
}

.eden-terms section {
  margin-bottom: 35px;
}

.eden-terms h2 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  padding-left: 14px;
  position: relative;
  color: var(--primary);
}

.eden-terms h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 18px;
  width: 4px;
  background: var(--accent);
  border-radius: 10px;
}

.eden-terms p {
  margin-bottom: 12px;
}

.eden-terms a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.eden-terms a:hover {
  text-decoration: underline;
}

.eden-card {
  background: #f9f9f9;
  border-left: 5px solid var(--accent);
  padding: 22px 24px;
  border-radius: var(--radius);
}

.eden-footer {
  margin-top: 50px;
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
}

@media (max-width: 768px) {
  .eden-container {
    padding: 25px;
  }

  .eden-header h1 {
    font-size: 2rem;
  }
}/* End custom CSS */