/* Extension météo du Widget Menu Tourisme.
   Icône Meteocons Flat sans cercle, sur la même emprise de 30 px que les autres pictos. */
.plugin-tourisme .wmt-weather-row > a,
.plugin-tourisme .wmt-weather-row > .wmt-weather-static {
    display: flex;
    align-items: center;
}

.plugin-tourisme .wmt-weather-icon-wrap {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 8px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.plugin-tourisme .wmt-weather-icon {
    display: block;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.plugin-tourisme .wmt-weather-copy {
    min-width: 0;
}

.plugin-tourisme .wmt-weather-temp {
    font-weight: 600;
}

.plugin-tourisme .wmt-weather-static {
    cursor: default !important;
    pointer-events: none;
}

/* Ligne météo sans lien : conserver la même couleur que les autres entrées du widget. */
.plugin-tourisme .wmt-weather-static {
    color: #a22b2b !important;
}
