/* weather — generated by scripts/split-css.mjs from style.css. Do not edit by hand. */
.weather-forecast-table {
    display: grid;
    row-gap: 4px;
    justify-content: center;
}

.weather-forecast-table > div {
        display: grid;
        grid-template-columns: 70px 40px 48px 2fr 1fr;
        min-height: 45px;
        border-top: solid 1px #7C6F27;
        column-gap: 12px;
        align-items: center;
        max-width: 600px;
    }

@media (min-width: 768px) {
  .weather-forecast-table > div {
        grid-template-columns: 100px 60px 80px 2fr 1fr;
        min-height: 55px;
    }
}

.weather-forecast-table > div:last-child {
    border-bottom: solid 1px #7C6F27;
}

.weather-forecast-table > div > img {
    justify-self: center;
}

.table-bold {
    font-size: 15px;
    font-weight: bold;
}

@media (min-width: 768px) {
  .table-bold {
        font-size: 19px;
    }
}

.table-light {
    font-size: 15px;
    line-height: 1.1em;
}

@media (min-width: 768px) {
  .table-light {
        font-size: 19px;
    }
}

.table-light.table-padded-text {
    padding-top: 12px;
    padding-bottom: 12px;
}

img.table-bold {
    width: 36px;
}

@media (min-width: 768px) {
  img.table-bold {
        width: 38px;
    }
}

img.table-light {
    width: 30px;
}

@media (min-width: 768px) {
  img.table-light {
        width: 32px;
    }
}
