.kestu-radio-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #fffaf2, rgba(246, 236, 225, 0.92));
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kestu-radio {
  width: 100%;
  max-width: 380px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffd6e8, #d6f0ff, #d9ffe2);
  box-shadow: 0 18px 40px rgba(35, 24, 15, 0.12);
  border: 1px solid rgba(35, 24, 15, 0.1);
  color: #23180f;
}

.kestu-radio-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.kestu-radio-icon {
  font-size: 28px;
  line-height: 1;
}

.kestu-radio-kicker {
  font-size: 0.82rem;
  color: rgba(35, 24, 15, 0.68);
  margin-bottom: 2px;
}

.kestu-radio-title {
  font-weight: 700;
  font-size: 1.08rem;
  color: #333;
}

.kestu-radio-btn {
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 12px;
  background: #333;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.kestu-radio-btn:hover {
  background: #555;
}

.kestu-radio-btn--ghost {
  margin-top: 10px;
  background: rgba(35, 24, 15, 0.08);
  color: #23180f;
  border: 1px solid rgba(35, 24, 15, 0.18);
}

.kestu-radio-btn--ghost:hover {
  background: rgba(35, 24, 15, 0.14);
}

.kestu-radio-btn:disabled {
  cursor: wait;
  opacity: 0.88;
}

.kestu-radio-hint {
  margin: 12px 0 0;
  font-size: 0.9rem;
  color: rgba(35, 24, 15, 0.72);
}

.kestu-radio-sources {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(35, 24, 15, 0.08);
}

.kestu-radio-source {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: rgba(35, 24, 15, 0.82);
  padding: 6px 8px;
  border-radius: 10px;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.kestu-radio-source + .kestu-radio-source {
  margin-top: 4px;
}

.kestu-radio-source--active {
  background: rgba(82, 157, 255, 0.18);
  color: #123a72;
  box-shadow: inset 0 0 0 1px rgba(82, 157, 255, 0.28);
}
