.top-right-container {
  position: fixed;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 9999;
}

.top-right-button {
  background-color: #007BFF;
  color: white;
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  white-space: nowrap;
}

.top-right-button:hover {
  background-color: #0056b3;
}

:root {
  --sidebar-name-background: ;
  --sidebar-name-color: ;

  /* --mono-hue        : 113;
  --mono-saturation : 0%; */

  --theme-hue: 35;
  --theme-saturation: 100%;
  --theme-lightness : 44%;

  --cover-background-image: radial-gradient(50% 50% ellipse at center center, rgba(224, 131, 0, 0.4), transparent);
  --base-background-color: #2c2c2c;
  --base-color: #A3A3A3;
  --mark-background: #FFFFFF;
  --selection-color: #E08300;

  --sidebar-width: 25rem;
  --cover-max-width: 50em;
}

.search .clear-button.show {
  display: flex !important;
  align-items: center;
}

body .sidebar {
  font-size: 14px;
}