.tagContainer {
  text-transform: uppercase;
}

.tagClassLucas {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
}

.tagClassLucas:hover {
  text-decoration: underline;
}

.firstletterTag {
  font-weight: bold;
  font-size: 20px;
}

.LucasTagName {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.LucasTagName:hover {
  text-decoration: underline;
}

.LucasTagLi {
  list-style: disc;
  color: #2aa6c8 !important;
  margin-left: 25px;
}

.tagClassLucas .firstletterTag {
  margin-top: 15px !important;
}

.tagWrapperLucas {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.tagWrapperLucas.tags-open {
  height: auto;
  overflow: visible;
}

.tagWrapperLucas::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.9) 90%);
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Fade verdwijnt wanneer open */
.tagWrapperLucas.tags-open::after {
  opacity: 0;
}

.tagToggleBtn {
  display: block;
  margin: 30px auto 40px auto;
  border: none;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  background: #000;
  border-radius: 8px;
  color: #fff;
  padding: 5px 20px;
}

/*# sourceMappingURL=style.css.map */
