@media (max-width: 767px) {
  html[data-r2n-mobile-hero-balance="1"] .event-orbit-wrap {
    transform: translateY(var(--r2n-orbit-mobile-y, 0px)) !important;
    transition: transform 240ms ease-out;
  }

  html[data-r2n-mobile-hero-balance="1"] .r2n-mobile-hero-description {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: var(--r2n-mobile-description-lines, 5) !important;
    max-height: calc(var(--r2n-mobile-description-lines, 5) * 1.6em) !important;
    overflow: hidden !important;
    white-space: normal !important;
  }

  html[data-r2n-mobile-hero-balance="1"] .r2n-mobile-orbit-digits {
    top: var(--r2n-orbit-digits-center-y, 50%) !important;
    transform: translateY(-50%) !important;
  }

  html[data-r2n-mobile-hero-balance="1"] .fixed.right-4.top-\[calc\(env\(safe-area-inset-top\,0px\)\+54px\)\] > :not(.mt-auto) {
    transform: translateX(-2px) !important;
  }

  html[data-r2n-hide-topbar="1"] header.absolute.left-0.right-0.top-\[calc\(env\(safe-area-inset-top\,0px\)\+6px\)\] {
    display: none !important;
  }

}

html[data-r2n-hide-eventlink="1"] .r2n-build-switcher-venue[aria-label="eventlink"] {
  display: none !important;
}

html[data-r2n-hide-share="1"] button[aria-label="Share profile"],
html[data-r2n-hide-copylink="1"] button[aria-label="Copy profile link"],
html[data-r2n-hide-qr="1"] button[aria-label="Show QR code"],
html[data-r2n-hide-review="1"] button[aria-label*="Review" i],
html[data-r2n-hide-review="1"] button[aria-label*="Noter" i],
html[data-r2n-hide-vote="1"] button[aria-label*="Vote" i],
html[data-r2n-hide-vote="1"] button[aria-label*="Rating" i],
html[data-r2n-hide-chat="1"] button[aria-label*="Chat" i],
html[data-r2n-hide-flyers="1"] button[aria-label*="Flyer" i],
html[data-r2n-hide-wall="1"] button[aria-label*="Wall" i] {
  display: none !important;
}
