#cookie-accept {
    position: fixed;
    z-index: 100;
    left: 10px;
    bottom: 10px;
    padding: 1em;
    width: 500px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-weight: 200;
    box-sizing: border-box;
}
#cookie-accept .cookie-accept-buttons {
    display: flex;
    margin-top: 1em;
    margin-left: -.25em;
    margin-right: -.25em;
}
#cookie-accept .cookie-accept-buttons * {
    background: #000;
    color: #FFFFFF;
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 0.5em 1em;
    font-size: 1em;
    border: 1px solid #333;
    margin: 0 0.25em;
    user-select: none;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.cookie-btn {
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 99px;
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 99;
    border: none;
}

.social-link {
    color: #000;
    text-decoration: none;
}

.social-link:hover {
    color: #444;
    text-decoration: none;
}

#brandSwiper .swiper-slide-content .goto-menu {
    margin-top: 25px;
    margin-bottom: 25px;
}

.brand-menu-item-award {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
}

.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}

@media (max-width: 767.98px) {
    #cookie-accept {
        width: calc(100% - 20px);
    }

    .michelin-logo {
        margin-left: 50px;
    }

    .brand-menu-item-award {
        margin-left: 0;
    }
}

.page-container .global-page-title {
    font-family: var(--secondary-font);
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 4rem;
    font-weight: 400;
    display: flex;
}

.page-container .global-page-title.column-layout {
    display: block;
    line-height: 0.8;
}

.page-container .global-page-title.column-layout em {
    display: block;
    line-height: 1.8;
    margin-bottom: -0.2em;
}

.page-container .global-page-title.column-layout span {
    font-family: var(--primary-font);
}

.page-container .global-page-title.column-layout br {
    display: none;
}

/* Home Page Slider Styles */
.promo-section {
    background-color: #000;
}

/* Full image slides */
.swiper-slide.full-image {
    width: 100%;
    height: calc(100vh - var(--header-height));
    background-color: #000;
}

.swiper-slide.full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text + Image slides */
.swiper-slide.has-text {
    display: flex;
    background-color: #000;
    height: calc(100vh - var(--header-height));
}

.swiper-slide.has-text .slide-image {
    width: 33.333%;
    height: 100%;
}

.swiper-slide.has-text .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide.has-text .slide-text {
    width: 66.667%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.swiper-slide.has-text .slide-text-content {
    padding: 2rem;
    color: #fff;
    font-family: var(--secondary-font);
    text-align: center;
    width: 80%;
    position: relative;
}

.swiper-slide.has-text .caption-text {
    font-size: 2.5rem;
    line-height: 1.4;
    margin: 1rem 0;
}

.swiper-slide.has-text .quote-top,
.swiper-slide.has-text .quote-bottom {
    display: block;
    font-size: 4rem;
    line-height: 1;
    color: #fff;
    font-family: var(--secondary-font);
}

/* Video slides - keep existing styles */
.swiper-slide.has-video {
    height: calc(100vh - var(--header-height));
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .swiper-slide.has-text {
        flex-direction: column;
    }

    .swiper-slide.has-text .slide-image,
    .swiper-slide.has-text .slide-text {
        width: 100%;
        height: 50%;
    }

    .swiper-slide.has-text .slide-text-content {
        width: 90%;
    }

    .swiper-slide.has-text .caption-text {
        font-size: 2rem;
        margin: 0.5rem 0;
    }

    .swiper-slide.has-text .quote-top,
    .swiper-slide.has-text .quote-bottom {
        font-size: 3rem;
    }
}
