.elementor-8181 .elementor-element.elementor-element-f0d1b06{--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;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-73fc1c0 *//* ArtNest Terms & Conditions - Elementor CSS */
/* Add this CSS to: Elementor Page Settings > Advanced > Custom CSS */

.artnest-terms-conditions {
  --orange: #f36b3d;
  --orange-dark: #da5730;
  --navy: #172944;
  --ink: #25324a;
  --cream: #fff8f2;
  --white: #fff;
  --line: #e9e5df;
  --muted: #647083;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
}

/* Hero Section */
.terms-hero {
  background: var(--navy);
  color: #fff;
  padding: 56px 0 64px;
  text-align: center;
  margin-bottom: 40px;
}

.terms-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ffd3c1;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.terms-breadcrumb::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #ffd3c1;
}

.terms-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 0 0 20px 0;
  color: #fff;
}

.terms-title .highlight {
  color: var(--orange);
  font-style: normal;
}

.terms-subtitle {
  max-width: 580px;
  margin: 0 auto;
  color: #cbd3de;
  font-size: 1.08rem;
  line-height: 1.6;
}

/* Main Content */
.terms-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.terms-content h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 42px 0 14px;
  padding-top: 10px;
  color: var(--navy);
}

.terms-content h2:first-child {
  margin-top: 0;
}

.terms-content p,
.terms-content li {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.75;
  margin-bottom: 12px;
}

.terms-content ul {
  padding-left: 22px;
  margin: 12px 0 20px;
}

.terms-content li {
  margin-bottom: 8px;
}

.terms-content strong {
  color: var(--navy);
  font-weight: 600;
}

.terms-content a {
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--navy);
  padding-bottom: 2px;
  transition: all 0.2s ease;
}

.terms-content a:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

/* Updated Badge */
.terms-updated {
  display: inline-block;
  margin-top: 36px;
  padding: 10px 16px;
  background: var(--cream);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 2px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .terms-hero {
    padding: 40px 0 48px;
  }

  .terms-title {
    font-size: 2rem;
  }

  .terms-subtitle {
    font-size: 1rem;
  }

  .terms-content {
    padding: 0 15px 60px;
  }

  .terms-content h2 {
    font-size: 1.5rem;
  }

  .terms-content p,
  .terms-content li {
    font-size: 0.94rem;
  }
}

@media (max-width: 480px) {
  .terms-title {
    font-size: 1.8rem;
  }

  .terms-content ul {
    padding-left: 18px;
  }
}/* End custom CSS */