#cv2-weather-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

html[data-theme="dark"] #cv2-weather-canvas,
html.dark-mode #cv2-weather-canvas {
    opacity: 0.85;
}

body.modernpanel #cv2-weather-canvas,
body#muspanel #cv2-weather-canvas {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    #cv2-weather-canvas {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #cv2-weather-canvas {
        opacity: 0.6;
    }
}
