.slf-v2 {
    padding: 36px 0 60px;
    background:
        radial-gradient(circle at 15% 10%, rgb(46 204 113 / 14%), transparent 34%),
        linear-gradient(135deg, #d7f1df 0%, #edf8f0 52%, #ccebd6 100%);
}

.slf-v2__container {
    width: min(1180px, calc(100% - 30px));
    margin: 0 auto;
}

.slf-v2 .slf-hero {
    width: 100%;
    max-width: none;
    min-height: 500px;
    margin: 0 auto 36px;
}

.slf-v2 .slf-hero__overlay {
    min-height: 500px;
    padding: 48px;
}

.slf-v2 .slf-hero__title {
    font-size: clamp(38px, 4.5vw, 58px);
}

.slf-v2__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    margin-top: 28px;
}

.slf-v2__content {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.slf-v2__content > :is(
    .slf-section,
    .slf-transfer-section,
    .slf-news-grid,
    .slf-championships
) {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.slf-v2__content > .slf-transfer-section::before {
    display: none;
}

.slf-v2__sidebar {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.slf-v2__sidebar > .slf-sidebar-featured {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.slf-v2__sidebar #sidebar,
.slf-v2__sidebar #sidebar .theiaStickySidebar {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.slf-v2__sidebar .widget {
    max-width: 100%;
}

.slf-v2__sidebar #sidebar .SP_News_Widget .news_li > .newspost-title,
.slf-v2__sidebar #sidebar .SP_News_Widget a.newspost-title {
    font-weight: 800 !important;
}

/* La recherche historique n'est pas conservée dans la colonne Home V2. */
.slf-v2__sidebar :where(.widget_search, .search-block, form[role="search"], form.search-form) {
    display: none !important;
}

.slf-v2__sidebar #sidebar > .theiaStickySidebar > .widget_search {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.slf-v2 .slf-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1000px) {
    .slf-v2 .slf-hero,
    .slf-v2 .slf-hero__overlay {
        min-height: 420px;
    }

    .slf-v2__layout {
        grid-template-columns: 1fr;
    }

    .slf-v2__sidebar {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .slf-v2 .slf-hero,
    .slf-v2 .slf-hero__overlay {
        min-height: 350px;
    }

    .slf-v2 .slf-hero__overlay {
        padding: 24px;
    }

    .slf-v2 .slf-hero__title {
        font-size: 32px;
    }

    .slf-v2 .slf-post-grid {
        grid-template-columns: 1fr;
    }
}
