/* App-level overrides — meeting theme comes from /idcny-2026/css/IDCNY_Styles.css */

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
  padding-top: 90px;
}

/* The home hero is a full-bleed graphic and the nav is in flow, so it meets the
   nav directly instead of taking the offset the inner page banners use. */
.site-main:has(.lgx-banner4) {
  padding-top: 0;
}

.lgx-banner4 {
  margin-top: 0;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(16, 34, 61, 0.18);
  color: var(--theme-color);
  font-size: 18px;
  line-height: 1;
  opacity: 0.85;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.owl-theme .owl-nav button.owl-prev {
  left: 0;
}

.owl-theme .owl-nav button.owl-next {
  right: 0;
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  opacity: 1;
  background: #fff4ed;
}

.owl-theme .owl-dots {
  margin-top: 1.5rem;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  padding: 0;
  border: 0;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--theme-color) 30%, transparent);
  transition: background 0.2s ease, transform 0.2s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--theme-color);
  transform: scale(1.25);
}

#lgx-owltestimonial .lgx-testi-single {
  padding-right: 55px;
  padding-left: 55px;
}

#lgx-owlgallery .lgx-gallery-single figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

#lgx-owlgallery .lgx-gallery-single figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#lgx-owlgallery .owl-dots {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .owl-theme .owl-nav button.owl-prev,
  .owl-theme .owl-nav button.owl-next {
    display: none;
  }

  #lgx-owltestimonial .lgx-testi-single {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Stova agenda / faculty widget frames, before their content is measured. */
iframe[data-containerid] {
  width: 100%;
  min-height: 70vh;
  border: 0;
}

