/* ===============================
   Club Info – FC Koks City
   =============================== */

.clubinfo{
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}

.clubinfo h1{
  margin: 0 0 1.5rem;
  font-size: 2rem;
  letter-spacing: .02em;
}

/* ---- Sections ---- */

.clubinfo-section{
  margin-bottom: 2.5rem;
}

.clubinfo-section h2{
  margin: 0 0 .75rem;
  padding-left: .25rem;
  font-size: 1.4rem;
  border-left: 4px solid #b00020;
}

/* ---- Table wrapper ---- */

.clubinfo-tablewrap{
  overflow-x: auto;
  background: #0f0f14;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06);
}

/* ---- Table ---- */

.clubinfo-table{
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
}

.clubinfo-table thead th{
  position: sticky;
  top: 0;
  background: #15151d;
  color: #fff;
  text-align: left;
  font-weight: 600;
  padding: .6rem .7rem;
  border-bottom: 1px solid rgba(255,255,255,.15);
  z-index: 2;
}

.clubinfo-table tbody td{
  padding: .55rem .7rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: #ddd;
  vertical-align: top;
}

/* Zebra */
.clubinfo-table tbody tr:nth-child(even){
  background: rgba(255,255,255,.025);
}

/* Hover */
.clubinfo-table tbody tr:hover{
  background: rgba(255,255,255,.06);
}

/* Columns */
.clubinfo-table td.club{
  font-weight: 600;
  color: #fff;
}

.clubinfo-table td.num,
.clubinfo-table th.num{
  text-align: right;
  white-space: nowrap;
}

/* ---- Niet actief ---- */

.clubinfo-inactive{
  padding-top: 1rem;
  border-top: 1px dashed rgba(255,255,255,.2);
}

.clubinfo-list{
  columns: 2;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: .5rem 0 0;
}

.clubinfo-list li{
  padding: .2rem 0;
  color: #bbb;
}

@media (max-width: 700px){
  .clubinfo-list{
    columns: 1;
  }
}

/* ---- Small helpers ---- */

.muted{
  color: #999;
  font-style: italic;
}

.fckc-btn {
  background: linear-gradient(135deg, #003366, #0055a5);
  color: #fff;
  border: 1px solid #00264d;
  padding: 6px 12px;
  margin-right: 6px;
  border-radius: 6px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all .15s ease;
}

.fckc-btn:hover {
  background: linear-gradient(135deg, #0055a5, #0077cc);
}

.fckc-btn:active {
  transform: translateY(1px);
}

/* outline variant */
.fckc-btn-outline {
  background: #fff;
  color: #003366;
}

.fckc-btn-outline:hover {
  background: #e6f0ff;
}

.fckc-btn.is-active {
  box-shadow: 0 0 0 2px rgba(255,255,255,.25),
              inset 0 0 0 1px rgba(0,0,0,.25);
}


.stand-image{
  width:100%;
  max-width:900px;
  margin:12px 0 28px;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
}

