/* === Three-column layout base === */
.layout--threecol-33-34-33 {
  display: flex !important;
  flex-wrap: wrap !important;
}

/* Mobile-first: each region full width by default */
.layout--threecol-33-34-33 > .layout__region {
  flex: 0 0 100% !important;  /* full-width column on narrow screens */
}

/* Desktop three-column split (≈640px and up) */
@media screen and (min-width: 40em) {
  .layout--threecol-33-34-33 > .layout__region--first,
  .layout--threecol-33-34-33 > .layout__region--third {
    flex: 0 0 42.5% !important;
  }
  .layout--threecol-33-34-33 > .layout__region--second {
    flex: 0 0 15% !important;
  }
}

/* Mobile-specific tweaks */
@media screen and (max-width: 39.99em) {
  /* Let regions stay full width; no extra squeezing */
  .layout--threecol-33-34-33 > .layout__region {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* Specifically target "today" images */
  .layout--threecol-33-34-33 .field--name-field-today img {
    max-width: 80% !important;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* General image rule (fallback, safe) */
.layout--threecol-33-34-33 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Avoid horizontal scrollbars on the whole page */
body {
  overflow-x: hidden;
}

/* (No need to hide overflow on the layout container itself) */
/* .layout--threecol-33-34-33 { overflow-x: hidden; }  <-- removed */

/* Image sizing for user pics / general images */
.field--type-image img,
.field--name-field-user-picture img {
  margin-bottom: 0 !important;
  width: 98%;
}

.block-weather-widget {
  margin-bottom: 20px;
}

.field--name-field-current-alert .field__item img {
  float: none !important;
  display: block;
  margin: 0 auto;
}

.forecastername {
  transform: translateX(-7px);
}

.field--name-field-six-day-title {
  transform: translateX(-60px);
}

@media (max-width: 767.98px) {
  .field--name-field-six-day-title {
    transform: translateX(0);
  }
}

body {
  background-color: #005385;
}

.site-footer {
  background-color: #005385;
}

.weather-location {
  color: white;
}

.field--label-hidden {
  color: white;
}

.top-banner {
  display: none;
}
