.article-hero-weather > div {
  align-content: start;
  padding-top: 28px;
  padding-bottom: 28px;
}

#new-orleans-weather {
  width: 100%;
  max-width: 42rem;
  margin: 0 0 18px;
}

.nobr-weather {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 15px;
  color: var(--navy, #173247);
  background: #fffdf8;
  border: 1px solid var(--line, rgba(23, 50, 71, 0.2));
  border-left: 5px solid var(--cypress, #526b5b);
  border-radius: 4px;
  font-family: var(--font-body), Arial, sans-serif;
  line-height: 1.25;
}

.nobr-weather *,
.nobr-weather *::before,
.nobr-weather *::after {
  box-sizing: border-box;
}

.nobr-weather p,
.nobr-weather dl,
.nobr-weather dt,
.nobr-weather dd {
  margin: 0;
}

.nobr-weather__heading {
  margin: 0 0 7px;
  color: var(--cypress, #526b5b);
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nobr-weather__current {
  display: flex;
  align-items: center;
  gap: 8px 14px;
}

.nobr-weather__temperature {
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.nobr-weather__unit {
  font-size: 0.38em;
  font-weight: 700;
}

.nobr-weather__conditions {
  max-width: 12rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.15;
}

.nobr-weather__details {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
  margin-left: auto !important;
  font-size: 0.72rem;
}

.nobr-weather__detail {
  display: flex;
  gap: 3px;
}

.nobr-weather__detail dt {
  color: #5f686d;
  font-weight: 700;
}

.nobr-weather__detail dd {
  font-weight: 700;
}

.nobr-weather__forecast {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid var(--line, rgba(23, 50, 71, 0.2));
}

.nobr-weather__period {
  min-width: 0;
}

.nobr-weather__period-name {
  color: #5f686d;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nobr-weather__period-temp {
  margin-top: 1px !important;
  font-size: 1rem;
  font-weight: 800;
}

.nobr-weather__period-conditions {
  display: -webkit-box;
  margin-top: 1px !important;
  overflow: hidden;
  font-size: 0.67rem;
  line-height: 1.15;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nobr-weather__meta,
.nobr-weather__unavailable {
  margin-top: 7px !important;
  color: #5f686d;
  font-size: 0.62rem;
}

.nobr-weather__meta a {
  color: inherit;
  text-underline-offset: 2px;
}

.nobr-weather__alerts {
  margin-top: 6px;
  padding: 4px 6px;
  color: #673600;
  background: #fff0c7;
  border-left: 3px solid #b55b00;
  font-size: 0.65rem;
}

.nobr-weather__alerts p + p {
  margin-top: 0.35rem;
}

@media (max-width: 700px) {
  .article-hero-weather > div {
    padding-top: 22px;
    padding-bottom: 42px;
  }

  #new-orleans-weather {
    margin-bottom: 16px;
  }

  .nobr-weather__current {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nobr-weather__details {
    width: 100%;
    margin-left: 0 !important;
  }

  .nobr-weather__conditions {
    max-width: calc(100% - 72px);
  }
}
