/* === HELPING THE HURT BRANDED WORDPRESS THEME === */
/* Brand: Primary Navy #16376F | Accent Red #F65954 | Dark #0D1F3C */

body::before {
  content: "Helping The Hurt \2022 Trusted Personal Injury Attorneys \2022 Call 888-216-5673";
  display: block;
  background: #0D1F3C;
  color: #fff;
  text-align: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 999;
}

.ast-primary-header-bar {
  border-bottom: 2px solid #16376F;
  box-shadow: 0 2px 6px rgba(22,55,111,0.1);
}
.main-navigation a, .ast-header-break-point .main-header-menu a {
  color: #0D1F3C !important;
  font-weight: 500;
  font-size: 15px;
}
.main-navigation a:hover, .ast-header-break-point .main-header-menu a:hover {
  color: #F65954 !important;
}
.site-logo img, .custom-logo { max-height: 50px !important; }

.entry-title, .page .entry-title, .ast-archive-description .ast-archive-title { display: none !important; }

.entry-content h1 { color: #16376F; font-size: 2.2em; font-weight: 700; }
.entry-content h2 { color: #16376F; font-size: 1.6em; font-weight: 600; margin-top: 1.5em; }
.entry-content h3 { color: #0D1F3C; font-size: 1.3em; font-weight: 600; }
.entry-content p { color: #333; line-height: 1.7; }
.entry-content a { color: #16376F; }
.entry-content a:hover { color: #F65954; }

.entry-content img {
  max-width: 80% !important;
  max-height: 350px !important;
  height: auto !important;
  display: block;
  margin: 1.5em auto;
  border-radius: 8px;
  object-fit: cover;
}

.entry-content a[href*="tel:"] {
  background: none !important;
  display: inline !important;
  padding: 0 !important;
  color: #F65954 !important;
  font-weight: 600;
}

.entry-content details { border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 8px; }
.entry-content summary { padding: 16px 20px; font-weight: 600; cursor: pointer; background: #f8f9fb; color: #16376F; }
.entry-content details[open] summary { border-bottom: 1px solid #e5e7eb; }

.site-footer { background: #0D1F3C !important; border-top: 3px solid #16376F; color: #ccc !important; }
.site-footer a { color: #F65954 !important; }
.site-footer .site-info { color: #999 !important; }

.entry-content iframe[src*="youtube"], .entry-content iframe[src*="vimeo"] { max-width: 100%; border-radius: 8px; margin: 1.5em auto; display: block; }
.entry-content iframe[src*="google.com/maps"] { max-width: 100%; border-radius: 12px; margin: 1.5em auto; display: block; }

.sub-menu { background: #fff !important; border: 1px solid #e5e7eb; box-shadow: 0 4px 12px rgba(0,0,0,0.08); border-radius: 8px; }

@media (max-width: 768px) {
  body::before { font-size: 11px; padding: 8px 12px; }
  .entry-content img { max-width: 95% !important; max-height: 280px !important; }
  .entry-content h1 { font-size: 1.6em; }
}

/* === HIDE SITE TITLE TEXT (logo image is sufficient) === */
span.site-title,
.ast-site-identity span.site-title,
header span.site-title,
.site-header .site-title,
#masthead .site-title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}