/*
 * OutsourcingVN delta over the vendored NetbaseJSC UI layer (content/ui/netbase/netbase-theme.css).
 * Loaded after the Netbase file. Tokens only; no brand literals.
 * Owner decision, David (CEO), 2026-09-22: OVN reuses the Netbase UI 1:1 with the Netbase logo;
 * only content and the Home 4 composition differ.
 */

/* Netbase markup fix (header flex-shrink-0) until the OVN image carries the theme delta. */
.main-logo,
.navbar-brand {
    flex-shrink: 0;
}

/* Home 4 cards pick up the Netbase card radius and shadow. */
.shortcode-features .card,
.shortcode-information-block .card,
.shortcode-instruction-steps .card,
.shortcode-our-history .card {
    border-radius: var(--nb-radius-card);
    box-shadow: var(--nb-shadow-card);
}
