html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.dashboard-meteo-radio {
    max-width: 70vw;
    margin: 0 auto;

    /* 20 % libres en haut et 20 % libres en bas */
    padding: 20vh 18px 20vh 18px;

    box-sizing: border-box;
}

.dashboard-meteo-radio {
    max-width: 70vw;
    margin: 0 auto;
    padding: 15vh 18px 20vh 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bloc-meteo,
.bloc-radio,
.texte-AstroMeteo {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 22px;
    padding: 24px;
    margin-bottom: 26px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.bloc-meteo h1,

.bloc-radio h2 {
    margin-top: 0;
    text-align: center;
    color: #123047;
}

.intro-radio {
    text-align: center;
    color: #52616b;
    margin-bottom: 24px;
}

.radio-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.radio-card {
    overflow: hidden;
    border-radius: 20px;
    text-decoration: none;
    color: #17212b;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.radio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.radio-preview {
    display: block;
    width: 100%;
    height: 155px;
    object-fit: cover;
    object-position: center;
    background: #e9eef2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.radio-card-image.hamdxmap {
    background:
        linear-gradient(135deg, rgba(2, 33, 64, 0.35), rgba(0, 188, 212, 0.25)),
        url("https://dxmap.f5uii.net/favicon.ico");
    background-color: #113b5c;
    background-size: 80px, 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.radio-card-image.voacap {
    background:
        radial-gradient(circle at top left, #fff3b0, transparent 35%),
        linear-gradient(135deg, #1d3557, #457b9d);
}

.radio-card-image.dxmaps {
    background:
        radial-gradient(circle at 25% 25%, #f4a261, transparent 22%),
        radial-gradient(circle at 75% 55%, #2a9d8f, transparent 25%),
        linear-gradient(135deg, #14213d, #000000);
}

.radio-card-content {
    padding: 20px;
}

.radio-card-content h3 {
    margin: 0 0 10px;
    color: #0b3954;
}

.radio-card-content p {
    margin: 0 0 16px;
    line-height: 1.45;
    color: #4d5b66;
}

.radio-card-content span {
    font-weight: 700;
    color: #0077b6;
}

.weatherwidget-io {
    border-radius: 18px;
    overflow: hidden;
}

@media (max-width: 900px) {
    .radio-links-grid {
        grid-template-columns: 1fr;
    }
}
