/* PVP.com2.tr V3.5.1 — 20px yerleşim ritmi düzeltmesi */
:root{
    --pvp-layout-gap:20px;
}

/* Header ile içerik/reklam başlangıçları */
.rail-ad{
    top:calc(var(--header-height,68px) + var(--pvp-layout-gap))!important;
}
.ranking-page-body .site-header{
    min-height:var(--header-height,68px)!important;
}
main>.community-hero,
main>.community-detail-section,
main>.community-form-section,
main>.community-library-section,
main>.ranking-hero,
main>.page-hero{
    padding-top:var(--pvp-layout-gap)!important;
}

/* Topluluk ana akışı */
.community-section{
    padding-top:var(--pvp-layout-gap)!important;
}
.community-sidebar,
.community-detail-sidebar,
.community-compose__side{
    gap:var(--pvp-layout-gap)!important;
}
.community-filters{
    margin-bottom:var(--pvp-layout-gap)!important;
}
.community-feed{
    gap:var(--pvp-layout-gap)!important;
}
.community-pagination{
    margin-top:var(--pvp-layout-gap)!important;
}

/* Topluluk paylaşım detayındaki dikey bloklar */
.community-post-detail>.alert{
    margin-bottom:var(--pvp-layout-gap)!important;
}
.community-breadcrumb{
    margin-bottom:var(--pvp-layout-gap)!important;
}
.community-protected-links,
.community-post-actions,
.community-comments{
    margin-top:var(--pvp-layout-gap)!important;
}
.community-comments__head{
    margin-bottom:var(--pvp-layout-gap)!important;
}
.community-comment-list{
    gap:var(--pvp-layout-gap)!important;
    margin-top:var(--pvp-layout-gap)!important;
}
.community-comment__replies{
    margin-top:var(--pvp-layout-gap)!important;
}

/* Aylık sıralama */
.ranking-page-section{
    padding-top:var(--pvp-layout-gap)!important;
}
.ranking-content-block+.ranking-content-block{
    margin-top:var(--pvp-layout-gap)!important;
}
.ranking-section-heading{
    margin-bottom:var(--pvp-layout-gap)!important;
}
.ranking-podium,
.game-leader-grid,
.ranking-vote-list{
    gap:var(--pvp-layout-gap)!important;
}

/* Açılış takvimi */
.calendar-page-section{
    padding-top:var(--pvp-layout-gap)!important;
}
.calendar-groups{
    gap:var(--pvp-layout-gap)!important;
}
.calendar-group .compact-heading{
    margin-bottom:var(--pvp-layout-gap)!important;
}
.calendar-vote-list{
    gap:var(--pvp-layout-gap)!important;
}

/* Server arama */
.search-page-hero+.search-results-section,
.search-page-ad-section+.search-results-section{
    padding-top:var(--pvp-layout-gap)!important;
}
.search-results-section .filter-bar{
    margin-bottom:var(--pvp-layout-gap)!important;
}
.search-results-section .results-head{
    margin-bottom:var(--pvp-layout-gap)!important;
}
.search-vote-list{
    gap:var(--pvp-layout-gap)!important;
}

/* Mobilde de aynı 20px ritmi korunur */
@media(max-width:700px){
    main>.community-hero,
    main>.community-detail-section,
    main>.community-form-section,
    main>.community-library-section,
    main>.ranking-hero,
    main>.page-hero,
    .community-section,
    .ranking-page-section,
    .calendar-page-section,
    .search-page-hero+.search-results-section,
    .search-page-ad-section+.search-results-section{
        padding-top:var(--pvp-layout-gap)!important;
    }
    .community-layout{
        gap:var(--pvp-layout-gap)!important;
    }
}
