/* SVS Egypt R12.10.15 — More + Speakers visual hardening.
   Front-end only. */
[data-more-menu],
.hx-more,
.more-menu,
.nav-more,
.site-more { position: relative; }

[data-more-menu].is-open [data-more-panel],
[data-more-menu][open] [data-more-panel],
[data-more-menu][data-open="true"] [data-more-panel],
.hx-more.is-open .hx-more-menu,
.hx-more[open] .hx-more-menu,
.hx-more[data-open="true"] .hx-more-menu,
.more-menu.is-open .dropdown-menu,
.more-menu[open] .dropdown-menu,
.more-menu[data-open="true"] .dropdown-menu,
.nav-more.is-open .dropdown-menu,
.site-more.is-open .dropdown-menu {
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

[data-more-panel],
.hx-more-menu,
.more-menu .dropdown-menu,
.nav-more .dropdown-menu,
.site-more .dropdown-menu {
  z-index:10020 !important;
}

[data-more-panel] a,
.hx-more-menu a,
.more-menu .dropdown-menu a,
.nav-more .dropdown-menu a,
.site-more .dropdown-menu a {
  pointer-events:auto !important;
}

/* Speaker cards/listing/profile readability */
.hx-speaker-card,
.hx-speaker-directory-card,
.hx-featured-speakers > a {
  background:#fff !important;
  color:#15171a !important;
  border-color:#d7dce1 !important;
}

.hx-speaker-card h1,.hx-speaker-card h2,.hx-speaker-card h3,
.hx-speaker-directory-card h1,.hx-speaker-directory-card h2,.hx-speaker-directory-card h3,
.hx-featured-speakers h1,.hx-featured-speakers h2,.hx-featured-speakers h3,
.hx-speaker-profile h1,.hx-speaker-profile h2,.hx-speaker-profile h3,
.hx-speaker-profile .hx-profile-name {
  color:#15171a !important;
}

.hx-speaker-card p,
.hx-speaker-directory-card p,
.hx-featured-speakers p,
.hx-speaker-profile p,
.hx-speaker-profile .hx-profile-bio,
.hx-speaker-profile .hx-profile-facts,
.hx-speaker-profile .hx-profile-facts span {
  color:#4b5563 !important;
}

.hx-speaker-card a,
.hx-speaker-directory-card a,
.hx-featured-speakers a,
.hx-speaker-profile a {
  text-decoration-thickness:.08em;
  text-underline-offset:.14em;
}

.hx-speaker-profile .hx-profile-social a {
  background:#fff !important;
  color:#15171a !important;
  border:1px solid #cfd5db !important;
}
.hx-speaker-profile .hx-profile-social a:hover,
.hx-speaker-profile .hx-profile-social a:focus-visible {
  background:#15171a !important;
  color:#fff !important;
  border-color:#15171a !important;
  outline:2px solid currentColor;
  outline-offset:2px;
}

[dir="rtl"] .hx-speaker-card h1,
[dir="rtl"] .hx-speaker-card h2,
[dir="rtl"] .hx-speaker-card h3,
[dir="rtl"] .hx-speaker-directory-card h1,
[dir="rtl"] .hx-speaker-directory-card h2,
[dir="rtl"] .hx-speaker-directory-card h3,
[dir="rtl"] .hx-speaker-profile h1,
[dir="rtl"] .hx-speaker-profile h2,
[dir="rtl"] .hx-speaker-profile h3 {
  letter-spacing:0 !important;
}

@media (max-width: 768px) {
  [data-more-panel],
  .hx-more-menu,
  .more-menu .dropdown-menu,
  .nav-more .dropdown-menu,
  .site-more .dropdown-menu {
    max-width:calc(100vw - 24px) !important;
    overflow-x:hidden !important;
  }
}
