/* Hide Subscribe Button */
.updates-dropdown-container { display:none; }

/*Replace "x" with the number of days you want to show + 2.*/
.status-day:nth-child(n+4) { display:none; }

/* Shorten the top banner area (masthead/header) */
.masthead-container,
.masthead,
.header,
.custom-header-container {
  padding-top: 8px !important;     /* try 4px–10px */
  padding-bottom: 8px !important;  /* try 4px–10px */
  margin-bottom: 6px !important;   /* reduces gap below banner */
  min-height: 0 !important;
}


/* Tighten spacing above the components section */
.components-section {
  margin-top: 6px !important;   /* lower this to tighten more (e.g., 0–4px) */
  padding-top: 0 !important;
}

/* Tighten spacing below the overall/top status region (common patterns) */
.page-status,
.status-banner,
.masthead-container {
  margin-bottom: 25px !important;
  padding-bottom: 0px !important;
}


/* Logo/header area (common wrappers) */
.masthead-container,
.masthead,
.header,
.custom-header-container {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;   /* lower this (e.g., 0–4px) to tighten more */
}