/* EliteTopper base styles (extracted) */
:root {
  --scrollbar-display: none;
}

/* Hide scrollbars (WebKit + Firefox + IE/Edge legacy) */
::-webkit-scrollbar { display: var(--scrollbar-display); }
html, body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;    /* Firefox */
  scroll-behavior: smooth;
}

/* Utility extracted from source */
.highlighted-section {
  outline: 2px solid #3F20FB;
  background-color: rgba(63, 32, 251, 0.1);
}

.edit-button {
  position: absolute;
  z-index: 1000;
}
