/* Prototip .trust-item: ikon solda, metin sağda; sola hizalı satır düzeni */
.cc_MSI3fYnLer_feature_item .kombos-feature-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.875rem;
}

.cc_MSI3fYnLer_feature_item .kombos-feature-item__icon {
  width: 1.625rem;
  height: 1.625rem;
  overflow: hidden;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

/* Hazır çizgi ikon — prototip .trust-item svg: 26px, AMBER */
.cc_MSI3fYnLer_feature_item .kombos-feature-item__builtin-icon {
  flex-shrink: 0;
  font-size: 1.625rem;
  line-height: 1;
  color: var(--kombos-accent);
  margin-top: 0.125rem;
  display: flex;
}

.cc_MSI3fYnLer_feature_item .kombos-feature-item__body {
  min-width: 0;
}

.cc_MSI3fYnLer_feature_item .kombos-feature-item__text {
  color: var(--kombos-gray-900);
  text-align: left;
}

/* Başlık satırı 15px/600 (prototip .trust-item h4) — zengin metin p ile de
   gelse başlık gibi görünür */
.cc_MSI3fYnLer_feature_item .kombos-feature-item__text :is(h3, h4, strong, b) {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 0.125rem;
  display: block;
}

.cc_MSI3fYnLer_feature_item .kombos-feature-item__text p {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0;
}

/* Alt metin — prototip .trust-item p: 13px soluk */
.cc_MSI3fYnLer_feature_item .kombos-feature-item__sub {
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--kombos-gray-500);
}
