.content-body {
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 180, 255, 0.55) rgba(0, 0, 0, 0.28);
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
  text-align: center;
}

.content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-block > * {
  width: 100%;
}

.content-body::-webkit-scrollbar {
  width: 12px;
}

.content-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(120, 180, 255, 0.12);
}

.content-body::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, rgba(36, 50, 78, 0.9), rgba(88, 128, 190, 0.85));
  border: 2px solid rgba(0, 0, 0, 0.68);
  border-radius: 999px;
  box-shadow:
    0 0 8px rgba(120, 180, 255, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.content-body::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(52, 73, 110, 0.95), rgba(116, 169, 241, 0.9));
  box-shadow:
    0 0 12px rgba(120, 180, 255, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.content-body::-webkit-scrollbar-corner {
  background: transparent;
}

.content-status {
  margin: 0;
}
