/* =============================================================================
   KE Lottie Widget — v0.61.1
   Container für die von lottie-web erzeugte SVG. Breite via Width-Control.
   ============================================================================= */

.ke-lottie-widget {
    width: 100%;
}

.ke-lottie {
    width: 300px;          /* via Width-Control überschrieben */
    max-width: 100%;
    line-height: 0;        /* kein Inline-Whitespace unter der SVG */
}

.ke-lottie > svg {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.ke-lottie-link {
    display: inline-block;
    line-height: 0;
}

.ke-lottie--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 16px;
    border: 1px dashed #c7cdd6;
    border-radius: 8px;
    color: #64748b;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    background: #f8fafc;
}
