body {
  font-family: 'Montserrat', sans-serif;
  background-color: #F8F9FA;
  color: #1E1E1E;
}
.glass-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.accordion-content {
  transition: all 0.3s ease-in-out;
}
.wysiwyg-editor h1, .wysiwyg-editor h2, .wysiwyg-editor h3, .wysiwyg-editor h4 {
  line-height: 1.35 !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.wysiwyg-editor h1 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #111;
}
.wysiwyg-editor h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111;
}
.wysiwyg-editor h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #E60012;
}
.wysiwyg-editor p {
  margin-bottom: 0.75rem;
  line-height: 1.65;
  color: #374151;
}
.wysiwyg-editor ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.wysiwyg-editor ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.wysiwyg-editor blockquote {
  border-left: 4px solid #E60012;
  padding-left: 1rem;
  font-style: italic;
  color: #4B5563;
  margin: 1rem 0;
  background-color: #F9FAFB;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
}
.wysiwyg-editor table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.85rem;
}
.wysiwyg-editor table, .wysiwyg-editor th, .wysiwyg-editor td {
  border: 1px solid #D1D5DB;
  padding: 0.5rem;
}
.wysiwyg-editor th {
  background-color: #F3F4F6;
  font-weight: 700;
  text-align: left;
}
.wysiwyg-editor hr {
  border: 0;
  border-top: 1px solid #E5E7EB;
  margin: 1.5rem 0;
}
.wysiwyg-editor a {
  color: #E60012;
  text-decoration: underline;
  font-weight: 600;
}