.article-content > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.article-content > * + * {
  margin-top: 18px !important;
}

/* Link styling improvements - make links clearly visible and interactive */
.article-content a {
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
  transition: all 0.2s ease-in-out !important;
  cursor: pointer;
}

.article-content a:hover {
  color: #0369a1 !important; /* sky-700 */
  text-decoration-color: #0284c7 !important; /* sky-600 */
  text-decoration-thickness: 3px !important;
  text-underline-offset: 4px !important;
  transform: translateY(-1px);
}

.article-content a:active {
  transform: translateY(0);
  opacity: 0.9;
}

.article-content a:focus-visible {
  outline: 3px solid #38bdf8 !important;
  outline-offset: 3px !important;
  border-radius: 3px !important;
}

.prose img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.prose figure {
  margin-left: auto;
  margin-right: auto;
}

.prose .rt-align-center {
  text-align: center;
}

.prose .rt-align-right {
  text-align: right;
}

.prose .rt-align-justify {
  text-align: justify;
}
