a.social::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  padding-left: 5px;
  background: #71ee4d00;
  filter: invert(67%) sepia(89%) saturate(642%) hue-rotate(72deg) brightness(1.3) !important;
}

@media (max-width: 639.98px) {
    .promo-scope .blog-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 14px !important;
    }
}

/* Whatsapp - SVG */
a.social.whatsapp::before {
  background-image: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/whatsapp.svg');
}

/* Telegram - SVG */
a.social.telegram::before {
  background-image: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/telegram.svg');
}

/* X - SVG */
a.social.x::before {
  background-image: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/x.svg');
}

.slot__cover--no-layer img {
  height: 100% !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

@media (min-width: 768px) {
  .tournament__cover {
    margin-top: -20px !important;
  }
}

.tournament__cover {
  border-radius: 0 !important;
  border: 0 !important;
}

.section__title--head {
  padding: 22px !important;
  margin-bottom: -20px !important;
}

.slot__img img {
  height: 100% !important;
}

h1.sectiontitle.sectiontitle--head {
  position: relative !important;
  z-index: 10 !important;
  margin-bottom: 14px !important;
  padding: 14px 16px !important;
}

/* BOZAN KISIM KALDIRILDI! */

/* .section, .section .container, .section .row, .section .col-12 {
  overflow: visible !important;
  position: relative !important;
} */

/* Ödeme kutuları başlığın önüne çıkmasın */
.payment-method-box {
  position: relative !important;
  z-index: 1 !important;
}

.section__title {
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  background: rgba(24, 105, 24, 0.3) !important;
  border-radius: 8px !important;
}


.slot__title span,
.slot__title h3,
.section__view{
display: none !important;
}

.section__title-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 24px 40px;
    background: #0a351f; /* yeşil arkaplan */
    color: white;

    position: relative;
    border-radius: 14px;
    overflow: hidden;
}


.section__title-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 14px;
  background: linear-gradient(
        120deg,
        #1af21a,  
        #16a34a, 
        #15803d,   
        #1af21a   
    );
    background-size: 300% 300%;
    animation: borderFlow 6s ease infinite;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

}

.section__title-wrap::after {
    content:"";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #22c55e;
    border-right: 2px solid #22c55e;

    box-shadow:
        -calc(100% - 20px) calc(100% - 20px) 0 0 #22c55e;
}

@keyframes borderFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* BU DA BOZABİLİYORDU, KALDIRILDI */

/* .sidebar #correction-button.correction-button-mobile {
  display: none !important;
} */