.pw-section {
  margin-top: var(--pw-space-7);
}

.pw-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--pw-space-4);
  margin-bottom: var(--pw-space-4);
  padding-bottom: var(--pw-space-2);
  border-bottom: 1px solid var(--pw-color-border);
}

.pw-section__title {
  font-size: var(--pw-text-xl);
  font-weight: var(--pw-weight-semibold);
  color: var(--pw-color-text);
  letter-spacing: var(--pw-tracking-tight);
}

.pw-section__actions {
  display: flex;
  gap: var(--pw-space-2);
  flex-shrink: 0;
}

.pw-section__actions :is(a, button, [role="button"]) {
  width: auto;
  white-space: nowrap;
}

.pw-section__body {
  /* Body inherits spacing from children */
}
