/* Terra Secundus UN Engine base bridge */
.terra-secundus .t4-wrapper { min-height: 100vh; }
.terra-secundus .t4-row.row { display: flex; flex-wrap: wrap; }
.terra-secundus .t4-col { min-width: 0; }
.terra-secundus #sp-component { flex: 1 1 auto; }
.terra-secundus #sp-right { flex: 0 0 320px; }
@media (max-width: 991.98px) {
  .terra-secundus #sp-right { flex: 0 0 100%; max-width: 100%; }
}
