/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2025 | 00:53:02 */
/* Make the vertical tabs menu sticky on desktop */
@media (min-width: 992px) {  /* only on larger screens */
  .sticky-side-tabs .sow-tabs-tab-container {
    position: sticky !important;
    top: 100px;                 /* adjust to sit under your header */
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    align-self: flex-start;
    z-index: 10;
  }
}

/* Ensure the tabs layout lets the sticky element anchor properly */
.sticky-side-tabs .sow-tabs {
  align-items: flex-start !important;
}
