/* TrioEntryBanners — 2'li üst + 3'lü alt banner alanı (1:1 from triogold) */

.cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners {
  font-family: var(--tg-font);
  overflow-x: clip;
  max-width: 100%;
}

.cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .theme-banner-wrapper {
  margin-bottom: 48px;
}

.cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .banner-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .banner-col {
  padding: 0 16px;
  flex: 0 0 100%;
  max-width: 100%;
}

.cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .theme-banner {
  display: block;
  transition: all 0.2s linear;
  margin-bottom: 32px;
}

.cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .theme-banner img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

@media (min-width: 992px) {
  .cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .theme-banner:hover {
    transform: translateY(-6px);
  }
}

@media (min-width: 768px) {
  .cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .banner-col-half {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .banner-col-third {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .theme-banner-wrapper {
    margin-bottom: 32px;
  }

  .cc_faIvPdY3Rx_BiLJSftUVL .trio-entry-banners .theme-banner {
    margin-bottom: 24px;
  }
}
