/* ═══════════════════════════════════════════════════
   TIPTREE COTTAGE — SITE-WIDE STYLES
   ═══════════════════════════════════════════════════ */

/* ─── Horizontal rule ─── */
hr {
  border: none;
  border-top: 1px solid #ddd8ce;
  margin: 2.5rem 0;
}

/* Brown links in body text, excluding styled buttons and Ananke nav links */
.nested-copy-line-height a[href^="http"]:not(.site-button):not(.link),
.nested-copy-line-height a[href^="/"]:not(.site-button):not(.link) {
  color: #8b6f47 !important;
}
.nested-copy-line-height a[href^="http"]:not(.site-button):not(.link):hover,
.nested-copy-line-height a[href^="/"]:not(.site-button):not(.link):hover {
  color: #6b5537 !important;
}

/* ─── Highlight card ─── */
.highlight-card,
#form-success {
  background-color: #faf7f2;
  border: 1px solid #ddd8ce;
  border-left: 4px solid #8b6f47;
  border-radius: 4px;
  padding: 1.5rem 1.75rem;
  margin: 1.5rem 0;
}

/* Bronze text inside highlight card */
.highlight-card,
.highlight-card p,
.highlight-card h3,
.highlight-card a,
#form-success,
#form-success p {
  color: #5a4a3a;
}