.weather-section {
    margin: 25px 0;
}

.weather-section figure {
    margin: 0;
}

.weather-section figcaption {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.weather-section img {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    border-radius: 4px;
}

.weather-section iframe {
    width: 100%;
    border: none;
    border-radius: 4px;
}

.weather-section .iframe-radar {
    max-width: 600px;
    max-height: 600px;
    height: 100%;
}

.weather-section .iframe-meteogram {
    height: 700px;
    overflow: hidden;
}

.moon-widget img {
    max-width: 200px;
}

.meteoblue-credit {
    font-size: 0.75rem;
    margin-top: 4px;
    text-align: right;
}

/* Ressources externes */
.external-links {
    text-align: left;
    background-color: var(--panel-bg);
    padding: 15px 20px;
    border-radius: 6px;
    margin: 25px 0;
    border-left: 4px solid var(--accent-color);
    font-size: 0.9rem;
}

.external-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.external-links li {
    margin: 6px 0;
}

.external-links a {
    color: var(--accent-color);
    text-decoration: underline;
}

.external-links a:visited {
    color: var(--link-visited);
}

.external-links a:active {
    color: var(--link-active);
}
