/* Kartendeals Trust Badge + Review form */
.kd-trustbar ul {
  align-items: center;
}

.kd-trust-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 214, 10, 0.16);
  border: 1px solid rgba(255, 214, 10, 0.45);
  color: #fff !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.kd-trust-badge__icon {
  color: var(--kd-yellow) !important;
  font-size: 1rem;
  line-height: 1;
  font-weight: 800;
}

.kd-trust-badge__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  gap: 0.05rem;
}

.kd-trust-badge__text strong {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
}

.kd-trust-badge__text em {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.kd-trust-review {
  margin: 1.25rem 0 0;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 27, 45, 0.05);
}

.kd-trust-review__intro {
  color: #5b677a;
  margin-bottom: 1rem;
}

.kd-trust-review__done {
  margin: 0;
  font-weight: 700;
  color: #1b7a3d;
}

.kd-trust-review__stars {
  border: 0;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.15rem;
}

.kd-trust-review__stars legend {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.kd-trust-review__stars input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kd-trust-review__stars label {
  cursor: pointer;
  font-size: 1.65rem;
  color: #d5dbe6;
  transition: color 0.15s ease;
  margin: 0;
}

.kd-trust-review__stars input:checked ~ label,
.kd-trust-review__stars label:hover,
.kd-trust-review__stars label:hover ~ label {
  color: #f5b400;
}

@media (max-width: 767px) {
  .kd-trust-badge {
    width: 100%;
    justify-content: center;
  }
}
