/* ===== PREMIUM FONTS IMPORT ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');

body, .Page-Casino .GameCategoriesWrapper, .Page-Casino .SectionContent, .Page-Casino .StickyWrapper, .Page-LiveCasino .GameCategoriesWrapper, .Page-LiveCasino .SectionContent, .Page-LiveCasino .StickyWrapper, .Page-Promotions .GameCategoriesWrapper, .Page-Promotions .SectionContent, .Page-Promotions .StickyWrapper, .Page-Sports .GameCategoriesWrapper, .Page-Sports .SectionContent, .Page-Sports .StickyWrapper, .Page-Static .GameCategoriesWrapper, .Page-Static .SectionContent, .Page-Static .StickyWrapper, .RandomGameWrapper, .GameContainerGradient   {
    background: #142a49 !important;
    background-image: linear-gradient(90deg, rgba(20, 42, 73, 0.7) 0, rgba(5, 17, 32, 0.7)) !important;
    color: #FFFFFF;
}

svg#Layer_1 {
    width: 7rem !important;
}

.TextPageWrapper {
    background: #F0F0F0;
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100vw;
    min-height: calc((100vh - 110px) - 325px);
    position: relative;
    margin-bottom: 0px;
}

.SectionContent {
    min-height: calc((100vh - 110px) - 325px);
    padding-bottom: 0px;
}

#ZirveContent, #ZirveContentFull {
    margin: 0;
    padding: 0;
    font-family: 'Geogrotesque', sans-serif;
    color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

#ZirveDiscount,#ZirveCasinoDiscount, #ZirveSporDiscount, #zirTurnuvalar  {
    min-width: 100%;
    height: 600px;
    border: none;
    margin-top: 1rem;
}

#zirTurnuvalar  {
    min-width: 100%;
    height: 100vh;
    border: none;
    padding: 0;
    margin: 0;
}

#ZirveContact {
    min-width: 100%;
    height: 575px;
    border: none;
    margin-top: 1rem;
}

#ZirveCasinoDiscount {
    min-width: 100%;
    height: 100vh;
    border: none;
    padding: 0;
    margin: 0;
}

#ZirveCasinoHata {
    min-width: 100%;
    height: 100vh;
    border: none;
}

#ZirveCallMe {
    min-width: 100%;
    min-height: 100vh;
    border: none;
    margin: 0;
    padding: 0;
}

#ZirveSporDisc {
    min-width: 100%;
    height: 500px;
    border: none;
    margin-top: 1rem;
}

#ZirveForm {
    min-width: 100%;
    height: 575px;
    border: none;
    margin-top: 1rem;
}

#LoyaltyClub {
    min-width: 100%;
    height: 575px;
    border: none;
    margin-top: 1rem;
}

#ZirveTelegram {
    min-width: 100%;
    height: 575px;
    border: none;
    margin-top: 1rem;
}

.zirBaslik {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.zirbaslikBold {
    font-weight: bold;
    color: #2dcc70;
}

.zirHr {
    border: 1px solid #2dcc70;
    margin-bottom: 20px;
}

.zirHref {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    background: #2dcc70;
    padding: 10px 20px 10px;
    border-radius: 5px;
    border-bottom: 2px solid #142a49;
}

.zirHref:hover {
    color: #142a49;
    font-size: 15px;
    font-weight: bold;
    background: #27b46b;
    padding: 10px 20px 10px;
    border-radius: 5px;
    border-bottom: 2px solid #FFFFFF;
}

.zirBtnCnt {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 20px;
}

.zirBtnCnt a {
    margin: 0px;
}

.zirTextCnt h3 {
    color: #2dcc70;
}

.zirTextCnt b {
    color: #98ACC9;
}

.ctc-social {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.ctc-social a img {
    width: 30px;
}
.aff-feature {
    margin: 0px;
    padding: 0px;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}
.aff-feature p {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.aff-feature p img{
    max-height: 48px;
    margin-right: 10px;
}
.aff-feature p small{
    font-weight: bold;
}

picture img{
    width: 100%;
    transition: ease-in all 0.3s;
}
.zirComp  picture img{
    transform: scale(0.95);
    opacity: 0.5;
    filter: grayscale(1.0);
    filter: brightness(0.5);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0.5rem 0;
}
.zirComp:hover picture img{
    transform: scale(1.0);
    opacity: 1;
    filter: grayscale(0.0);
    filter: brightness(1);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.75);
    margin: 0.5rem 0;
}





@media screen and (max-width: 600px) {
    #ZirveContent {
        padding: 0;
    }
    .aff-feature {
        grid-template-columns: repeat(1, 1fr);
    }
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div:nth-child(1) > div,
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div:nth-child(2) > div,
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div:nth-child(3) > div,
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div:nth-child(4) > div,
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(3) > div:nth-child(1) > div,
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(3) > div:nth-child(2) > div,
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(3) > div:nth-child(3) > div
{
    flex-direction: column !important;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div {
    background: url('https://zirveform.com/domMedia/zbg.webp') repeat #132846;
    background-size: cover;
    animation: flow 30s linear infinite;
    background-blend-mode: overlay;
}

@keyframes flow {
    from { background-position: 0 0; }
    to { background-position: 1000px -200px; }
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(2) {
    margin-top: 1.5rem;
    margin-bottom: 1.75rem;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div > div > div > picture > img {
    filter: drop-shadow(0 0 clamp(5px, 0.8vw, 8px) rgba(16, 185, 129, 0.5)) !important;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div > div:hover > div > picture > img {
    transform: scale(1.025);
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div.flex.flex-col.sm\:grid.sm\:grid-cols-2.lg\:flex.lg\:flex-row.gap-2.lg\:gap-4.\[\&\>\*\:last-child\:nth-child\(odd\)\]\:col-span-2 > a:hover > picture > img {
    transform: scale(1.1);
}


#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(3) {
    align-content: center;
}
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(3) > div,
#radix-_r1R_2_-content-all > section > div {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    filter: drop-shadow(0 0 clamp(5px, 0.8vw, 7px) rgba(16, 185, 129, 0.35)) !important;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div,
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(5) > div {
    filter: drop-shadow(0 0 clamp(5px, 0.8vw, 7px) rgba(13, 28, 49, 0.5)) !important;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(3) > div::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(
            to right,
            rgba(45,203,112,0.5) 0%,
            transparent 50%,
            transparent 100%
    );
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 20;
}

#radix-_r1R_2_-content-all > section > div::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(
            to right,
            rgba(45,203,112,0.5) 0%,
            transparent 50%,
            transparent 100%
    );
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 20;
}

#radix-_r1R_2_-content-all > section > div {
    padding: 1rem;
}

#radix-_r1R_2_-content-all > section > div > div.flex.flex-col.gap-3.flex-1 > div.flex.gap-1.self-end.min-h-6 {
    position: absolute;
    z-index : 21;
    right: 2rem;
    top: 2rem;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div > div > picture > img,
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(3) > div > div > picture > img
{
    object-fit: contain !important;
}
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div > div > div > h2,
#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div > div > div > span
{
    display:none !important;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div {
    padding: 1rem !important;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div.flex.flex-col.sm\:grid.sm\:grid-cols-2.lg\:flex.lg\:flex-row.gap-2.lg\:gap-4.\[\&\>\*\:last-child\:nth-child\(odd\)\]\:col-span-2 > a {
    padding: 1rem !important;
}


/* Mobilde 2'li grid yapısı */
@media (max-width: 767px) {
    /* Ana container'ı grid yap */
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32xl\:mx-auto > div:nth-child(1) {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 0 10px !important;
    }

    /* Her bir kart kutusu */
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32xl\:mx-auto > div:nth-child(1) > div {
        margin: 0 !important;
        padding: 10px !important;
        flex: unset !important;
    }
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div:nth-child(1),
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div:nth-child(2),
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div:nth-child(3),
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) > div:nth-child(4) {
        border-radius: 5px;
    }

    /* Kartların içindeki flex container */
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32xl\:mx-auto > div:nth-child(1) > div > div {
        flex-direction: column !important;
        gap: 8px !important;
    }

    /* Resimler */
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32xl\:mx-auto > div:nth-child(1) > div picture,
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32xl\:mx-auto > div:nth-child(1) > div img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 6px !important;
    }

    /* Butonlar */
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32xl\:mx-auto > div:nth-child(1) > div a {
        width: 100% !important;
        min-height: 30px !important;
        height: 30px !important;
        font-size: 10px !important;
        padding: 0 8px !important;
    }

    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div.flex.flex-col.sm\:grid.sm\:grid-cols-2.lg\:flex.lg\:flex-row.gap-2.lg\:gap-4.\[\&\>\*\:last-child\:nth-child\(odd\)\]\:col-span-2 > a:nth-child(3) > picture {
        height : 100% !important;
    }
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div.flex.flex-col.sm\:grid.sm\:grid-cols-2.lg\:flex.lg\:flex-row.gap-2.lg\:gap-4.\[\&\>\*\:last-child\:nth-child\(odd\)\]\:col-span-2 > a:nth-child(3) > img {
        max-height : 100% !important;
    }

    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(1) {
        padding : 0 !important;
    }
}


