/*

PORTEXA portal.css
Used to override third-party worst practices. 

*/

/*
OpenContent edit compatibility.
The OpenContent/Alpaca editor uses Bootstrap 3 collapse markup (.collapse.in),
while the Portexa2026 skin loads Bootstrap 5 CSS (.collapse:not(.show)).
Scope the compatibility rule to editor surfaces so public Bootstrap 5 components
keep their expected .show behavior.*/
.alpaca-editor .panel-collapse.collapse.in,
.alpaca-editor .alpaca-container.collapse.in,
.alpaca-editor .collapse.in {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}

.oc-hero-header-advanced .oc-hha-title-section
{
    padding: clamp(1.75rem, 4vw, 1.25rem) 0 !important;
    border-top: 1px solid white;
}

.oc-vptc-icon-wrap {
    margin-top: 2rem !important;
}

