/* ---- Custom overrides for ServDigest ---- */

/* Slimmer header */
header > div.pb3-m.pb6-l {
  background: url('/images/header-bg.png') center center / cover no-repeat !important;
  padding-bottom: 0.5rem !important;
}

nav.pv3 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

nav.pv3 a,
nav.pv3 .white-90,
nav.pv3 .hover-white {
  color: #333 !important;
}

nav.pv3 .hover-white:hover {
  color: #7b63db !important;
}

nav .f3 {
  font-size: 1.1rem !important;
}

nav.pv3 .list.f5 {
  font-size: 0.85rem !important;
}

/* Compact header title area */
header div.pb3-m.pb6-l h1 {
  color: #1d1c1f !important;
  font-size: 1.5rem !important;
  margin: 0 !important;
}

header div.pb3-m.pb6-l h2 {
  color: #555 !important;
  font-size: 0.9rem !important;
  margin: 0.25rem 0 0 0 !important;
}

header div.pb3-m.pb6-l .tc-l {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* Hero section on homepage */
article.tc-l p:first-child {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #333;
  max-width: 42rem;
  margin: 1.5rem auto;
  padding: 1.25rem 1.5rem;
  background: #f7f7fa;
  border-radius: 12px;
  border-left: 4px solid #7b63db;
}

article.tc-l p:first-child strong {
  color: #7b63db;
}

/* Section titles */
h2 {
  color: #1d1c1f;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* Dark footer text */
footer.bg-black a {
  color: #ccc !important;
}
footer.bg-black a:hover {
  color: #fff !important;
}
