.cc_hzfzi156_FpEEiSsFYA .sub {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 48px 0;
  margin-top: var(--margin-top, 0px);
}

.cc_hzfzi156_FpEEiSsFYA .sub__inner {
  box-sizing: border-box;
  padding: 0 40px;
}

@media (max-width: 900px) {
  .cc_hzfzi156_FpEEiSsFYA .sub {
    margin-top: var(--margin-top-mobile, 0px);
  }

  .cc_hzfzi156_FpEEiSsFYA .sub__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cc_hzfzi156_FpEEiSsFYA .sub__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}

.cc_hzfzi156_FpEEiSsFYA .sub__header--center {
  align-items: center;
}

.cc_hzfzi156_FpEEiSsFYA .sub__title {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 500;
  color: #1a1a1a;
}

.cc_hzfzi156_FpEEiSsFYA .sub__nav {
  display: flex;
  /* Kullanılabilir genişlik (header ile aynı) içinde tek satır dener; JS
     sığmadığını ölçünce önce column-gap'i sonra puntoyu inline kısar. Taban
     değerler burada; --sub-tab-fs / column-gap gerekince JS'ten override edilir.
     Hepsi denenip yine sığmazsa flex-wrap ile ortalı alt satıra geçer. */
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}

.cc_hzfzi156_FpEEiSsFYA .sub__tab {
  background: none;
  border: none;
  cursor: pointer;
  font-size: var(--sub-tab-fs, 15px);
  font-weight: 600;
  padding: 0;
  color: #999;
  letter-spacing: 0.01em;
  /* Çok kelimeli başlıklar ("Toni Pons") tek satırda kalsın, hiç bölünmesin. */
  white-space: nowrap;
  flex-shrink: 0;
}

.cc_hzfzi156_FpEEiSsFYA .sub__tab--active {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 4px;
}
