
/* ============================================
   MILFORD VOICE — Custom Styles v2
   ============================================ */

/* Nav bar — dark navy */
.main-navigation { background: #1a2744 !important; }
.main-navigation a {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 12px 14px !important;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  background: #c1121f !important;
  color: #fff !important;
}

/* Site title */
.site-title a {
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1a2744 !important;
  text-decoration: none !important;
}
.site-description { font-style: italic; color: #666; font-size: 13px; }

/* HIDE ALL LOREM IPSUM PLACEHOLDER CONTENT */
img[src*="starter_content"],
img[src*="top-banner"],
img[src*="/1.png"],
img[src*="/2.png"],
img[src*="/3.png"],
img[src*="/banner.png"],
.wp-block-heading + .wp-block-paragraph:has(~ .wp-block-paragraph) { display: none !important; }

/* Hide Lorem Ipsum sidebar text blocks */
.widget_text p:first-child:contains("Sed ut") { display: none !important; }
.wp-block-group:has(p:contains("Sed ut")) { display: none !important; }

/* Hide top category feature boxes (Sport, Lifestyle, Tech placeholders) */
.fp-widget-category-posts { display: none !important; }
.fpwcp-widget-content { display: none !important; }

/* Entry titles */
.entry-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 0 0 6px !important;
}
.entry-title a { color: #1a1a2e !important; text-decoration: none !important; }
.entry-title a:hover { color: #c1121f !important; }

/* Post meta */
.entry-meta, .posted-on, .byline {
  font-size: 11px !important;
  color: #999 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Sidebar widget titles */
.widget-title, .widgettitle, .wp-block-heading {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #1a2744 !important;
  border-bottom: 2px solid #1a2744 !important;
  padding-bottom: 8px !important;
  margin-bottom: 14px !important;
}

/* Sidebar recent post links */
.widget_recent_entries ul li a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
}
.widget_recent_entries ul li a:hover { color: #c1121f !important; }
.widget_recent_entries ul li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; }

/* Footer */
.site-footer { background: #1a2744 !important; color: rgba(255,255,255,0.7) !important; }
.site-footer a { color: rgba(255,255,255,0.6) !important; }
.site-info { font-size: 12px; text-align: center; padding: 16px 0; }

/* Home page "Home" heading — remove it */
.page-title, .home .entry-header .entry-title:not(a) { display: none !important; }

/* Make article thumbnails show properly */
.post-thumbnail img {
  border-radius: 4px;
  object-fit: cover;
}

/* Breaking news pill on categories */
.cat-links a {
  background: #c1121f;
  color: white !important;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none !important;
}
