/* ===============================
   GREEN → GOLD GRADIENT THEME
   =============================== */

/* Links */
a {
  color: #0b3d2e;
}
a:hover {
  color: #d4af37;
}

/* Buttons */
.button-tag,
.dark-button,
button.add-to-dashboard,
#siteSearchSubmit {
  background: linear-gradient(135deg, #0b3d2e, #d4af37);
  color: #fff;
  border: none;
}

.button-tag:after {
  border-left-color: #d4af37;
}

/* Header border & accents */
#header {
  border-bottom: 1px solid #0b3d2e;
}

/* Navigation & icons */
#nav-aside,
#nav-aside a,
#breadcrumbs a {
  color: #0b3d2e;
}

#nav-aside .accordion:before {
  border-left-color: #0b3d2e;
}

#nav-aside .accordion.side-open:before {
  border-top-color: #d4af37;
}

/* Footer gradient */
footer {
  background: linear-gradient(135deg, #0b3d2e, #d4af37);
}

/* Search highlight */
#search .interactive {
  background: linear-gradient(135deg, #0b3d2e, #d4af37);
}

/* Social icons hover */
footer #interior-complex-footer a[class*="icon-"]:hover:before {
  background: #d4af37;
  color: #0b3d2e;
}

/* Slider controls */
.slider+.controls a {
  color: #0b3d2e;
}
.slider+.controls a:hover {
  color: #d4af37;
}
