
/* WM Wichteln – Weihnachtsdesign (öffentliche Tabelle) */

.wm-wichteln-wrap{
  padding: 24px 12px;
  display:flex;
  justify-content:center;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.35), rgba(255,255,255,0) 40%),
    radial-gradient(circle at 90% 10%, rgba(255,255,255,0.25), rgba(255,255,255,0) 45%),
    linear-gradient(135deg, #0b2d1a 0%, #0a1d35 55%, #2b0b1a 100%);
  border-radius: 18px;
  position: relative;
  overflow:hidden;
}

.wm-wichteln-wrap::before{
  content:"";
  position:absolute;
  inset:-40px;
  background-image:
    radial-gradient(#ffffff 1px, transparent 1.6px),
    radial-gradient(#ffffff 1px, transparent 1.6px);
  background-size: 26px 26px, 32px 32px;
  background-position: 0 0, 13px 9px;
  opacity: .18;
  transform: rotate(-10deg);
  pointer-events:none;
}

.wm-wichteln-card{
  width: min(820px, 100%);
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
  padding: 22px 18px 16px;
}

.wm-wichteln-header{ padding: 6px 6px 12px; }

.wm-wichteln-title{
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: .3px;
  background: linear-gradient(90deg, #c21f1f, #f5b700, #1c7f3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wm-wichteln-subtitle{
  margin-top: 8px;
  color: rgba(0,0,0,0.68);
  font-size: 15px;
}

.wm-wichteln-meta{
  margin: 10px 6px 0;
  color: rgba(0,0,0,0.68);
  font-size: 13px;
}

.wm-wichteln-info{
  margin: 14px 6px 4px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(10, 29, 53, 0.06);
  border: 1px dashed rgba(10, 29, 53, 0.18);
  color: rgba(0,0,0,0.72);
}

.wm-wichteln-tablewrap{
  margin: 14px 6px 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.95);
}

.wm-wichteln-table{
  width: 100%;
  border-collapse: collapse;
}

.wm-wichteln-table thead th{
  text-align:left;
  padding: 14px 14px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #c21f1f, #f5b700);
  border: 0;
}

.wm-wichteln-table tbody td{
  padding: 14px 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
  color: rgba(0,0,0,0.82);
}

.wm-wichteln-table tbody tr:nth-child(even){
  background: rgba(0,0,0,0.02);
}

.wm-wichteln-hint{
  margin: 12px 6px 0;
  font-size: 13px;
  color: rgba(0,0,0,0.62);
}

.wm-wichteln-footer{
  margin-top: 14px;
  display:flex;
  justify-content:center;
  gap: 10px;
  opacity: .85;
  font-size: 18px;
}

@media (min-width: 640px){
  .wm-wichteln-card{ padding: 28px 26px 18px; }
}
