/* Base styles */
body {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  background-color: #f3f4f6;
  margin: 0;
  padding: 0;
}

/* Header and banner */
#top-banner {
  background: linear-gradient(90deg, #00274d, #004a78);
  color: white;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#top-banner img {
  max-height: 60px;
  margin-bottom: 10px;
}

#top-banner h1 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

#top-banner p {
  margin: 5px 0 0;
  font-size: 16px;
  opacity: 0.9;
}

/* Main content */
.container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Status update cards */
.status-update {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #f9fafb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}


/* Center the logo container */
.masthead.has-logo {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Optional: if logo itself needs centering */
.masthead.has-logo img {
  margin: 0 auto !important;
  display: block;
}


.status-update-