/**
 * WooCommerce → Settings → Integration: SSKC sections only (enqueued conditionally).
 */
.woocommerce .wc-settings-sub-title + p:not(:empty) {
  background: #fff;
  border: 1px solid #c3c4c7;
  border-left-width: 4px;
  border-left-color: #dba617;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin: 0.5em 0;
  padding: 5px;
  padding-inline-start: 10px;
  max-width: max(50%, 768px);
}
.woocommerce .wc-settings-sub-title + p:empty {
  display: none;
}
