.x-container>.offset {
  margin-top: 0 !important;
}

.main.x-container.max {
  max-width: 1200px !important;
}

.il-hero-section {
  background-image: linear-gradient(90deg, rgb(238 238 238 / 56%) 0%, rgb(255 255 255 / 91%) 0%), url(https://integrallife.com/wp-content/uploads/2026/01/glossary-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5rem 1.5rem 3.5rem;
  border-radius: 4px;
  color: white;
  margin-bottom: 2rem;
}

.il-loading-flavor {
  margin-bottom: 0 !important;
}

.il-learning-path-glossary .il-glossary-header {
  text-align: center;
  margin-bottom: 24px;
}

.il-glossary-form {
  display: flex;
  gap: 12px;
  margin-bottom: 1.5rem;
  max-width: 860px;
  margin: 0 auto;
}

.il-glossary-form .il-input,
.il-glossary-form .il-button {
  width: 100%;
}

.il-glossary-card {
  display: grid;
  gap: 16px;
}

.il-glossary-followup {
  display: grid;
  gap: 10px;
}

.il-glossary-image {
  width: 100%;
  border-radius: 16px;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.il-glossary-section__title {
  margin: 0 0 8px;
  font-size: 18px;
}

.il-glossary-section__content {
  margin: 0;
  /* color: #4c5661; */
}

.il-glossary-list {
  margin: 0;
  padding-left: 18px;
}

.il-glossary-list__item {
  margin-bottom: 6px;
}
