/* Access Point Riyadh — page-local Master Page Template V1 */
html[lang="ar"] body.gwn-pilot-page,
html[lang="en"] body.gwn-pilot-page,
html[lang="en"] body.gwn-pilot-page .gwn-main {
  font-family: "Cairo Pilot", Tahoma, Arial, sans-serif;
}

body.gwn-pilot-page .gwn-device-card img {
  width: min(100%, 500px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
}

body.gwn-pilot-page .floating {
  width: max-content;
  right: auto !important;
  left: 18px !important;
}

body.gwn-pilot-page .back-top {
  right: 18px;
  left: auto !important;
}

@media (max-width: 700px) {
  body.gwn-pilot-page .floating {
    right: auto !important;
    left: 12px !important;
  }

  body.gwn-pilot-page .back-top {
    right: 12px;
    left: auto !important;
  }

  body.gwn-pilot-page .gwn-device-card img {
    width: 100%;
  }
}
