/* Slideshow Component */
.slideshow-component {
    background: var(--bg-gray-4);
    padding-bottom: 40px !important;
}

.slideshow-component .slide-dots {
    padding-top: 32px !important;
}

/* Utility Classes */
.-ml-100px {
    margin-left: -9vw;
}

/* Gallery Sections */
.gallery-building-section,
.gallery-events-section {
    background: var(--bg-gray-3);
    padding: 4px 0;
}

.gallery-restaurant-section {
    background: var(--bg-gray-2);
    padding: 4px 0;
}

/* Swiper Components */
.swiper-slider {
    overflow: hidden;
}

.slider-section {
    padding: 0 0 60px;
}

/* Restaurant Section */
.restaurant-section h2 {
    font-weight: 300;
    font-size: 1.9rem;
    text-align: left;
    margin-bottom: 28px;
    min-height: 32px;
}

.restaurant-section .content-block,
.restaurant-section .content-block h2 {
    margin-bottom: 0;
    font-weight: 300;
}

.restaurant-section .content-block .content-block__description {
    display: none;
}

.restaurant-section .content-block .content-block__description,
.restaurant-section .content-block .content-block__hours {
    font-size: 0.8rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 1.8rem;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .content-block__eyebrow {
        font-size: 1rem !important;
        font-weight: 300 !important;
        text-transform: unset !important;
        letter-spacing: 2px;
        margin-bottom: 4px !important;
    }
}
