.weather-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.weather-actions .btn {
    min-width: 12rem;
}

.weather-graph-section {
    background: transparent;
}

#weather-graph-container {
    margin-bottom: 1rem;
}

.weather-graph-and-hours {
    margin-bottom: 1rem;
}

.weather-graph-and-hours > #weather-next-hours-container,
.weather-graph-and-hours > #weather-graph-container {
    min-width: 0;
}

.weather-graph-link,
.weather-graph-link:hover {
    color: inherit;
    text-decoration: none;
}

.yr-no-graph {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background: #fff;
}

@media (min-width: 1600px) {
    .weather-graph-and-hours {
        display: grid;
        grid-template-columns: minmax(0, 800px) minmax(0, 1fr);
        gap: 1.5rem;
        align-items: start;
    }

    #weather-graph-container {
        margin-bottom: 0;
    }

    .weather-graph-section {
        margin-bottom: 0 !important;
    }
}

.weather-map {
    height: 22rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#weather-use-browser-location {
    min-width: 2.75rem;
}

.weather-search-results {
    max-height: 16rem;
    overflow-y: auto;
}

.weather-search-result {
    cursor: pointer;
}

.weather-search-result:hover,
.weather-search-result.active {
    background-color: #f8f9fa;
}

.weather-section-loading {
    opacity: 0.6;
    pointer-events: none;
}

/* weekend-rijen in de "komende dagen"-tabel (zelfde als het dashboard) */
#weather-next-days-section .table tr.weekend {
    background-color: #f2f2f2;
}
