#wpubs-admin-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.wpubs-tab-button {
  padding: 6px 12px;
  cursor: pointer;
}
.wpubs-tab-button.active {
  background-color: #003366;
  color: #fff;
  font-weight: bold;
}

.wpubs-site-selector {
  margin-bottom: 20px;
}

.wpubs-dash-box {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.wpubs-btn {
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  background: #004080;
  color: white;
  cursor: pointer;
}
.wpubs-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.wpubs-section-box {
  background: #f0f8ff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}
.wpubs-dash-box {
  background: #e8eef7;
  padding: 10px;
  border-radius: 6px;
}

.wpubs-calendar-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.wpubs-calendar-table th, .wpubs-calendar-table td {
  border: 1px solid #ccc;
  vertical-align: top;
  min-height: 100px;
  padding: 5px;
}
.calendar-day-number {
  font-weight: bold;
  margin-bottom: 5px;
}
.calendar-booking {
  background-color: #006699;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  margin-bottom: 2px;
  font-size: 0.85em;
}

