.klubbnet-guestbook { margin: 2rem 0; }
.klubbnet-guestbook-list { display: grid; gap: 1rem; margin-bottom: 2rem; }
.klubbnet-guestbook-entry,
.klubbnet-guestbook-form,
.klubbnet-guestbook-message,
.klubbnet-guestbook-notice {
  border: 1px solid rgba(16,32,51,.12);
  border-radius: 18px;
  padding: 1.2rem;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16,32,51,.07);
}
.klubbnet-guestbook-entry h3 { margin: 0 0 .25rem; }
.klubbnet-guestbook-entry time { color: #667085; font-size: .9rem; }
.klubbnet-guestbook-form label { display: block; font-weight: 700; margin-bottom: .7rem; }
.klubbnet-guestbook-form input,
.klubbnet-guestbook-form textarea { width: 100%; border-radius: 12px; border: 1px solid rgba(16,32,51,.18); padding: .8rem; margin-top: .35rem; }
.klubbnet-guestbook-form button { border: 0; border-radius: 999px; padding: .85rem 1.2rem; background: #102033; color: #fff; font-weight: 800; cursor: pointer; }
.klubbnet-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }


/* Klubbnet v0.1.4 - shortcode [klubbnet_teams] */
.klubbnet-team-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 2rem 0;
}
.klubbnet-team-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16,32,51,.12);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(16,32,51,.08);
}
.klubbnet-team-card-image {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #102033, #155f59);
  text-decoration: none;
}
.klubbnet-team-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.klubbnet-team-card-image span {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4bd9c1;
  color: #102033;
  font-size: 2rem;
  font-weight: 950;
}
.klubbnet-team-card-body { padding: 1.2rem; }
.klubbnet-team-card-body h3 { margin: 0 0 .4rem; }
.klubbnet-team-card-body h3 a { color: #102033; text-decoration: none; }
.klubbnet-team-card-body p { color: #647084; margin: 0; }
.klubbnet-team-kicker {
  display: inline-flex;
  width: auto;
  margin: 0 0 .65rem !important;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: #d9fff8;
  color: #08796a !important;
  font-size: .8rem;
  font-weight: 850;
}
@media (max-width: 900px) {
  .klubbnet-team-list { grid-template-columns: 1fr; }
}

/* Klubbnet v0.1.5 match shortcode */
.klubbnet-match-list{display:grid;gap:12px;margin:24px 0}
.klubbnet-match-card{background:#fff;border:1px solid rgba(16,32,51,.12);border-radius:20px;padding:18px;box-shadow:0 12px 34px rgba(16,32,51,.08)}
.klubbnet-match-card h3{margin:0 0 6px;color:#102033;font-size:22px;line-height:1.2}
.klubbnet-match-card p{margin:0;color:#647084;font-weight:700}
.klubbnet-match-card .button{margin-top:12px}