@media (max-width: 767px) {
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div.flex.flex-col.sm\:grid.sm\:grid-cols-2.lg\:flex.lg\:flex-row.gap-2.lg\:gap-4.\[\&\>\*\:last-child\:nth-child\(odd\)\]\:col-span-2 > a:nth-child(4) > span {
        display: none !important;
    }
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32xl\:mx-auto > div.flex.flex-col.sm\:grid.sm\:grid-cols-2.lg\:flex.lg\:flex-row.gap-2.lg\:gap-4.\[\&\>\*\:last-child\:nth-child\(odd\)\]\:col-span-2 {
        display: grid !important;
        grid-template-columns: repeat(8, 1fr) !important;
        gap: 6px !important;
    }

    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32xl\:mx-auto > div.flex.flex-col.sm\:grid.sm\:grid-cols-2.lg\:flex.lg\:flex-row.gap-2.lg\:gap-4.\[\&\>\*\:last-child\:nth-child\(odd\)\]\:col-span-2 > a {
        padding: 6px !important;
        grid-column: span 2 !important;
    }

    /* 5. item (son satırın ilki) - 1 kolon boşluk bırak */
    #main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32xl\:mx-auto > div.flex.flex-col.sm\:grid.sm\:grid-cols-2.lg\:flex.lg\:flex-row.gap-2.lg\:gap-4.\[\&\>\*\:last-child\:nth-child\(odd\)\]\:col-span-2 > a:nth-child(5) {
        grid-column: 2 / span 2 !important;
    }
}

