body div.healcode.enrollments.modern-theme-wrapper * {
  font-family: var(--fontp);
  font-weight: 400;
  font-size:  calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem);
  letter-spacing: 0.07em;
  line-height: 16px;
}
.enrollment-wrapper .enrollments {
  width: var(--containerWidth) !important;
  max-width: var(--containerWidth) !important;
}

/*
.enrollment-wrapper .filtered_collection {
  display: flex;
  transition: transform 0.5s ease;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  --numCols: 4;
  gap: 1rem;
  align-items: flex-start;
}

.enrollment-wrapper .filtered_collection > .enrollment {
  flex: 1 0 calc(100% / var(--numCols));
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 1fr; 
  align-items: start; 
  row-gap: 0.5rem;/
}
*/
.enrollment-wrapper .filtered_collection > .enrollment > * {
  grid-row: span 1;
}

.enrollment-wrapper .filtered_collection > .enrollment .healcode-image-area {
  order: 5;
}

.enrollment-wrapper
  .filtered_collection
  > .enrollment
  .healcode-image-area
  img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.enrollment-wrapper
  .filtered_collection
  > .enrollment
  .healcode-enrollment-name {
  order: 15;
  display: flex;
  flex-direction: column-reverse;
}

.enrollment-wrapper
  div.healcode.enrollments
  .filtered_collection
  > .enrollment
  .healcode-enrollment-name
  a {
  color: var(--bodyColor);
  text-decoration: none;
  text-transform: capitalize;
  0.7px
}

.enrollment-wrapper
  div.healcode.enrollments
  .filtered_collection
  > .enrollment
  .healcode-enrollment-name
  a,
.enrollment-wrapper
  div.healcode.enrollments
  .filtered_collection
  > .enrollment
  .healcode-enrollment-name
  span {
  font-weight: 400;
}

.enrollment-wrapper
  .filtered_collection
  > .enrollment
  .healcode-enrollment-name
  > a {
  font-size: 1rem;
}
.enrollment-wrapper
  .filtered_collection
  > .enrollment
  .healcode-enrollment-name
  > span {
  font-size: 0.85rem;
}

.enrollment-wrapper .filtered_collection > .enrollment .healcode-class-type {
  order: 10;
}
.enrollment-wrapper .filtered_collection > .enrollment .healcode-date-area {
  order: 20;
}
.enrollment-wrapper
  .filtered_collection
  > .enrollment
  .healcode-description-area {
  order: 25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.enrollment-wrapper .filtered_collection > .enrollment .healcode-button {
  order: 30;
}

.enrollment-wrapper
  .div.healcode.enrollments.modern-theme-wrapper
  .filtered_collection
  .healcode-enrollment-name
  .healcode-trainer-name {
  font-size: 0.85rem;
  font-weight: 400;
}

.enrollment-wrapper
  .div.healcode.enrollments.modern-theme-wrapper
  .filtered_collection
  .healcode-enrollment-name
  > a {
  font-size: 0.95rem;
  font-weight: 400;
}
