/* ==========================================================================
   8. EMBEDDED TIMELAPSE STYLE (NO OVERLAY) - REPARIERT
   ========================================================================== */
.zr-main-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.zr-video-box {
    position: relative;
    background-color: #000000;
    border: 4px solid #000000;
    margin: 20px 0;
    width: 100%;
    height: auto;
}

.zr-frame {
    width: 100%;
    height: auto;
    display: block;
}

/* Dateinamen-Einblendung komplett versteckt */
.zr-timestamp {
    display: none !important;
}

.zr-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 0.9rem;
    flex-wrap: wrap;
    gap: 10px;
    color: #000000; /* Erzwingt schwarze Schrift für alle Infos */
}

/* Ladestatus bleibt schlicht schwarz statt neongrün */
.zr-preload {
    color: #000000 !important;
}

.zr-controls {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
    flex-wrap: wrap;
}

.zr-controls .btn-primary {
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    font-size: 0.85rem;
}
