#kcb-body-content #kcb-profiles-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#kcb-body-content #kcb-profiles-list-list {
  text-align: center;
  align-items: stretch;
}
#kcb-body-content #kcb-profiles-list-list a,
#kcb-body-content #kcb-profiles-list-list a:visited,
#kcb-body-content #kcb-profiles-list-list a:hover {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  row-gap: clamp(10px, 2cqw, 30px);
  height: 100%;
  min-height: 0;
  text-decoration: none;
  padding: 1rem 0;
}
#kcb-body-content #kcb-profiles-list-list a .kcb-label-profile,
#kcb-body-content #kcb-profiles-list-list a:visited .kcb-label-profile,
#kcb-body-content #kcb-profiles-list-list a:hover .kcb-label-profile {
  color: #989AAA;
  font-weight: bold;
  font-size: clamp(20px, 2cqw, 2rem);
  line-height: 1.1;
}
#kcb-body-content #kcb-profiles-list-list a .kcb-image-profile-and-date,
#kcb-body-content #kcb-profiles-list-list a:visited .kcb-image-profile-and-date,
#kcb-body-content #kcb-profiles-list-list a:hover .kcb-image-profile-and-date {
  display: contents;
}
#kcb-body-content #kcb-profiles-list-list a .kcb-image-profile,
#kcb-body-content #kcb-profiles-list-list a:visited .kcb-image-profile,
#kcb-body-content #kcb-profiles-list-list a:hover .kcb-image-profile {
  width: 100%;
  height: clamp(100px, 8cqw, 135px);
  background-image: var(--normal-kcb-image-profile);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#kcb-body-content #kcb-profiles-list-list a .kcb-image-profile:hover,
#kcb-body-content #kcb-profiles-list-list a:visited .kcb-image-profile:hover,
#kcb-body-content #kcb-profiles-list-list a:hover .kcb-image-profile:hover {
  background-image: var(--hover-kcb-image-profile);
}
#kcb-body-content #kcb-profiles-list-list a .kcb-image-profile img,
#kcb-body-content #kcb-profiles-list-list a:visited .kcb-image-profile img,
#kcb-body-content #kcb-profiles-list-list a:hover .kcb-image-profile img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#kcb-body-content #kcb-profiles-list-list a .kcb-date-profile,
#kcb-body-content #kcb-profiles-list-list a:visited .kcb-date-profile,
#kcb-body-content #kcb-profiles-list-list a:hover .kcb-date-profile {
  color: #D4AC77;
  font-size: clamp(10px, 1.25cqw, 1.25rem);
  line-height: 1.15;
  min-height: 2.3em;
}

/*# sourceMappingURL=profiles_list-3868b7b7fd.output.css.map */
