
/* Mobile-only Sunrise/Sunset label handling */
.clmf-mobile-label { display: none; }
@media (max-width: 640px){
  .clmf-desktop-label { display: none; }
  .clmf-mobile-label { display: inline; }
}

/* Hide known small dot/swatch elements near precip to avoid UI bullets */
.forecast .precip .swatch,
.forecast .precip .dot,
.forecast-widget .precip .swatch,
.forecast-widget .precip .dot,
.forecast-details .precip .swatch,
.forecast-details .precip .dot { display: none !important; }

/* hide container during dynamic retouches to avoid flicker */
.forecast.clmf-hide, .forecast-widget.clmf-hide, .forecast-wrap.clmf-hide, .forecast-details.clmf-hide, .forecast-day.clmf-hide { visibility: hidden; }


/* Emoji UI */
.fc-day { display:flex; flex-direction:column; align-items:center; gap:4px; }
.fc-day .em { font-size:22px; line-height:1; }
.fc-day .em .em-mods { margin-left:2px; font-size:16px; opacity:.9; }
.fc-day .w svg { width:28px; height:28px; display:block; }
