.fcm-news-slider-module {
    --fcm-news-black: #050505;
    --fcm-news-red: #ef1c22;
    --fcm-news-red-dark: #d9161d;
    --fcm-news-white: #ffffff;
    --fcm-news-gold: #faba4b;
    --fcm-news-static-cols: 4;
    --fcm-news-static-gap: 22px;
    width: 100%;
}

.fcm-news-slider__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.fcm-news-slider__headline {
    margin: 0;
    color: var(--fcm-news-black);
    font-family: 'Oswald', sans-serif;
    font-size: clamp(40px, 4vw, 52px);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.fcm-news-slider__nav {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.fcm-news-slider-module--static .fcm-news-slider__nav,
.fcm-news-slider__nav .swiper-button-lock {
    display: none !important;
}

.fcm-sw-btn {
    width: 42px !important;
    height: 42px !important;
    border: none !important;
    border-radius: 999px !important;
    background: var(--fcm-news-black) !important;
    background-image: none !important;
    color: var(--fcm-news-white) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease !important;
}

.fcm-sw-btn svg {
    width: 28px;
    height: 28px;
    display: block;
}

.fcm-sw-btn:hover,
.fcm-sw-btn:focus-visible {
    background: var(--fcm-news-black) !important;
    color: var(--fcm-news-white) !important;
}

.fcm-sw-btn.swiper-button-disabled {
    opacity: 0.35 !important;
    cursor: default !important;
    transform: none !important;
}

.fcm-news-swiper {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.fcm-news-swiper .swiper-wrapper {
    align-items: stretch;
}

.fcm-news-swiper .swiper-slide {
    height: auto;
}

.fcm-news-slider-module--static .fcm-news-swiper {
    overflow: visible;
}

.fcm-news-slider-module--static .fcm-news-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: var(--fcm-news-static-gap);
    width: auto !important;
    transform: none !important;
}

.fcm-news-slider-module--static .fcm-news-swiper .swiper-slide {
    width: calc((100% - (var(--fcm-news-static-gap) * (var(--fcm-news-static-cols) - 1))) / var(--fcm-news-static-cols)) !important;
    margin-right: 0 !important;
    flex: 0 0 calc((100% - (var(--fcm-news-static-gap) * (var(--fcm-news-static-cols) - 1))) / var(--fcm-news-static-cols));
}

.fcm-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: var(--fcm-news-red);
    text-decoration: none !important;
    box-shadow: none;
    transition: background-color 0.24s ease;
}

.fcm-news-card:hover,
.fcm-news-card:focus-visible {
    background: var(--fcm-news-red-dark);
    text-decoration: none !important;
}

.fcm-news-card *,
.fcm-news-card:hover *,
.fcm-news-card:focus-visible * {
    text-decoration: none !important;
    box-shadow: none !important;
}

.fcm-news-card__image-wrap {
    width: 100%;
    aspect-ratio: 1.42;
    overflow: hidden;
    background: transparent;
    line-height: 0;
    border: 0;
    margin: 0;
}

.fcm-news-card__image,
.fcm-news-card__placeholder {
    width: 100%;
    height: 100%;
    display: block;
}

.fcm-news-card__image {
    width: 100%;
    min-width: 100%;
    max-width: none;
    border: 0;
    object-fit: cover;
    vertical-align: top;
}

.fcm-news-card__placeholder {
    display: flex;
}

.fcm-news-card__placeholder .fcm-single-placeholder {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, rgba(207, 36, 27, 0.08), rgba(243, 197, 95, 0.16)),
        #f2ece4;
}

.fcm-news-card__placeholder .fcm-single-placeholder__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fcm-news-card__placeholder .fcm-single-placeholder__glow {
    position: absolute;
    inset: auto -10% -34% auto;
    width: min(28vw, 220px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    filter: blur(24px);
}

.fcm-news-card__placeholder .fcm-single-placeholder__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 16px;
    text-align: center;
    flex-direction: column;
}

.fcm-news-card__placeholder .fcm-single-placeholder__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    aspect-ratio: 1;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.75);
    flex: 0 0 auto;
}

.fcm-news-card__placeholder .fcm-single-placeholder__logo {
    width: 54%;
    height: auto;
    object-fit: contain;
}

.fcm-news-card__placeholder .fcm-single-placeholder__copy {
    display: grid;
    gap: 5px;
    max-width: 100%;
}

.fcm-news-card__placeholder .fcm-single-placeholder__eyebrow {
    color: rgba(23, 23, 23, 0.54);
    font-family: 'Oswald', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fcm-news-card__placeholder .fcm-single-placeholder__title {
    color: #171717;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.35rem);
    line-height: 1.04;
    text-transform: uppercase;
}

.fcm-news-card__placeholder .fcm-single-placeholder__text,
.fcm-news-card__placeholder .fcm-single-placeholder__wordmark {
    display: none;
}

.fcm-news-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 22px;
    padding: 18px 16px 20px;
    min-height: 156px;
}

.fcm-news-card__title {
    margin: 0;
    color: var(--fcm-news-white);
    font-family: 'Oswald', sans-serif;
    font-size: clamp(22px, 2.2vw, 27px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-wrap: balance;
    text-decoration: none !important;
}

.fcm-news-card__read-more {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: auto;
    color: var(--fcm-news-white);
    text-decoration: none !important;
}

.fcm-news-card__link-text {
    color: currentColor;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: none;
    text-decoration: none !important;
    border-bottom: none !important;
}

.fcm-news-card:hover .fcm-news-card__title,
.fcm-news-card:focus-visible .fcm-news-card__title,
.fcm-news-card:hover .fcm-news-card__read-more,
.fcm-news-card:focus-visible .fcm-news-card__read-more,
.fcm-news-card:hover .fcm-news-card__link-text,
.fcm-news-card:focus-visible .fcm-news-card__link-text {
    color: var(--fcm-news-white) !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.fcm-news-card__link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.fcm-news-card__link-icon svg {
    width: 28px;
    height: 28px;
    display: block;
}

@media screen and (max-width: 991px) {
    .fcm-news-slider-module {
        --fcm-news-static-cols: 2;
        --fcm-news-static-gap: 22px;
    }

    .fcm-news-slider__header {
        margin-bottom: 28px;
    }

    .fcm-news-card__content {
        min-height: 148px;
    }
}

@media screen and (max-width: 767px) {
    .fcm-news-slider-module {
        --fcm-news-static-gap: 18px;
    }

    .fcm-news-slider__header {
        align-items: center;
        margin-bottom: 24px;
    }

    .fcm-news-slider__headline {
        font-size: 32px;
    }

    .fcm-news-slider__nav {
        gap: 10px;
    }

    .fcm-sw-btn {
        width: 38px !important;
        height: 38px !important;
    }

    .fcm-sw-btn svg {
        width: 24px;
        height: 24px;
    }

    .fcm-news-card__content {
        gap: 18px;
        padding: 16px 14px 18px;
        min-height: 138px;
    }

    .fcm-news-card__title {
        font-size: 20px;
    }

    .fcm-news-card__link-text {
        font-size: 15px;
    }

    .fcm-news-card__link-icon,
    .fcm-news-card__link-icon svg {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 575px) {
    .fcm-news-slider-module {
        --fcm-news-static-cols: 1;
        --fcm-news-static-gap: 16px;
    }

    .fcm-news-slider__header {
        gap: 16px;
    }

    .fcm-news-slider__headline {
        font-size: 28px;
    }
}
