.badge {
    width: 100%;
    max-width: 348.25px;
    height: 92px;
    position: relative;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    border-radius: 10px;
    background: #151715;

    --radial-gradient: radial-gradient(
        68.2% 258.15% at 0% 50%,
        rgba(255, 217, 0, 0.17) 0%,
        rgba(255, 217, 0, 0) 100%
    );
}
.gamben-badges-grid {
    grid-template-columns: repeat(4, 1fr); /* Desktopta 4 */
}

@media (max-width: 768px) {
    .gamben-badges-grid {
        grid-template-columns: repeat(2, 1fr); /* Mobile 2 */
    }
}

.gamben-badges-swiper {
    width: 100%;
}

.gamben-badges-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

@media (max-width: 480px) {
    .gamben-badges-grid {
        grid-template-columns: 2fr;
    }
    .badge-right-content p {
        max-width: 100%;
    }
}

.badge-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
}

.badge-mask-image {
    flex-shrink: 0;
    overflow: hidden;
    opacity: 0.2;
    z-index: -1;
    inset: 0;
}

.badge-mask-image.kupa {
    width: 203px;
    height: 237px;
    background: url(https://vendor-provider.fra1.cdn.digitaloceanspaces.com/ebetlab/askjkjnqwemzlvGasqsfk/mini-banners/4uR810gehWGFzv3lg8haO6sijXTORgO5SxjM4ZRs.png) -43.83px -21.944px /
        147.727% 120.37% no-repeat;
}

.badge-mask-image.tac {
    width: 156px;
    height: 152.286px;
    flex-shrink: 0;
    aspect-ratio: 156/152.29;
    background: url(https://vendor-provider.fra1.cdn.digitaloceanspaces.com/ebetlab/askjkjnqwemzlvGasqsfk/mini-banners/w6OFnSSV8n2vl4NTWgqPO8UdUVtXq9ISmvKM3akn.png) -11.968px -18.571px /
        119.048% 121.951% no-repeat;
}

.badge-mask-image.kutu {
    width: 124px;
    height: 124.719px;
    flex-shrink: 0;
    aspect-ratio: 124/124.72;
    background: url(https://vendor-provider.fra1.cdn.digitaloceanspaces.com/ebetlab/askjkjnqwemzlvGasqsfk/mini-banners/Kd1u3lHSfmtkDlm66qMJ8Z7tMDdz12CARNwcz8JU.png) -23.003px -22.284px /
        130.435% 129.683% no-repeat;
}

.badge-mask-image.yildiz {
    width: 123.479px;
    height: 159px;
    flex-shrink: 0;
    aspect-ratio: 123.48/159;
    background: url(https://vendor-provider.fra1.cdn.digitaloceanspaces.com/ebetlab/askjkjnqwemzlvGasqsfk/mini-banners/SyCjmpARG2Gs2DhEl26pkC8DsnFrNnTsCVNRtZJ3.png) -42.851px -34.957px /
        182.648% 141.844% no-repeat;
}

.badge:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--radial-gradient);
    pointer-events: none;
    border-radius: 10px;
}

.badge-content {
    display: flex;
    align-items: center;
    z-index: 5;
    position: relative;
    width: 100%;
    height: 100%;
    gap: 8px;
}

.badge-content-image {
    width: 94px;
    z-index: 1;
    height: 93.61px;
    transform: translateX(-17px) translateY(-5px);
    flex: 0 0 94px;
}

.badge-content-image.kupa {
    background: url(https://vendor-provider.fra1.cdn.digitaloceanspaces.com/ebetlab/askjkjnqwemzlvGasqsfk/mini-banners/4uR810gehWGFzv3lg8haO6sijXTORgO5SxjM4ZRs.png) -12.136px -5.863px /
        126.91% 120.37% no-repeat;
}

.badge-content-image.tac {
    background: url(https://vendor-provider.fra1.cdn.digitaloceanspaces.com/ebetlab/askjkjnqwemzlvGasqsfk/mini-banners/w6OFnSSV8n2vl4NTWgqPO8UdUVtXq9ISmvKM3akn.png) -12.136px -5.863px /
        126.91% 120.37% no-repeat;
}

.badge-content-image.kutu {
    background: url(https://vendor-provider.fra1.cdn.digitaloceanspaces.com/ebetlab/askjkjnqwemzlvGasqsfk/mini-banners/Kd1u3lHSfmtkDlm66qMJ8Z7tMDdz12CARNwcz8JU.png) -12.136px -5.863px /
        126.91% 120.37% no-repeat;
}

.badge-content-image.yildiz {
    background: url(https://vendor-provider.fra1.cdn.digitaloceanspaces.com/ebetlab/askjkjnqwemzlvGasqsfk/mini-banners/SyCjmpARG2Gs2DhEl26pkC8DsnFrNnTsCVNRtZJ3.png) -12.136px -5.863px /
        126.91% 120.37% no-repeat;
}

.badge-right-content {
    flex: 1;
    padding-left: 4px;
    text-align: left;
}

.badge-right-content h1 {
    color: #fff;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

.badge-right-content p {
    color: #bbb;
    font-size: 10.125px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding: 0;
    max-width: 80%;
    text-wrap: auto;
}
