.weather-test {
    margin-bottom: 40px;
    padding: 25px;
    border: 3px solid #000;
    background-color: #fff;
}

.weather-test h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.weather-test .weather-note {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.weather-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.weather-row + .weather-row .weather-area {
    border-top: 2px solid #000;
    padding-top: 10px;
    margin-top: 10px;
}

.weather-label {
    width: 120px;
    padding: 0 10px 10px 0;
    font-size: 24px;
    font-weight: bold;
    vertical-align: top;
}

.weather-days {
    padding: 0 0 10px 10px;
    vertical-align: top;
}

.weather-days.full {
    padding-left: 0;
}

.weather-area {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

.weather-content {
    padding-top: 0;
}

.weather-days-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.weather-day-cell {
    width: 33.33%;
    padding: 0 12px;
    border-left: 1px solid #666;
    vertical-align: top;
}

.weather-day-cell.today .weather-date {
    color: #000;
    font-weight: bold;
    border-bottom-color: #000;
}

.weather-day-cell:first-child {
    border-left: none;
    padding-left: 0;
}

.weather-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.weather-status {
    font-size: 18px;
    margin-bottom: 10px;
}

.weather-status.status-ok {
    color: #000;
}

.weather-status.status-error {
    color: #666;
}

.weather-status.status-loading {
    color: #666;
}

.weather-date {
    font-size: 20px;
    color: #666;
    margin: 0;
    min-height: 28px;
    line-height: 28px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

.weather-day-cell.today .weather-date {
    color: #000;
    font-weight: bold;
    border-bottom-color: #000;
}

.weather-metric {
    font-size: 18px;
    color: #333;
    margin: 4px 0;
    line-height: 1.5;
}

.weather-metric.primary {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin: 6px 0 10px;
}

.weather-area {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

.weather-summary {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-top: 8px;
}

.weather-sep {
    display: inline-block;
    margin: 0 6px 0 12px;
    color: #666;
}

.day-counter {
    margin-bottom: 40px;
    padding: 25px;
    border: 3px solid #000;
    background-color: #fff;
}

.day-counter-layout {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.day-counter-text {
    width: 65%;
    vertical-align: middle;
    text-align: left;
}

.day-counter-illustration {
    width: 35%;
    text-align: right;
    vertical-align: middle;
}

.day-counter-image {
    width: 130px;
    height: 130px;
    border: none;
    background-color: #fff;
}

.day-counter h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.day-counter-value {
    font-size: 44px;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 2px;
}

.day-counter-unit {
    font-size: 24px;
    margin-left: 10px;
}

.day-counter-value {
    font-size: 44px;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 2px;
}

.day-counter-unit {
    font-size: 24px;
    margin-left: 10px;
}
