/* Sign-in Lottie logo only (banner uses static logo.png).
   Shape fills: all six use #008bff (brand blue). Original multi-color
   revert: clearview_logo.json → meta.colorOverride.priorFillColors. */

.lottie-logo-wrap {
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lottie-logo {
    margin: 0;
    padding: 0;
    display: block;
    flex-shrink: 0;
    background: transparent !important;
    transform: scale(var(--lottie-logo-crop-scale, 1.35));
    transform-origin: center center;
}

.lottie-logo-wrap--signin {
    width: 75px;
    height: 75px;
    --lottie-logo-crop-scale: 1.35;
}

.lottie-logo-wrap--signin .lottie-logo {
    width: 75px;
    height: 75px;
}
