.cc_7yyaqlnf_rich_text .kombos-rich-text {
  width: 100%;
}

.cc_7yyaqlnf_rich_text .kombos-rich-text__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  /* Dikey boşluk prop'tan (inline) gelir, varsayılan 0. Yatay boşluk burada. */
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Width modes */
.cc_7yyaqlnf_rich_text .kombos-rich-text--narrow .kombos-rich-text__inner {
  max-width: 50rem;
}

.cc_7yyaqlnf_rich_text .kombos-rich-text--container .kombos-rich-text__inner {
  max-width: var(--kombos-max-width);
}

/* Tam genişlik — kenardan kenara, yatay boşluk yok */
.cc_7yyaqlnf_rich_text .kombos-rich-text--full .kombos-rich-text__inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.cc_7yyaqlnf_rich_text .kombos-rich-text__title {
  color: var(--kombos-gray-900);
  margin: 0;
  text-align: center;
}

.cc_7yyaqlnf_rich_text .kombos-rich-text__content {
  color: var(--kombos-gray-700);
}

.cc_7yyaqlnf_rich_text .kombos-rich-text__content a {
  color: var(--kombos-gray-900);
  text-decoration: underline;
}

.cc_7yyaqlnf_rich_text .kombos-rich-text__content a:hover {
  color: var(--kombos-gray-700);
}

.cc_7yyaqlnf_rich_text .kombos-rich-text__content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Ham kod / embed alanı — içeriğe hiç stil dayatma, olduğu gibi aksın */
.cc_7yyaqlnf_rich_text .kombos-rich-text__code {
  width: 100%;
}

.kombos-rich-text__code img,
.kombos-rich-text__code iframe,
.cc_7yyaqlnf_rich_text .kombos-rich-text__code video {
  max-width: 100%;
}

/* Full modda kod/iframe gerçekten tam genişlik kaplayabilsin */
.cc_7yyaqlnf_rich_text .kombos-rich-text--full .kombos-rich-text__code iframe {
  width: 100%;
}

@media (min-width: 640px) {
  .kombos-rich-text--narrow .kombos-rich-text__inner,
.cc_7yyaqlnf_rich_text .kombos-rich-text--container .kombos-rich-text__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
