#sidebar-content > div.sidebar__big > div.new-sidebar-links {
    padding-bottom: 10px !important;
}
#sidebar-content > div.sidebar__big > div.new-sidebar-links > a {
    background-size: cover!important;
}

#sidebar-content > div.sidebar__big > div.sidebar__links > a:nth-child(2) {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.sidebar__promo-wrapper {
  display: flex;
  gap: 16px; /* İki kutu arasında boşluk */
  flex-wrap: wrap; /* Ekran daralırsa alt satıra geçmeleri için */
}

.sidebar__link.promo-desktop {
 flex: 1 1 calc(50% - 8px);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.sidebar__link.promo-desktop:hover {
  transform: scale(1.03);
}