/*!
 *      __  ____  
 *     / / |___ \ 
 *    / /    __) |
 *   < <    |_ Wetter-Puls
 *    \ \   ___) |
 *     \_\ |____/ 
 *
 *  (c) 2025-2026 Daniel Frey | https://wetter-puls.de
 *  Author:  Daniel Frey <daniel@dan.jetzt>
 *  License: Proprietary & Confidential - All Rights Reserved
 */


        
        /* Hilfsklasse für gleichmäßige Bildhöhen in der Sidebar */
        .hemisphere-img {
            height: 300px; /* Fixe Höhe damit es symmetrisch zur 650px Map passt */
            width: auto;
            max-width: 100%;
            object-fit: contain;
            background: #000;
        }
        
        /* Overlay für den Zeitstempel im Bild */
        .img-timestamp {
            background-color: rgba(0, 0, 0, 0.7);
            color: #bbb;
            font-size: 0.75rem;
            padding: 2px 6px;
            border-radius: 4px;
            pointer-events: none;
        }
    