/* Navbar */
.navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  opacity: 0.8;
}

/* Cookie Consent */
.cookie-consent.cookie-consent-minimal .cookie-consent-body {
  margin: 0;
}

/* Announcement Wrapper */
.ae-anno-announcement-wrapper {
  background-color: #009f6b !important;
}

/* Typography Utilities */
.ds-3 {
  font-size: 2rem !important;
  font-weight: 700 !important;
}

.sage-price {
  font-size: 35px !important;
}

/* Background Animation */
.box-linear-animation {
  background: linear-gradient(var(--tc-bg-1), var(--tc-bg-1)) padding-box,
              var(--tc-linear-3);
}

/* Dark Mode - Hero Section Filter */
[data-bs-theme="dark"] .section-hero-1 .filter-gray {
  filter: none !important;
}

/* Site Notice */
.site-notice.site-notice-minimal .site-notice-body {
  margin: 0 16px 16px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) !important;
  max-width: 400px !important;
}