/* Moves the home page rotator up to reduce whitespace */
/*  In your page stylesheet, with higher specificity */
.DnnModule .frame.frame-space-before-large {
  --frame-outer-spacing-before: 10px; /* Your desired small value */
}

.DnnModule .frame.frame-space-after-extra-large {
  --frame-outer-spacing-after: 10px; /* Your desired small value */
}
    .tns-item_content .container {
    max-width: 1200px !important;
    width: 100%;
  }
/* Adjust carousel to prevent content jumping */
  .carousel-item .tns-item_content {
    min-height: 380px;   /* ← start here — increase to 260px, 280px etc. until jump disappears */
  }

  /* Optional safeguard: force consistent height on all carousel items */
  .carousel-inner .carousel-item {
    min-height: 480px;   /* ← tune this based on your image height + text block; e.g. 500–600px */
  }
/* Hide/defeat search icon */  
.header-search .btn-link {
    --bs-btn-font-size: 1px;
}
