/* Custom styles for line-clamp and specific element behaviors */
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.prose {
  max-width: none;
}
.prose h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 600;
}
.prose p {
  margin-bottom: 1em;
}
.prose ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.prose li {
  margin-bottom: 0.5em;
}
.prose a {
  color: #2a4e9a;
  text-decoration: none;
}
.prose a:hover {
  text-decoration: underline;
}
.prose img {
  width: 100%;
  border-radius: 0.5rem;
}
.custom-muc-luc {
  background-color: #f3f4f6;
  border-left: 4px solid #e5451b;
  padding: 1rem;
  margin: 1.5rem 0;
  border-radius: 0.25rem;
}
.custom-muc-luc .toc-title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.custom-muc-luc ul {
  list-style-type: none;
  padding-left: 0;
}
.custom-muc-luc li a {
  color: #2a4e9a;
  text-decoration: none;
}
.custom-muc-luc li a:hover {
  text-decoration: underline;
}
#main_navbar.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 50;
}
