/* CC Pikahuolto theme base tweaks - no status colors here */
:root { --cc-radius: 18px; }

.cc-card {
  border-radius: var(--cc-radius);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.cc-pill {
  display:inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  font-size: 14px;
}

.cc-subtle {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .7;
}

/* Ensure page can extend naturally; border overlay from snippet won't be cut by footer */
html, body { min-height: 100%; }
