/* Remote Access — Zoho Assist embed + hero visibility.
   Webflow IX2 leaves inline opacity:0 on hero elements when interactions
   don't run; force page content visible above the decorative bg. */

.page-remote-access main [data-w-id][style*="opacity:0"] {
  opacity: 1 !important;
}

.page-remote-access .hero-8-content.edit,
.page-remote-access .hero-8-content.edit h1,
.page-remote-access .hero-8-content.edit h2,
.page-remote-access .hero-8-content.edit .hero-8-description {
  opacity: 1 !important;
}

.page-remote-access .hero-8-content.edit {
  position: relative;
  z-index: 20;
}

.remote-support-embed {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 42rem;
  min-height: 7.5rem;
  margin: 0 auto;
}

.remote-support-embed iframe {
  display: block;
  width: 100%;
  min-height: 7.5rem;
  height: 7.5rem;
  border: 0;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgb(81 80 102 / 12%);
}
