/* --- INTERIOR HERO (Calibrated +1 Grid Row) --- */
body:not(.path-frontpage) .region--content-above,
body:not(.path-frontpage) .block-page-title-block {
  background-color: #001f3f !important; 
  background-image: 
    linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px) !important;
  background-size: 30px 30px !important;
  
  /* PADDING: Slight increase to allow the grid to breathe */
  padding: 20px 0 !important; 
  margin: 0 !important; 
  
  /* HEIGHT: Set to 110px to ensure exactly one extra 30px grid row is visible */
  min-height: 110px !important; 
  
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-bottom: 3px solid #004080 !important;
}

body:not(.path-frontpage) h1.page-title {
  color: #ffffff !important;
  font-size: 1.5rem !important; /* Slightly bumped up to match the bigger box */
  text-transform: uppercase !important;
  margin: 0 !important;
  white-space: nowrap !important;
  letter-spacing: 1px !important;
}