.box-scroll {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
    cursor: pointer;
    /* Hiddem scroll bar */
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
  
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .box-scroll::-webkit-scrollbar {
    display: none;
  }
  
  .card {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: white;
  }
  
  .ml {
    margin-right: 10px;
  }
  .card img {
    max-width: none;
}

#mainhssec{
  position: relative;
}
#mainhssec h3{
  margin:0;
}
/* Slider container: lidt lavere end viewport */
#mainhssec {
  height: 80vh;
  max-height: 80vh;
  overflow: hidden;
}

/* Alt indhold skal fylde containeren */
#mainhssec .hss-content-area,
#mainhssec .hss-content-area--horizontal,
#mainhssec .Scroll__container {
  height: 100%;
}

/* Zoom controls */
#mainhssec .hss-zoom-controls{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999999;
  display: flex;
  gap: 6px;
  align-items: center;
  background: rgba(0,0,0,0.45);
  padding: 6px 8px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
}

#mainhssec .hss-zoom-btn{
  appearance: none;
  border: 0;
  background: rgba(255,255,255,0.18);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 34px;
  cursor: pointer;
}

#mainhssec .hss-zoom-btn:hover{
  background: rgba(255,255,255,0.28);
}

#mainhssec .hss-zoom-level{
  color: #fff;
  font-size: 12px;
  min-width: 52px;
  text-align: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
