:root[color-mode="light"] {
  --weather-option-hover: var(--container-color-base);
}

:root[color-mode="dark"] {
  --weather-option-hover: var(--black-base);
}

.weather-widget {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.weather-title-row {
  position: relative;
  width: 100%;
  /* height: 25px; */
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  font: 10px var(--font);
  display: flex;
  height: 17.5px;
  justify-content: left;
  align-items: center;
}

.weather-city {
  display: flex;
  height: 100%;
  justify-content: left;
  align-items: center;
  font-weight: bold;
  padding-left: 3.5px;
  padding-right: 3.5px;
  font-size: 11px;
  color: var(--font-color-base);
}

.weather-city > .fa-chevron-down {
  margin-left: 10px;
}

.weather-city-live {
  cursor: pointer;
}

.weather-city-live:hover {
  background-color: var(--olive-superlight);
}

.weather-city-live.helping {
  background-color: var(--container-color-base);
}

.weather-title-row > .weather-city > .fa-circle {
  position: relative;
  font-size: 6px;
  top: 1px;
  color: var(--green);
}

.weather-title-row > .weather-city > .fa-circle.no-weather {
  color: var(--font-color-faint-2);
}

.weather-last-iso-update {
  position: relative;
  font: 9.5px var(--font);
  color: var(--font-color-faint-2);
}

.weather-expand {
  float: right;
  color: var(--font-color-faint);
  cursor: pointer;
  font-size: 9px;
  padding-top: 1px;
}

.weather-row {
  position: relative;
  width: 100% !important;
  border: var(--container-border-base);
  border-top: 1px solid var(--olive);
  padding-bottom: 5px;
  /* display: none; */
  /* height: 0; */
}

.weather-plot {
  position: relative;
  margin-top: 7.5px;
  margin-left: 5px;
  margin-right: 5px;
}

.weather-player-select {
  position: absolute;
  height: 16.5px;
  font: 10.5px var(--font);
  background-color: var(--black-base) !important;
  border: var(--container-border-base) !important;
  color: var(--font-color-base);
  border-radius: 0px !important;
  text-overflow: ellipsis;
  top: 5px;
  right: 5px;
  min-width: 150px;
  z-index: 5;
}

.weather-plot-title {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 17px;
  padding-left: 0px;
  font: 8px var(--font);
  padding-left: 2.5px;
  color: var(--font-color-base);
  font-weight: bold;
  border-bottom: var(--container-border-base);
}

.weather-plot-type {
  position: relative;
  width: 100%;
  height: 14px;
  padding-left: 0px;
  padding-top: 0px;
  font: 9px var(--font);
  color: var(--font-color-faint);
  border-right: var(--container-border-base);
  border-left: var(--container-border-base);
}

.weather-plot-container {
  position: relative;
  width: 100%;
  /* height: 17px; */
  /* background-color: yellow; */
  height: 121px;
  border-left: var(--container-border-base);
  border-bottom: var(--container-border-base);
}

.weather-plot-back {
  position: absolute;
  top: 0px;
  height: 100%;
  border-right: var(--container-border-base);
  /* background-color: green; */
}

/* .weather-plot-back:hover {
  background-color: var(--container-color-base);
} */

.weather-img {
  position: absolute;
  width: 50px;
  height: auto;
  top: 9px;
  left: calc(50% - 25px);
  pointer-events: none;
}

.weather-img-day {
  opacity: 1;
}

.weather-img-night {
  opacity: 1;
}

.weather-time {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  height: 15px;
  padding-top: 5px;
  font: 12px var(--font);
  font-weight: bold;
  text-align: center;
  width: 100%;
  left: 0px;
  color: var(--font-color-base);
}

.am-pm-weather {
  position: relative;
  top: -1px;
  color: var(--font-color-faint-2);
  font-size: 8px;
  margin-left: 1px;
}

.weather-desc {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 47px;
  height: 15px;
  padding-top: 3px;
  font: 10px var(--font);
  text-align: center;
  width: 100%;
  left: 0px;
  color: var(--font-color-base);
  font-weight: normal;
}

.weather-wind {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 67px;
  height: 18px;
  font: 10px var(--font);
  width: calc(100%);
  left: 0px;
  color: var(--font-color-base);
  font-weight: bold;
}

.mph {
  position: relative;
  top: -1px;
  color: var(--font-color-faint-2);
  font-size: 7px;
  margin-left: 0.5px;
}

.inches {
  position: relative;
  top: 0.5px;
  color: var(--font-color-faint-2);
  font-size: 7px;
  margin-left: 1px;
}

.weather-temp {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 85px;
  height: 18px;
  font: 10px var(--font);
  text-align: center;
  /* width: calc(100% - 10px); */
  /* left: 5px; */
  width: calc(100%);
  left: 0px;
  color: var(--font-color-base);
  font-weight: bold;
}

.weather-rain {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 103px;
  height: 18px;
  font: 8.5px var(--font);
  text-align: center;
  width: calc(100%);
  left: 0px;
  color: var(--font-color-base);
  /* font-weight: bold; */
}

.teetime-highlight {
  position: absolute;
  top: 0px;
  height: 100%;
  background-color: rgba(61, 153, 112, 0.2);
  border-left: 1px solid var(--olive-lighter);
  border-right: 1px solid var(--olive-lighter);
  /* padding-top: 50%; */
}

.teetime-highlight-label {
  position: absolute;
  height: 13px;
  top: -13px;
  width: 100%;
  text-align: center;
  color: var(--font-color-base);
  font: 7.5px var(--font);
  font-weight: bold;
}

.weather-plot-info {
  position: relative;
  width: 100%;
  /* background-color: yellow; */
  height: 0;
  overflow-y: hidden;
  /* border-bottom: var(--container-border-base); */
  font: 11px var(--font);
  padding-left: 5px;
  padding-right: 5px;
}

.weather-plot-info-expanded {
  height: auto;
  border-bottom: var(--container-border-base);
}

.weather-base-info {
  position: relative;
  font-size: 11px;
  font-weight: normal;
  height: auto;
  color: var(--font-color-base);
  padding-top: 6px;
  padding-bottom: 3px;
}

.weather-info-circle {
  position: relative;
  font-size: 6px;
  top: -2px;
}

.weather-info-row {
  position: relative;
  display: flex;
  font-size: 10.5px;
  height: 17.5px;
  justify-content: left;
  align-items: center;
  color: var(--font-color-faint-2);
}

.wind-icon, .thermom-icon, .umbrella-icon {
  font-size: 9px;
  opacity: 1;
  margin-right: 2.5px;
}

.wind-icon, .umbrella-icon { color: var(--blue); }

.thermom-icon { color: var(--red); }

.wind-higher {
  border-bottom: 2px solid var(--red);
}

.wind-lower {
  border-bottom: 2px solid var(--olive);
}

.temp-higher {
  border-bottom: 2px solid var(--red);
}

.temp-lower {
  border-bottom: 2px solid var(--blue);
}

.weather-info-enhanced {
  color: var(--font-color-faint);
  font-weight: bold;
}

/* add classes when under md */
@media (max-width: 768px) {

  .weather-widget {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }

  .weather-title-row {
    font-size: 8.5px;
    height: 15px;
  }

  .weather-city {
    padding-left: 2x;
    padding-right: 2px;
    font-size: 9.5px;
  }

  .weather-city > .fa-chevron-down {
    margin-left: 7.5px;
  }

  .weather-title-row > .weather-city > .fa-circle {
    font-size: 5px;
    top: 1px;
  }

  .weather-last-iso-update {
    font-size: 7.5px;
  }

  .weather-row {
    padding-bottom: 2.5px;
  }

  .weather-plot {
    position: relative;
    margin-top: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
  }

  .weather-player-select {
    height: 15px;
    font-size: 9px;
    top: 2.5px;
    right: 2.5px;
    min-width: 100px;
  }

  .weather-plot-title {
    height: 15px;
    padding-left: 0px;
    font-size: 7.5px;
    padding-left: 1.5px;
  }

  .weather-plot-container {
    height: 94px;
  }

  .weather-img {
    width: 30px;
    top: 9px;
    left: calc(50% - 15px);
  }

  .weather-time {
    height: 12px;
    /* padding-top: 3px; */
    font: 10px var(--font);
    font-weight: bold;
  }

  .am-pm-weather {
    top: -0.5px;
    font-size: 6px;
    margin-left: 1px;
  }

  .weather-desc {
    top: 34px;
    height: 12px;
    font: 7px var(--font);
    font-weight: bold;
  }

  .weather-wind {
    top: 51px;
    height: 14px;
    font: 7.5px var(--font);
    font-weight: bold;
  }

  .weather-temp {
    position: absolute;
    top: 65px;
    height: 14px;
    font: 7.5px var(--font);
    font-weight: bold;
  }

  .weather-rain {
    position: absolute;
    top: 79px;
    height: 14px;
    font: 7px var(--font);
    font-weight: bold;
  }

  .mph {
    position: relative;
    top: -0.5px;
    color: var(--font-color-faint-2);
    font-size: 5.5px;
    margin-left: 0.5px;
  }

  .inches {
    position: relative;
    top: 0px;
    color: var(--font-color-faint-2);
    font-size: 5.5px;
    margin-left: 1px;
  }

  .teetime-highlight-label {
    height: 11px;
    top: -11px;
    font-size: 7px;
  }

  .weather-plot-info {
    font-size: 9.5px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .weather-base-info {
    font-size: 9.5px;
    padding-top: 4px;
    padding-bottom: 1.5px;
  }

  .weather-info-row {
    font-size: 9px;
    height: 15px;
  }

  .wind-icon, .thermom-icon, .umbrella-icon {
    font-size: 7.5px;
    margin-right: 2px;
  }



}

/* add classes when under sm */
@media (max-width: 576px) {


}
