/* PVP.com2.tr V3.7.6 - Story hover ve 20px boşluk düzeltmeleri */

:root {
    --home-equal-gap-v376: 20px;
}

/* Story alanındaki hafif hover bozulmasını düzelt */
.home-story-section {
    padding-top: var(--home-equal-gap-v376) !important;
    padding-bottom: 0 !important;
}

.home-story-shell {
    overflow: visible !important;
}

.home-story-list {
    align-items: flex-start;
    padding-top: 6px !important;
    padding-bottom: 8px !important;
}

.home-story-ring {
    will-change: transform;
}

.home-story-card:hover .home-story-ring,
.home-story-card:focus-visible .home-story-ring {
    transform: scale(1.02) !important;
    filter: brightness(1.06) !important;
    box-shadow:
        0 0 0 4px rgba(216, 163, 58, .08),
        0 12px 26px rgba(0, 0, 0, .30) !important;
}

/* Ana sayfadaki üst bloklar arası boşlukları eşitle */
.home-story-section + .home-ad-section,
.home-ad-section + .home-latest-section,
.home-ad-section + .home-server-section,
.home-story-section + .home-latest-section,
.home-story-section + .home-server-section {
    padding-top: var(--home-equal-gap-v376) !important;
}

.home-latest-section .section-heading,
.home-server-section .section-heading {
    margin-bottom: var(--home-equal-gap-v376) !important;
}

/* Mobilde de dengeli kalsın */
@media (max-width: 760px) {
    .home-story-list {
        padding-top: 4px !important;
        padding-bottom: 6px !important;
    }

    .home-story-card:hover .home-story-ring,
    .home-story-card:focus-visible .home-story-ring {
        transform: none !important;
        filter: brightness(1.03) !important;
    }
}
