/* pb- prefixed fallbacks only apply if theme doesn’t have its own .card, .btn, etc. */

.pb-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}

.pb-card-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
}

.pb-card-body {
  padding: 1.25rem;
}

/* Tables */
.pb-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* Buttons */
.pb-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
}
.pb-btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
  background-color: transparent;
}
.pb-btn-outline-success {
  color: #198754;
  border-color: #198754;
  background-color: transparent;
}
/* ↑ more specific and with !important to override theme */
.pb-card-body .bg-light.p-3.rounded {
  background-color: #f8f9fa !important;
  padding: 1rem !important;
  border-radius: 0.25rem !important;
}

