/* Glow effect for blocks with unique class suffix 3785f8e5 */
.backlight-glow_3785f8e5 {
    position: relative;
    box-shadow: 0 0 20px rgba(97, 206, 112, 0.4), 0 0 40px rgba(97, 206, 112, 0.2);
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.backlight-glow_3785f8e5:hover {
    box-shadow: 0 0 30px rgba(97, 206, 112, 0.6), 0 0 60px rgba(97, 206, 112, 0.3);
    transform: translateY(-2px);
}
