/* Eight4 Media custom styles */

/* Fix for the aspect-w-16 aspect-h-9 container (16:9 ratio for iframes) */
.aspect-w-16.aspect-h-9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.aspect-w-16.aspect-h-9 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Glow text utility */
.glow-text {
    text-shadow: 0 0 10px rgba(225, 6, 0, 0.7), 0 0 20px rgba(225, 6, 0, 0.5);
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}
