/* /Components/Pages/Home.razor.rz.scp.css */
.halo-image-container[b-embl1hjmq7] {
    width: 100%; 
    max-width: 350px; 
    aspect-ratio: 350 / 750;
    opacity: 0;
}

.halo-image[b-embl1hjmq7] {
    height: 100%; 
    width: 100%; 
    border-radius: 12px;
}

.halo-blurb-container[b-embl1hjmq7] {
    display: flex; 
    flex-direction: column; 
    gap: 8px; 
    padding-left: 24px; 
    padding-right: 24px;
    text-align: center;
    max-width: 435px;
    opacity: 0;
}

.apply-fade-up[b-embl1hjmq7] {
    opacity: 0;
}

body.loaded .apply-fade-up[b-embl1hjmq7] {
    animation: fade-up-b-embl1hjmq7 1s ease-out forwards;
}

@keyframes fade-up-b-embl1hjmq7 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
