body {
  font-family: 'Times', serif;
  background-color: #000000;
  color: #FFFFFF;
}

h3 {
  font-weight: 400;
}

.red-link,
.red-link:visited {
  color: red;
}

.highlight {
  color: #FF10F0;
  font-weight: 700;
}

.image-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.main-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

.layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 100vh;
}

.sidebar {
  border-right: 1px solid #000;
  padding: 1rem;
  overflow-y: auto;
}

.category-block h3 {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.category-block ul {
  list-style: none;
  padding-left: 0;
}

.category-block li {
  margin-bottom: 0.2rem;
}

.content {
  padding: 1.5rem;
}

.green-point {
  color: #39ff14;
}

.divider {
  background: linear-gradient(to right, #FF10F0, #00ffff, #39ff14, #ff3131);
  border: 0;
  height: 3px;
}

.more-button-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.more-button {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

trix-editor {
  min-height: 200px !important;
  display: block !important;
  border: 1px solid #ccc !important;
  padding: 10px !important;
  background: white !important;
}

