html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip !important;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

header,
footer {
  display: none !important;
}

body > div,
x-dc,
x-dc > div {
  width: 100% !important;
  max-width: 100% !important;
}

[data-rxg-page-action] {
  cursor: pointer;
}

section:has([data-marquee]) > p {
  display: none !important;
}

[data-marquee] > .rxg-credential-label {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(22, 47, 85, 0.14) !important;
  background: #fff;
  color: var(--rxg-navy-700, #162f55) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
}

[data-marquee] > .rxg-credential-label::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  content: "";
  background: conic-gradient(
    from var(--rxga),
    transparent 0turn 0.58turn,
    #82b348 0.76turn,
    #37b3a9 0.9turn,
    transparent 1turn
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 1;
  pointer-events: none;
  animation: rxg-orbit 5.5s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  [data-marquee] > .rxg-credential-label::before {
    animation: none !important;
  }
}
