.header .logo-icon-text {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.hero-carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-carousel .carousel-inner {
    height: 100%;
}

.hero-carousel .carousel-item {
    background-color: #141c25;
    width: 100%;
    height: 100%;
}

.speakers-section .card {
    border: none;
}

/* Hero: event details on the left, Spark logo on the right */
.hero-block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    height: 100%;
}

.hero-text-block {
    margin: 0;
    max-width: 820px;
}

/* Slightly smaller meta so the date and address lines don't wrap
   awkwardly next to the logo */
.hero-text-block .hero-meta {
    font-size: 1.4rem;
}

.hero-logo {
    flex: 0 0 auto;
    width: 300px;
    max-width: 45%;
    position: relative;
    z-index: 20;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.55));
}

@media (max-width: 900px) {
    .hero-block .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .hero-text-block {
        max-width: 100%;
    }

    .hero-logo {
        order: -1;
        width: 210px;
    }
}
