.weather-update-schedule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--mb-border);
    border-radius: 12px;
    background: var(--mb-panel);
    color: var(--mb-label);
    text-align: left;
}

.weather-update-schedule__icon {
    flex: 0 0 auto;
    color: var(--mb-blue);
    font-size: 1.6rem;
    line-height: 1;
}

.weather-update-schedule h2 {
    margin: 0 0 0.2rem;
    color: var(--mb-text);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.weather-update-schedule p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.45;
}

.weather-update-schedule strong {
    color: var(--mb-text);
    white-space: nowrap;
}

@media (max-width: 520px) {
    .weather-update-schedule {
        align-items: flex-start;
        justify-content: flex-start;
    }
}
