.phw-flash {
  margin-bottom: 1rem;
}

.phw-breadcrumb {
  margin-bottom: 0.75rem;
}

.phw-breadcrumb .breadcrumb {
  margin: 0;
  font-size: 0.85rem;
}

.phw-kpi-card {
  height: 100%;
}

.phw-kpi-card__label {
  color: var(--phw-text-muted);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.phw-kpi-card__value {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.phw-kpi-card__value--muted {
  color: var(--phw-text-muted);
  font-size: 1.1rem;
  font-weight: 600;
}

.phw-empty-state {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--phw-text-muted);
}

.phw-empty-state i {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}

.phw-region-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 20;
  background: var(--phw-card-bg);
  border: 1px solid var(--phw-border);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(20, 23, 31, 0.12);
  max-height: 240px;
  overflow-y: auto;
}

.phw-region-dropdown__item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.75rem;
  border: none;
  background: none;
  font-size: 0.9rem;
  cursor: pointer;
}

.phw-region-dropdown__item:hover {
  background: var(--phw-bg);
}

.phw-region-dropdown__item .level {
  color: var(--phw-text-muted);
  font-size: 0.78rem;
  margin-left: 0.35rem;
}

.phw-region-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--phw-bg);
  border: 1px solid var(--phw-border);
  border-radius: 999px;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
  font-size: 0.85rem;
}

.phw-region-chip button {
  border: none;
  background: none;
  color: var(--phw-text-muted);
  line-height: 1;
  padding: 0;
  font-size: 1rem;
}

.phw-region-chip button:hover {
  color: var(--phw-danger);
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 1180px;
  }
}
