/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.item-event a.item-event__in {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--normal);
  border: 1px solid var(--wp--preset--color--gray);
  color: var(--wp--preset--color--text-color); }
  .item-event a.item-event__in:hover .item-event__link {
    width: 10.5rem; }
    .item-event a.item-event__in:hover .item-event__link-text {
      color: var(--wp--preset--color--tertiary); }
    .item-event a.item-event__in:hover .item-event__link-icon {
      transform: translateY(-50%) rotate(35deg); }

.item-event__image {
  height: 13.75rem;
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--normal) var(--wp--custom--border-radius--normal) 0 0; }
  .item-event__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.item-event__content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.item-event__content-title {
  margin-block-start: 0;
  margin-block-end: 1rem; }

.item-event__content-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 4lh;
  margin-bottom: 2rem; }

.item-event__content-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: auto; }
  .item-event__content-info__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--wp--preset--color--primary); }
    .item-event__content-info__item:not(:last-child) {
      margin-bottom: 1rem; }
    .item-event__content-info__item::before {
      font-family: Icomoon, sans-serif;
      width: 1.75rem;
      height: 1.75rem;
      border-radius: var(--wp--custom--border-radius--x-small);
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--wp--preset--color--primary);
      color: var(--wp--preset--color--white); }
    .item-event__content-info__item .text:has(small) {
      line-height: 1em; }
      .item-event__content-info__item .text:has(small) small {
        line-height: inherit; }
    .item-event__content-info__item small {
      display: block; }
    .item-event__content-info__item.date::before {
      content: '\e907'; }
    .item-event__content-info__item.date.expired span {
      text-decoration: line-through; }
    .item-event__content-info__item.location::before {
      content: '\e908'; }
    .item-event__content-info__item.person::before {
      content: '\e915'; }

.item-event__link {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 4rem;
  height: 4rem;
  border-top-left-radius: 2rem;
  background-color: var(--wp--preset--color--white);
  border-top: 1px solid var(--wp--preset--color--gray);
  border-left: 1px solid var(--wp--preset--color--gray);
  transition: ease-in-out width 200ms; }
  .item-event__link-text {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.5rem;
    color: transparent;
    transition: ease-in-out color 200ms; }
  .item-event__link-icon {
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--wp--preset--color--tertiary);
    transition: ease-in-out transform 200ms;
    font-size: 0.75rem; }
  .item-event__link::before, .item-event__link::after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: var(--wp--preset--color--white);
    border-bottom-right-radius: 1rem;
    box-shadow: 1rem 1rem 0 1rem #fff;
    border-right: 1px solid var(--wp--preset--color--gray);
    border-bottom: 1px solid var(--wp--preset--color--gray); }
  .item-event__link::before {
    top: calc(-1rem - 1px);
    right: 0; }
  .item-event__link::after {
    bottom: 0;
    left: calc(-1rem - 1px); }

/*# sourceMappingURL=item-prev-dates.css.map */
