/* ==== Форма бронирования (публичная) ==== */
.wbc-widget {
  max-width: 520px;
  margin: 24px auto;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.4;
}

.wbc-widget h3 {
  margin: 0 0 14px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #111827;
}

.wbc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wbc-row label {
  flex: 1 1 48%;
  font-weight: 600;
  font-size: 0.92rem;
}

.wbc-row input,
.wbc-row select {
  width: 100%;
  margin-top: 4px;
  padding: 8px 10px;
  border: 1px solid #cfd3da;
  border-radius: 6px;
  background-color: #fff;
  font-size: 0.95rem;
}

.wbc-row input:focus,
.wbc-row select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37,99,235,0.2);
}

.wbc-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 0.9rem;
}

.wbc-actions {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wbc-submit {
  padding: 10px 16px;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.wbc-submit:hover {
  background: #1d4ed8;
}

.wbc-status {
  color: #2563eb;
  font-size: 0.9rem;
}

.wbc-note {
  margin-top: 14px;
  color: #6b7280;
  font-size: 0.85rem;
}

/* ==== Универсальные элементы (используются и в админке) ==== */
.wbc-filters label {
  margin-right: 12px;
  display: inline-block;
}

#wbc_b_table .small,
#wbc_s_table .small {
  padding: 2px 6px;
  font-size: 12px;
}
