/* Kilya Clinic trust bar - hero'nun hemen altindaki bilgi seridi.
   Tek ogeyle ortalanir, oge eklendikce yatayda esit dagilir ve
   dar ekranda alt alta gecer. */

.kc-trust {
  background: #f1f7fc;
  border-bottom: 1px solid rgba(22, 72, 159, 0.08);
}

.kc-trust__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 48px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 20px;
  box-sizing: border-box;
}

.kc-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #16489F;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.kc-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(30, 156, 215, 0.14);
  color: #16489F;
}

.kc-trust__icon svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .kc-trust__inner {
    gap: 14px 24px;
    padding: 16px 20px;
  }

  .kc-trust__item {
    font-size: 15px;
    gap: 10px;
  }

  .kc-trust__icon {
    width: 34px;
    height: 34px;
  }

  .kc-trust__icon svg {
    width: 18px;
    height: 18px;
  }
}
