.kf-price-strip > div,
.kf-price-strip > a {
  display: block;
  padding: 1rem;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #fff;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.kf-price-strip a.kf-featured {
  border: 2px solid #2563eb;
  background: #eff6ff;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.kf-price-strip a.kf-featured:hover,
.kf-price-strip a.kf-featured:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.2);
}

.kf-compact-links {
  margin: 1rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
  text-align: center;
}

.kf-compact-links a {
  color: #475569;
}