astro-island[uid="Z1lg5tN"] > section {
    display:none !important;
}

/* HomePage Button */
body.zb-homepage main .bg-primary,
#radix-_r1R_2_-content-all > section > div > div.flex.gap-1\.5.md\:mb-2 > a {
    background: rgba(255,255,255,0.1) !important;
    border: clamp(1.5px, 0.2vw, 2px) solid #10b981 !important;
    border-bottom: clamp(2px, 0.3vw, 3px) solid #10b981 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

body.zb-homepage main .bg-primary::before{
    content: '' !important;
    position: absolute !important;
    bottom: clamp(-2px, -0.3vw, -3px) !important;
    left: 0 !important;
    width: 100% !important;
    height: clamp(2px, 0.3vw, 3px) !important;
    background: linear-gradient(90deg, #10b981, #06b6d4, #10b981) !important;
    box-shadow: 0 0 clamp(8px, 1.5vw, 15px) #10b981 !important;
}

body.zb-homepage main .bg-primary .flex,
body.zb-homepage main .bg-primary div {
    font-weight: 800 !important;
    font-size: clamp(10px, 1.2vw, 14px) !important;
    letter-spacing: clamp(1px, 0.25vw, 2.5px) !important;
    text-transform: uppercase !important;
    background: linear-gradient(90deg, #10b981, #06b6d4) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    filter: drop-shadow(0 0 clamp(5px, 0.8vw, 8px) rgba(16, 185, 129, 0.4)) !important;
}

body.zb-homepage main .bg-primary:hover:not(:disabled),
#radix-_r1R_2_-content-all > section > div > div.flex.gap-1\.5.md\:mb-2 > a:hover:not(:disabled) {
    background: rgba(16, 185, 129, 0.15) !important;
    border-color: #34d399 !important;
    box-shadow: 0 0 clamp(15px, 2.5vw, 25px) rgba(16, 185, 129, 0.2) !important;
    transform: translateY(-2px) !important;
}

body.zb-homepage main .bg-primary:hover::before,
body.zb-homepage main .bg-primary::before {
    background: linear-gradient(90deg, #34d399, #22d3ee, #34d399) !important;
    box-shadow: 0 0 clamp(12px, 2vw, 20px) #22d3ee !important;
}

body.zb-homepage main .bg-primary:hover .flex,
body.zb-homepage main .bg-primary:hover div {
    background: linear-gradient(90deg, #34d399, #22d3ee) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    filter: drop-shadow(0 0 clamp(8px, 1.2vw, 12px) rgba(34, 211, 238, 0.6)) !important;
}

body.zb-homepage main .bg-primary:active:not(:disabled) {
    transform: translateY(1px) scale(0.98) !important;
    box-shadow: 0 0 clamp(10px, 1.5vw, 15px) rgba(16, 185, 129, 0.15) !important;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(3) > div > div > div > div {
    justify-content: center !important;
}

#main-container > div.flex.h-full.flex-col.gap-3.max-w-\[1600px\].\32 xl\:mx-auto > div:nth-child(3) > div > div {
    justify-content: space-around;
}



/* ═══════════════════════════════════════════════════════════════
   PLAYER COUNT
═══════════════════════════════════════════════════════════════ */

astro-island[component-export="GameSearchIsland"] .mt-1.flex.items-center.gap-1.md\:hidden {
    display: none !important;
}

#radix-_r1R_2_-content-all > section > div > div.flex.flex-col.gap-3.flex-1 > div.text-xs.text-txt-secondary.flex.flex-col.relative.w-full.rounded-md.h-auto.lg\:h-auto.overflow-hidden.image-gradient > div.mt-4\.5.mb-4 > p {
    font-size: 1.5rem;
    font-weight:bold;
    color:#fff;
}

/* Recent Wİnner */
.zb-recent-winners-widget {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    margin-bottom: clamp(0.5rem, 1vw + 0.5rem, 1rem);
}
.zb-recent-winners-header {
    display: none;
}
.zb-recent-winners-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.zb-recent-winners-widget .zb-slider-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.5s ease;
}
.zb-recent-winners-widget .zb-slider-slide {
    flex: 1 1 0;
    min-width: 0;
}
.zb-winner-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.zb-winner-item:hover {
    background: rgba(45, 204, 112, 0.1);
    border-color: rgba(45, 204, 112, 0.25);
}
.zb-winner-thumb {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.zb-winner-thumb .zb-picture-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zb-winner-description {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
    line-height: 1.1;
}
.zb-winner-name {
    color: #94a3b8;
    font-size: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zb-winner-amount {
    display: flex;
    align-items: center;
    color: #2dcc70;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
}
.zb-winner-game {
    color: #64748b;
    font-size: 0.55rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zb-winner-item:hover .zb-winner-game {
    color: #2dcc70;
}
/* Skeleton Loading Animation */
.zb-skeleton {
    background: linear-gradient(90deg, rgba(255,255,255,0.03) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.03) 75%);
    background-size: 200% 100%;
    animation: zb-skeleton-shimmer 1.5s infinite;
}
@keyframes zb-skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.zb-skeleton-thumb {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}
.zb-skeleton-text {
    height: 8px;
    border-radius: 4px;
    margin-bottom: 4px;
}
.zb-skeleton-text.short { width: 60%; }
.zb-skeleton-text.medium { width: 80%; }
.zb-skeleton-text.long { width: 100%; }
.zb-skeleton-amount {
    height: 12px;
    width: 70%;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .zb-recent-winners-widget {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
        width: 100%;
        position: relative;
        padding: 0.4rem 0;
    }
    .zb-recent-winners-widget .zb-slider-list {
        width: 100%;
        gap: 0.4rem;
    }
    .zb-recent-winners-widget .zb-slider-slide {
        flex: 1 1 0;
        min-width: 0;
    }
    .zb-winner-item {
        padding: 0.3rem 0.4rem;
        gap: 0.4rem;
        width: 100%;
    }
    .zb-winner-thumb,
    .zb-skeleton-thumb {
        width: 24px;
        height: 24px;
    }
    .zb-winner-amount {
        font-size: 0.7rem;
    }
    .zb-winner-name {
        font-size: 0.55rem;
    }
    .zb-winner-game {
        font-size: 0.5rem;
    }
}

/* ═══════════════════════════════════════════════════════════════
   PAGE WIDGET - Casino/Live-casino pages
═══════════════════════════════════════════════════════════════ */
/* Wrapper ensures centering */
.zb-page-widget-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zb-page-widget {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.zb-page-widget .zb-recent-winners-header {
    display: none;
}
.zb-page-widget .zb-recent-winners-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.zb-page-widget .zb-slider-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.5s ease;
}
.zb-page-widget .zb-slider-slide {
    flex: 1 1 0;
    min-width: 0;
}
.zb-page-widget .zb-winner-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.zb-page-widget .zb-winner-item:hover {
    background: rgba(45, 204, 112, 0.1);
    border-color: rgba(45, 204, 112, 0.25);
}
.zb-page-widget .zb-winner-thumb {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.zb-page-widget .zb-winner-thumb .zb-picture-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zb-page-widget .zb-winner-description {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
    line-height: 1.1;
}
.zb-page-widget .zb-winner-name {
    color: #94a3b8;
    font-size: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zb-page-widget .zb-winner-amount {
    display: flex;
    align-items: center;
    color: #2dcc70;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
}
.zb-page-widget .zb-winner-game {
    color: #64748b;
    font-size: 0.55rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zb-page-widget .zb-winner-item:hover .zb-winner-game {
    color: #2dcc70;
}
/* Page Widget Skeleton */
.zb-page-widget .zb-skeleton {
    background: linear-gradient(90deg, rgba(255,255,255,0.03) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.03) 75%);
    background-size: 200% 100%;
    animation: zb-skeleton-shimmer 1.5s infinite;
}
.zb-page-widget .zb-skeleton-thumb {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}
.zb-page-widget .zb-skeleton-text {
    height: 8px;
    border-radius: 4px;
    margin-bottom: 4px;
}
.zb-page-widget .zb-skeleton-text.short { width: 60%; }
.zb-page-widget .zb-skeleton-text.medium { width: 80%; }
.zb-page-widget .zb-skeleton-amount {
    height: 12px;
    width: 70%;
    border-radius: 4px;
}
@media (max-width: 768px) {
    .zb-page-widget-wrapper {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .zb-page-widget {
        display: flex !important;
        width: auto !important;
        padding: 0.4rem 0 !important;
    }
    .zb-page-widget .zb-recent-winners-container {
        width: auto !important;
        flex: none !important;
    }
    .zb-page-widget .zb-slider-list {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: auto !important;
        gap: 0.4rem !important;
    }
    .zb-page-widget .zb-slider-slide {
        flex: none !important;
        width: 45vw !important;
        max-width: 180px !important;
    }
    .zb-page-widget .zb-winner-item {
        padding: 0.3rem 0.4rem;
        gap: 0.4rem;
        width: 100%;
    }
    .zb-page-widget .zb-winner-thumb,
    .zb-page-widget .zb-skeleton-thumb {
        width: 24px;
        height: 24px;
    }
    .zb-page-widget .zb-winner-amount {
        font-size: 0.7rem;
    }
    .zb-page-widget .zb-winner-name {
        font-size: 0.55rem;
    }
    .zb-page-widget .zb-winner-game {
        font-size: 0.5rem;
    }
}

/* ═══════════════════════════════════════════════════════════════
   ZIRVE SLIDER - Homepage
═══════════════════════════════════════════════════════════════ */
.zirve-custom-slider {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: clamp(0.5rem, 1vw + 0.5rem, 1rem);
    background: #142a49 !important;
    background-image: linear-gradient(90deg, rgba(5, 17, 32, 0.7) 0, rgba(20, 42, 73, 0.7)) !important;
    /* Astro view transitions - slider'ı koru */
    view-transition-name: zirve-slider;
}
/* Astro view transition animasyonlarını devre dışı bırak - flicker'ı önle */
::view-transition-old(zirve-slider),
::view-transition-new(zirve-slider) {
    animation: none;
    mix-blend-mode: normal;
}
.zirve-custom-slider::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(to right, rgba(45,203,112,0.75) 0%, transparent 50%, transparent 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 20;
}
.zirve-slider-container {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 2000 / 540;
    overflow: hidden;
}
.zirve-slider-track {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    height: 100%;
}
.zirve-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}
.zirve-slide img,
.zirve-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.zirve-slide img:not([src]),
.zirve-slide video:not([src]) {
    opacity: 0;
}
.zirve-slide img[src],
.zirve-slide video[src] {
    opacity: 1;
}
.zirve-slide:hover img,
.zirve-slide:hover video {
    transform: scale(1.05);
}
.zirve-slider-nav {
    position: absolute;
    top: calc(100% - 1.75rem);
    transform: translateY(-50%);
    background: rgba(45,203,112,0.2);
    backdrop-filter: blur(10px);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    color: white;
    font-size: 1.2rem;
}
.zirve-slider-nav:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-50%) scale(1.1);
}
.zirve-slider-prev { left: 1rem; border-left:1px solid rgba(45,203,112,1); }
.zirve-slider-next { right: 1rem; border-right:1px solid rgba(45,203,112,1); }
.zirve-slider-dots {
    position: absolute;
    bottom: 1.3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}
.zirve-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(45,203,112,0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}
.zirve-slider-dot.active {
    background: rgba(45,203,112,1);
    width: 30px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
/* Slider Skeleton - Tam ekran shimmer efekti */
.zirve-slide-skeleton {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d1520 0%, #131d2d 50%, #0d1520 100%);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.zirve-slide-skeleton::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(45, 203, 112, 0.08) 20%,
        rgba(45, 203, 112, 0.15) 50%,
        rgba(45, 203, 112, 0.08) 80%,
        transparent 100%
    );
    animation: zirve-skeleton-shimmer 2s infinite;
}
@keyframes zirve-skeleton-shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
.zirve-slide.loaded .zirve-slide-skeleton {
    opacity: 0;
    pointer-events: none;
}

/* Slider Loader - Ortalanmış logo spinner */
.zirve-slide-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.2 10.3'%3E%3Cpath fill='%232dcc70' d='M0,10.3s.4,0,1.5-1.4c1.1-1.4,2.3-2.7,2.6-3,.3-.3.4-.1.6.1s.6,1,1,1.6.6.7.8.7.4-.2.7-.6.5-.8.8-.9c0,0,2,2.5,4.2,3.1,0,0-.6.1-1.5-.3s-1.4-.7-2-1.1-.8-.8-.9-.7c0,0-.1.2-.1.3-.1,0-.1.2-.1.3s0,.3-.1.2c-.1-.2-.2-.2-.2-.1s-.1.2-.1.3,0,.2-.1.1-.3-.3-.3-.2c-.1,0-.5.2-.2,1.4,0,0-2.1-3.4-2.1-3.5s-.1-.1-.1,0,.1.5,0,.6c-.2.1-.3-.1-.4,0,0,.1,0,.2.1.4s.2.2.1.3c-.1.1-.1-.2-.2-.1,0,.1.2.4.1.5-.1,0-.4-.2-.4-.2,0,.1.3.7.3.9,0,0-.5-.4-1-.4s-1,.3-1.5.8-1,.9-1.5.9Z'/%3E%3Cpath fill='%23fff' d='M1.3,0h9.7l-5,6.8s-.9-1.6-1.4-1.8l2.2-3H2.4L1.3,0Z'/%3E%3Cpath fill='%23fff' d='M9.4,7.3h1.4l.8,2c.1,0-1.5-.9-2.2-2Z'/%3E%3C/svg%3E") center center no-repeat,
        linear-gradient(135deg, rgba(45, 203, 112, 0.35) 0%, rgba(6, 182, 212, 0.35) 100%);
    background-size: 60% auto, cover;
    border-radius: 12px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1), 0 0 10px rgba(45, 203, 112, 0.5);
    animation: zirve-logo-spin 1.5s infinite, zirve-loader-pulse 1s infinite;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.zirve-slide.loaded .zirve-slide-loader {
    opacity: 0;
    pointer-events: none;
}
@keyframes zirve-logo-spin {
    0% { transform: translate(-50%, -50%) rotateY(0deg); filter: brightness(1); }
    50% { transform: translate(-50%, -50%) rotateY(180deg); filter: brightness(1.5); }
    100% { transform: translate(-50%, -50%) rotateY(360deg); filter: brightness(1); }
}
@keyframes zirve-loader-pulse {
    0%, 100% {
        background:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.2 10.3'%3E%3Cpath fill='%232dcc70' d='M0,10.3s.4,0,1.5-1.4c1.1-1.4,2.3-2.7,2.6-3,.3-.3.4-.1.6.1s.6,1,1,1.6.6.7.8.7.4-.2.7-.6.5-.8.8-.9c0,0,2,2.5,4.2,3.1,0,0-.6.1-1.5-.3s-1.4-.7-2-1.1-.8-.8-.9-.7c0,0-.1.2-.1.3-.1,0-.1.2-.1.3s0,.3-.1.2c-.1-.2-.2-.2-.2-.1s-.1.2-.1.3,0,.2-.1.1-.3-.3-.3-.2c-.1,0-.5.2-.2,1.4,0,0-2.1-3.4-2.1-3.5s-.1-.1-.1,0,.1.5,0,.6c-.2.1-.3-.1-.4,0,0,.1,0,.2.1.4s.2.2.1.3c-.1.1-.1-.2-.2-.1,0,.1.2.4.1.5-.1,0-.4-.2-.4-.2,0,.1.3.7.3.9,0,0-.5-.4-1-.4s-1,.3-1.5.8-1,.9-1.5.9Z'/%3E%3Cpath fill='%23fff' d='M1.3,0h9.7l-5,6.8s-.9-1.6-1.4-1.8l2.2-3H2.4L1.3,0Z'/%3E%3Cpath fill='%23fff' d='M9.4,7.3h1.4l.8,2c.1,0-1.5-.9-2.2-2Z'/%3E%3C/svg%3E") center center no-repeat,
            linear-gradient(135deg, rgba(45, 203, 112, 0.25) 0%, rgba(6, 182, 212, 0.25) 100%);
        background-size: 60% auto, cover;
    }
    50% {
        background:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.2 10.3'%3E%3Cpath fill='%232dcc70' d='M0,10.3s.4,0,1.5-1.4c1.1-1.4,2.3-2.7,2.6-3,.3-.3.4-.1.6.1s.6,1,1,1.6.6.7.8.7.4-.2.7-.6.5-.8.8-.9c0,0,2,2.5,4.2,3.1,0,0-.6.1-1.5-.3s-1.4-.7-2-1.1-.8-.8-.9-.7c0,0-.1.2-.1.3-.1,0-.1.2-.1.3s0,.3-.1.2c-.1-.2-.2-.2-.2-.1s-.1.2-.1.3,0,.2-.1.1-.3-.3-.3-.2c-.1,0-.5.2-.2,1.4,0,0-2.1-3.4-2.1-3.5s-.1-.1-.1,0,.1.5,0,.6c-.2.1-.3-.1-.4,0,0,.1,0,.2.1.4s.2.2.1.3c-.1.1-.1-.2-.2-.1,0,.1.2.4.1.5-.1,0-.4-.2-.4-.2,0,.1.3.7.3.9,0,0-.5-.4-1-.4s-1,.3-1.5.8-1,.9-1.5.9Z'/%3E%3Cpath fill='%23fff' d='M1.3,0h9.7l-5,6.8s-.9-1.6-1.4-1.8l2.2-3H2.4L1.3,0Z'/%3E%3Cpath fill='%23fff' d='M9.4,7.3h1.4l.8,2c.1,0-1.5-.9-2.2-2Z'/%3E%3C/svg%3E") center center no-repeat,
            linear-gradient(135deg, rgba(45, 203, 112, 0.5) 0%, rgba(6, 182, 212, 0.5) 100%);
        background-size: 60% auto, cover;
    }
}
@media (max-width: 768px) {
    .zirve-custom-slider {
        width: 96vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -48vw;
        margin-right: -48vw;
        border-radius: 10px;
    }
    .zirve-slider-container { height: 15rem; }
    .zirve-slider-nav { width: 35px; height: 35px; }
    .zirve-slide-loader {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }
}
@media (max-width: 480px) {
    .zirve-slide-loader {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }
}

#main-container > div > astro-island:nth-child(3) > div > div.hidden.lg\:flex.gap-3.mt-4.w-full.justify-end {

}

/* Bonus section içindeki "Bonusu iptal et" butonunu gizle */
astro-island[component-url*="bonus-section"] .min-h-60 > button.w-full.mt-3 {
    display: none !important;
}

