/*
 * Natural Script — Aura App ListView global styles
 *
 * Slim, Aura-targeted subset extracted from NsAppMainStyles.css. Holds ONLY
 * the global rules the ListView render tree actually consumes from outside its
 * own component bundles. Load into the AURA Experience site via Head Markup:
 *   <link rel="stylesheet" href="/sfsites/c/resource/NsAuraAppListViewStyles" />
 *
 * Render tree analysed: c-ns-app-list-view + nsApp*ListViewResults/Actions and
 * shared children (c-ns-app-product-row, -row-card, -row-meta-strip, -toggle,
 * -results-count, -load-more-button, -formula-card-*, -products-dietary-filter,
 * -action, -child-list, c-ns-loading-stencil, c-ns-processing-icon).
 *
 * Of 150 non-SLDS classes + all consumed CSS vars across that tree, only the
 * two rules below are provided by the NsApp*Styles static resources; everything
 * else is component-scoped CSS or SLDS/LWC platform tokens.
 *
 * NOTE: the ListView header heading uses the `dxp-text-heading-medium` class,
 * which is supplied by the DXP base stylesheet (present in LWR, absent in Aura)
 * — it is NOT defined in any of the 5 static resources, so there is nothing to
 * copy for it here. If the Aura heading needs styling, an equivalent rule must
 * be authored explicitly (see NsAppMainStyles --dxp-s-text-heading-medium-*).
 */

/* --- Brand token consumed by nsAppListView.css (.list-view-eyebrow color) --- */
/* Source: NsAppMainStyles.css :root (L58) */
:root {
    --ns-brand-color-secondary: #025B4B;
}

/* --- Eyebrow body text utility used on .list-view-eyebrow --- */
/* Source: NsAppMainStyles.css (L159-161 + L594-596) */
.dxp-text-body-small {
    line-height: 28px;
    letter-spacing: -0.02rem;
}

.list-view-header-title {
    line-height: unset !important;
    font-size: 1.3rem !important;
}

.ns-app-action-lightning-modal-body .slds-modal__content {
    padding: 0px !important;
}
