/* Skip link + landmark helpers (visual semantics / a11y) */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1.25rem;
  background: #294895;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}

.skip-link:focus {
  left: 0;
  outline: 3px solid #ffa150;
  outline-offset: 2px;
}

/* Preserve theme styles when banner / hero titles are real headings */
h1.titleBanner {
  margin: 0;
  padding: 0;
}

h1.hero-heading {
  margin: 0;
  padding: 0;
}

/* Related-article titles: keep look of former h4 without polluting outline */
.recent-post-row .recent-post-title {
  font-family: "PT Serif", Georgia, serif;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: calc(100% - 94px);
  float: right;
}

.recent-post-row .recent-post-title a {
  color: #000;
}

.recent-post-row .recent-post-title a:hover {
  color: #ffa150;
}

.recent-post-row .recent-post-title span {
  font-family: "PT Serif", Georgia, serif;
  font-size: 15px;
  color: #666;
  margin: 6px 0 0;
  padding: 0;
  display: block;
  font-weight: normal;
}

.home-highlight-title {
  margin: 0 0 0.5rem;
  font-size: inherit;
  font-weight: 700;
}

.site-footer-brand {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.site-footer-brand__mark {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

/* Homepage about block: keep theme look with semantic h2 + tagline paragraph */
.virginia-beach-left-text h2 {
  font-size: 45px;
  color: #000;
  font-family: "PT Serif", Georgia, serif;
  font-weight: bold;
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 20px;
}

.virginia-beach-left-text h2::after,
.virginia-beach-left-text h2::before {
  content: "";
  width: 137px;
  background-color: #3c3939;
  height: 3px;
  position: absolute;
  left: 0;
  margin: 0;
  bottom: 0;
}

.virginia-beach-left-text h2::after {
  height: 1px;
  bottom: -3px;
}

.divorce-mid .home-highlight-title {
  color: #ffa150;
  font-size: 40px;
  font-family: "PT Serif", Georgia, serif;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: 2px;
}

.childcustody-stn ul li:hover .divorce-mid .home-highlight-title {
  color: #fff;
}

/* Blog listing thumbs: empty alt is intentional (linked title carries name) */
.blogcolum-row figure a:focus img {
  outline: 2px solid #294895;
  outline-offset: 2px;
}
