#wedding-seating-chart.wsc-wrap {
  max-width: 720px;
  margin: 40px auto;
  padding: 28px;
  border-radius: 18px;
  background: var(--wsc-card-bg, #fff);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  text-align: center;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}
#wedding-seating-chart h2 { margin-bottom: 8px; font-size: 32px; }
#wedding-seating-chart .subtitle { margin-bottom: 24px; color: #666; }
#weddingGuestSearch {
  width: 100%; padding: 16px 18px; font-size: 18px; border: 1px solid #ccc; border-radius: 12px; box-sizing: border-box;
}
#weddingSeatResults { margin-top: 24px; text-align: left; }
.wsc-result-card {
  padding: 18px; margin-bottom: 12px; border-radius: 14px; background: #f7f7f7; font-size: 18px; border: 1px solid rgba(0,0,0,0.04);
}
.wsc-result-card strong { display:block; font-size: 21px; margin-bottom: 6px; }
.wsc-result-card .wsc-table-name { color:#333; margin-bottom: 12px; }
.wsc-action-btn {
  border: 0; background: var(--wsc-accent, #6b4f7a); color: #fff; padding: 11px 16px; border-radius: 999px; cursor: pointer; font-size: 15px;
}
.wsc-action-btn:hover { filter: brightness(0.95); }
.no-result { color: #777; text-align: center !important; padding: 16px; }
.seat-details-panel {
  position: fixed; left: 50%; bottom: 0; transform: translate(-50%, 105%); width: min(920px, calc(100% - 28px)); max-height: 86vh; overflow:auto;
  background:#fff; border-radius: 22px 22px 0 0; box-shadow: 0 -16px 50px rgba(0,0,0,0.18); padding: 22px; text-align:left; z-index:9999; transition: transform .28s ease;
}
.seat-details-panel.is-open { transform: translate(-50%, 0); }
.wsc-close-btn { float:right; border:0; background:#f1f1f1; border-radius:999px; padding:8px 13px; cursor:pointer; }
.wsc-detail-title { margin-top: 8px; margin-bottom: 6px; font-size: 26px; }
.wsc-detail-meta { color:#666; margin-bottom:18px; }
.wsc-section { margin-top:20px; }
.wsc-section h4 { margin-bottom:8px; }
.wsc-tablemate-list { columns: 2; margin:0; padding-left:20px; }
.wsc-floorplan {
  position: relative; min-height: 420px; border-radius:18px; border:1px solid #e2e2e2; overflow:hidden; background: linear-gradient(135deg,#fbfbfb,#f3f3f3); margin-top:12px;
}
.wsc-floorplan img { width:100%; display:block; min-height:420px; object-fit:cover; }
.wsc-floorplan-generated { min-height:420px; }
.wsc-marker {
  position:absolute; width:58px; height:58px; margin-left:-29px; margin-top:-29px; border-radius:50%; display:flex; align-items:center; justify-content:center; text-align:center;
  background:#fff; border:2px solid #bbb; box-shadow:0 4px 12px rgba(0,0,0,0.12); font-size:13px; line-height:1.1; padding:4px; box-sizing:border-box;
}
.wsc-marker.is-selected { background: var(--wsc-accent, #6b4f7a); color:#fff; border-color: var(--wsc-accent, #6b4f7a); transform: scale(1.12); z-index:5; }
@media (max-width: 640px) {
  #wedding-seating-chart.wsc-wrap { margin: 20px auto; padding: 22px; }
  #wedding-seating-chart h2 { font-size: 28px; }
  .wsc-tablemate-list { columns:1; }
  .wsc-floorplan, .wsc-floorplan img { min-height: 340px; }
  .wsc-marker { width:48px; height:48px; margin-left:-24px; margin-top:-24px; font-size:11px; }
}
