.led-strip {
    height: 0.22rem;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(0, 166, 255, 0.25) 12%,
        rgba(0, 166, 255, 1) 50%,
        rgba(0, 166, 255, 0.25) 88%,
        transparent 100%
    );
    box-shadow:
        0 0 0.8rem rgba(0, 166, 255, 0.9),
        0 0 1.6rem rgba(0, 166, 255, 0.45);
}
