.hwx-lmdb-toplist-events .hwx-lmdb-list-item {
  --hwx-toplist-event-image-height: clamp(11rem, 48vw, 15.625rem);
  --hwx-toplist-event-image-width: clamp(8.75rem, 31%, 19rem);
  --hwx-topitem-stamp-safe-space: clamp(3rem, 16vw, 4.6rem);
  height: auto;
  border: 2px solid color-mix(in srgb, var(--color-primary, #0c3247) 58%, var(--color-accent, #e13f1a) 42%);
  overflow: visible;
  position: relative;
  border-radius: 1rem;
  background: color-mix(in srgb, white 95%, var(--color-primary, #0c3247) 5%);
  box-shadow:
    0 0.6rem 1.2rem -0.85rem color-mix(in srgb, transparent 74%, var(--color-primary, #0c3247) 26%),
    0 1.35rem 2.35rem -1.7rem color-mix(in srgb, transparent 72%, var(--color-accent, #e13f1a) 28%);
}

.hwx-lmdb-toplist-events .hwx-lmdb-list-item-content-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-width: 0;
}

@media (max-width: 767.98px) {
  .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-topitem-image-column {
    width: 100%;
    height: auto;
  }
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-topitem-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-width: 0;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-topitem-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 1rem;
}

.hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-topitem-content {
  height: auto;
}

.hwx-lmdb-toplist-events .hwx-lmdb-list-item.has-image {
  --grid-template-columns: 1fr;
}

.hwx-lmdb-toplist-events .hwx-lmdb-list-items {
  align-items: start;
}

@media (max-width: 767.98px) {
  .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    overflow: hidden;
    justify-self: stretch;
    background: transparent;
    border-radius: 0;
  }
}

.hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  overflow: hidden;
  background: transparent;
  align-items: center;
}

.hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
}

.hwx-lmdb-toplist-events .hwx-lmdb-topitem-stamp {
  width: clamp(2.6rem, 12vw, 4rem);
  top: -0.65rem;
  left: auto;
  right: -0.55rem;
  padding: 0.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0.25rem 0.75rem rgba(12, 50, 71, 0.18);
  backdrop-filter: blur(1px);
  z-index: 2;
  position: absolute;
  line-height: 0;
  pointer-events: none;
}

.hwx-lmdb-toplist-events .hwx-lmdb-topitem-stamp img {
  display: block;
  width: 100%;
  height: auto;
}

.hwx-lmdb-toplist-events .hwx-lmdb-topitem-stamp .hwx-lmdb-topitem-stamp-image {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-header {
  display: flex;
  align-items: center;
  margin-block: 0;
  width: calc(100% - var(--hwx-topitem-stamp-safe-space));
  min-height: clamp(4.4rem, 5.2vw, 5.8rem);
  overflow: hidden;
}

@media (max-width: 768px) {
  .hwx-lmdb-toplist-events .hwx-lmdb-event-card-header {
    width: 100%;
  }
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-header .hwx-lmdb-list-item-content-title {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-header .hwx-lmdb-list-item-content-title .hwx-lmdb-list-item-content-title-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  max-height: calc(1.2em * 3);
  overflow: hidden;
  word-break: break-word;
  font-size: clamp(1.35rem, 1.1rem + 0.85vw, 1.8rem);
  line-height: 1.2;
  margin-bottom: 0;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  width: 100%;
  margin-top: 0;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-meta .hwx-lmdb-list-item-category {
  position: static;
  display: inline-flex;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: color-mix(in srgb, white 74%, var(--color-primary, #0c3247) 26%);
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-meta .hwx-lmdb-list-item-category .hwx-lmdb-list-item-category-text {
  margin-bottom: 0;
  color: var(--color-primary, #0c3247);
  font-size: 0.8125rem;
  line-height: 1.25;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-meta-chip {
  gap: 0.45rem;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, white 64%, var(--color-accent, #e13f1a) 36%);
  color: color-mix(in srgb, var(--color-primary, #0c3247) 78%, black 22%);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.1;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-meta-chip i,
.hwx-lmdb-toplist-events .hwx-lmdb-event-meta-chip svg {
  margin-right: 0;
  color: var(--color-accent, #e13f1a);
}

@media (min-width: 768px) {
  .hwx-lmdb-toplist-events .hwx-lmdb-list-item-content-wrapper {
    grid-template-columns: var(--hwx-toplist-event-image-width) minmax(0, 1fr);
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-topitem-layout {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .hwx-lmdb-list-baselist.hwx-lmdb-toplist-events .hwx-lmdb-list-items .hwx-lmdb-list-item.has-image {
    --grid-template-columns: 1fr;
  }

  .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock {
    width: 100%;
    max-width: 100%;
    height: clamp(11rem, 20vw, 15rem);
    align-self: center;
    border-radius: 1rem 0 0 1rem;
  }

  .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image {
    width: 100%;
    height: 100%;
    border-radius: 1rem 0 0 1rem;
  }

  .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 1rem 0 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .hwx-lmdb-toplist-events .hwx-lmdb-list-item-content-wrapper {
    display: flex;
    flex-direction: column;
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-topitem-layout {
    display: flex;
    flex-direction: column;
  }

  .hwx-lmdb-toplist-events .hwx-lmdb-list-item .hwx-lmdb-event-topitem-content {
    order: 1;
    min-height: 0;
    justify-content: flex-start;
  }

  .hwx-lmdb-toplist-events .hwx-lmdb-list-item .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image,
  .hwx-lmdb-toplist-events .hwx-lmdb-list-item .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image img {
    border-radius: 1rem 1rem 0 0;
  }

  .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image {
    height: auto;
    overflow: hidden;
  }

  .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-card-image,
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image,
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image img {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .hwx-lmdb-toplist-events .hwx-lmdb-list-item .hwx-lmdb-list-item-imageblock {
    margin: 0;
    padding: 0;
    box-shadow: none;
    order: -1;
    min-height: 0;
    height: auto;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    align-self: stretch;
  }
}

.hwx-lmdb-list-basetiles>.hwx-lmdb-list-items .hwx-lmdb-list-item .hwx-lmdb-event-card-header {
  height: auto;
  align-items: center;
}

.hwx-lmdb-events-tiles-modern {
  --event-tile-primary: var(--color-primary, #0c3247);
  --event-tile-accent: var(--color-accent, #e13f1a);
  --event-tile-surface: color-mix(in srgb, white 92%, var(--event-tile-primary) 8%);
  --event-tile-line: color-mix(in srgb, white 70%, var(--event-tile-primary) 30%);
  --event-tile-shadow: color-mix(in srgb, transparent 50%, var(--event-tile-primary) 50%);
  --event-tile-pagination-line: color-mix(in srgb, white 62%, var(--event-tile-primary) 38%);
  --event-tile-pagination-surface: color-mix(in srgb, white 90%, var(--event-tile-primary) 10%);
  --event-tile-pagination-hover: color-mix(in srgb, white 80%, var(--event-tile-primary) 20%);
  --event-tile-pagination-active: color-mix(in srgb, var(--event-tile-primary) 88%, black 12%);
  --event-tile-gap: clamp(1rem, 1.6vw, 1.75rem);
  --event-badge-top-color: #0f7ab8;
  --event-badge-tip-color: #c53d10;
  --event-badge-new-color: #1f8f3a;
  --event-grid-columns: 1;
  --event-adbanner-column-span: 1;
  --event-adbanner-row-span: 1;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-empty-state {
  position: relative;
  max-width: min(100%, 58rem);
  margin: clamp(1.5rem, 3.8vw, 2.8rem) auto;
  padding: clamp(1.2rem, 2.8vw, 2rem) clamp(1rem, 3vw, 2.25rem);
/*   border: 1px solid color-mix(in srgb, var(--event-tile-primary) 20%, white 80%);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--event-tile-accent) 9%, white 91%) 0%, transparent 38%),
    radial-gradient(circle at 88% 86%, color-mix(in srgb, var(--event-tile-primary) 10%, white 90%) 0%, transparent 42%),
    linear-gradient(145deg,
      color-mix(in srgb, white 97%, var(--event-tile-primary) 3%) 0%,
      color-mix(in srgb, white 91%, var(--event-tile-primary) 9%) 100%);
  box-shadow:
    0 1rem 2rem -1.4rem color-mix(in srgb, transparent 58%, var(--event-tile-primary) 42%),
    0 0.6rem 1.25rem -1rem color-mix(in srgb, transparent 62%, var(--event-tile-accent) 38%); */
  text-align: center;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-empty-state-icon {
  width: clamp(3rem, 8vw, 4rem);
  height: clamp(3rem, 8vw, 4rem);
  margin: 0 auto clamp(0.7rem, 1.8vw, 1.1rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--event-tile-primary) 28%, white 72%);
  background: linear-gradient(145deg,
      color-mix(in srgb, white 93%, var(--event-tile-primary) 7%) 0%,
      color-mix(in srgb, white 84%, var(--event-tile-primary) 16%) 100%);
  color: color-mix(in srgb, var(--event-tile-primary) 64%, black 36%);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  box-shadow: inset 0 0.18rem 0.4rem color-mix(in srgb, white 68%, transparent);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-empty-state-title {
  margin: 0;
  color: color-mix(in srgb, var(--event-tile-primary) 75%, black 25%);
  font-size: clamp(1.15rem, 1.02rem + 0.85vw, 1.75rem);
  line-height: 1.2;
  font-weight: 760;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-empty-state-text {
  width: min(100%, 42rem);
  margin: clamp(0.5rem, 1.6vw, 0.8rem) auto 0;
  color: color-mix(in srgb, var(--event-tile-primary) 56%, black 44%);
  font-size: clamp(0.95rem, 0.9rem + 0.18vw, 1.08rem);
  line-height: 1.45;
}

@media (max-width: 575.98px) {
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-empty-state {
    border-radius: 0.85rem;
  }
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(1.8rem, 3.6vw, 2.8rem);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination.hwx-lmdb-list-pagination-top {
  margin-top: clamp(1rem, 2.2vw, 1.6rem);
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination {
  gap: 0.42rem;
  justify-content: center;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination .page-item .page-link {
  min-width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.72rem;
  border-radius: 0.72rem;
  border: 1px solid var(--event-tile-pagination-line);
  background: linear-gradient(150deg,
      color-mix(in srgb, white 96%, var(--event-tile-primary) 4%) 0%,
      var(--event-tile-pagination-surface) 100%);
  color: color-mix(in srgb, var(--event-tile-primary) 72%, black 28%);
  font-weight: 650;
  line-height: 1;
  box-shadow: 0 0.7rem 1.3rem -1rem color-mix(in srgb, transparent 72%, var(--event-tile-primary) 28%);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination .page-item .page-link:hover,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination .page-item .page-link:focus {
  border-color: color-mix(in srgb, var(--event-tile-primary) 65%, white 35%);
  background: linear-gradient(150deg,
      color-mix(in srgb, white 92%, var(--event-tile-primary) 8%) 0%,
      var(--event-tile-pagination-hover) 100%);
  color: color-mix(in srgb, var(--event-tile-primary) 82%, black 18%);
  box-shadow: 0 0.95rem 1.55rem -1rem color-mix(in srgb, transparent 64%, var(--event-tile-primary) 36%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination .page-item.active .page-link {
  border: none;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--event-tile-pagination-active) 90%, white 10%) 0%,
      color-mix(in srgb, var(--event-tile-pagination-active) 72%, black 28%) 100%);
  color: #fff;
  box-shadow: 0 1rem 1.75rem -1rem color-mix(in srgb, transparent 54%, var(--event-tile-primary) 46%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination .page-item.disabled .page-link {
  opacity: 0.55;
  border-color: color-mix(in srgb, white 72%, var(--event-tile-primary) 28%);
  background: color-mix(in srgb, white 95%, var(--event-tile-primary) 5%);
  color: color-mix(in srgb, var(--event-tile-primary) 44%, white 56%);
  box-shadow: none;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination .page-item:first-child .page-link,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination .page-item:last-child .page-link {
  min-width: 2.55rem;
}

@media (max-width: 767.98px) {
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.2rem;
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination {
    flex-wrap: nowrap;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 0.2rem;
  }
}

@media (max-width: 575.98px) {
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination {
    gap: 0.3rem;
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination.is-mobile-compact .pagination .page-item.is-mobile-hidden {
    display: none;
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-list-pagination .pagination .page-item .page-link {
    min-width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.62rem;
    padding: 0.35rem 0.56rem;
    font-size: 0.875rem;
  }
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-item {
  border: 1px solid color-mix(in srgb, var(--event-tile-primary) 34%, var(--event-tile-line) 66%);
  border-radius: 1rem;
  height: auto;
  align-self: start;
  align-items: flex-start;
  overflow: clip;
  background: color-mix(in srgb, white 95%, var(--event-tile-primary) 5%);
  box-shadow:
    0 0.6rem 1.15rem -0.8rem color-mix(in srgb, transparent 70%, var(--event-tile-primary) 30%),
    0 1.25rem 2.2rem -1.55rem color-mix(in srgb, transparent 72%, var(--event-tile-accent) 28%);
    align-self: center
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-item {
  overflow: visible;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items {
  align-items: start;
  grid-template-columns: repeat(var(--event-grid-columns), minmax(0, 1fr));
  gap: var(--event-tile-gap);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-items {
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--event-tile-gap);
}

.hwx-lmdb-detail-item-additional-contentblock-footer {
  display: flex;
  justify-content: center;
  margin: clamp(0.625rem, 1.8vw, 1.125rem) auto clamp(0.5rem, 1.4vw, 1rem);
}

.hwx-lmdb-detail-item-additional-contentblock-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  width: min(100%, 24rem);
  max-width: 100%;
  padding: 0.8rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--color-primary, #0c3247) 92%, white 8%) 0%,
      color-mix(in srgb, var(--color-primary, #0c3247) 72%, black 28%) 100%);
  box-shadow: 0 0.75rem 1.5rem -1rem color-mix(in srgb, var(--color-primary, #0c3247) 55%, transparent);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.hwx-lmdb-detail-item-additional-contentblock-more-icon {
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hwx-lmdb-detail-item-additional-contentblock-more-icon .fa-solid {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1;
}

.hwx-lmdb-detail-item-additional-contentblock-more:hover,
.hwx-lmdb-detail-item-additional-contentblock-more:focus-visible {
  color: #fff;
  box-shadow: 0 1rem 1.75rem -1rem color-mix(in srgb, var(--color-primary, #0c3247) 62%, transparent);
}

.hwx-lmdb-detail-item-additional-contentblock-more:focus-visible {
  outline: 0.1875rem solid color-mix(in srgb, white 15%, var(--color-accent, #e13f1a) 85%);
  outline-offset: 0.125rem;
}

.hwx-lmdb-detail-item-additional-contentblock-more[disabled],
.hwx-lmdb-detail-item-additional-contentblock-more[hidden] {
  display: none;
}

@media (max-width: 575.98px) {
  .hwx-lmdb-detail-item-additional-contentblock-more {
    justify-content: space-between;
    gap: 0.4rem;
  }
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items.has-adbanner {
  align-items: start;
  grid-auto-flow: row dense;
}

/* sm 576px: 2 columns */
@media (min-width: 576px) {
  .hwx-lmdb-events-tiles-modern {
    --event-grid-columns: 2;
    --event-adbanner-column-span: 1;
    --event-adbanner-row-span: 2;
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items {
    grid-template-columns: repeat(var(--event-grid-columns), minmax(0, 1fr));
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image,
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-image {
    height: clamp(10rem, 20vw, 13rem);
  }
}

/* md 768px: 3 columns */
@media (min-width: 768px) {
  .hwx-lmdb-events-tiles-modern {
    --event-grid-columns: 3;
    --event-adbanner-column-span: 1;
    --event-adbanner-row-span: 2;
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items {
    grid-template-columns: repeat(var(--event-grid-columns), minmax(0, 1fr));
  }
}

/* xxl 1400px: 4 columns */
@media (min-width: 1400px) {
  .hwx-lmdb-events-tiles-modern {
    --event-grid-columns: 3;
    --event-adbanner-column-span: 1;
    --event-adbanner-row-span: 2;
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items {
    grid-template-columns: repeat(var(--event-grid-columns), minmax(0, 1fr));
  }
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item:hover,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item:focus-within,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-item:hover,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-item:focus-within {
  box-shadow: 0.2rem 1.4rem 2rem -1.1rem var(--event-tile-shadow);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item:hover .hwx-lmdb-event-card-image img,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item:focus-within .hwx-lmdb-event-card-image img,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-item:hover .hwx-lmdb-event-card-image img,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-item:focus-within .hwx-lmdb-event-card-image img {
  transform: scale(1.08);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item>.stretched-link,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-item>.stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item>.stretched-link::after,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-item>.stretched-link::after {
  display: none;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item .hwx-lmdb-list-item-content-wrapper,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-list-item .hwx-lmdb-list-item-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: auto;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item {
  height: auto;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item .hwx-lmdb-list-item-content-wrapper {
  flex: 0 0 auto;
  height: auto;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-header,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-block: 0;
  padding: 0 1rem;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-header .hwx-lmdb-list-item-content-title,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-header .hwx-lmdb-list-item-content-title {
  display: flex;
  align-items: center;
  width: 100%;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-category-inline,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-category-inline {
  width: 100%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-category-inline .hwx-lmdb-list-item-category,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-category-inline .hwx-lmdb-list-item-category {
  position: static;
  display: inline-flex;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-category-inline .hwx-lmdb-list-item-category .hwx-lmdb-list-item-category-text,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-category-inline .hwx-lmdb-list-item-category .hwx-lmdb-list-item-category-text {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--event-tile-primary) 56%, black 44%);
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-image {
  height: clamp(11rem, 48vw, 15rem);
  /* xs: full-width single column */
  margin: 0;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  border: 0;
  background: color-mix(in srgb, white 74%, var(--event-tile-primary) 26%);
  box-shadow:
    inset 0 0.5rem 0.75rem -0.55rem color-mix(in srgb, transparent 70%, var(--event-tile-primary) 30%),
    inset 0 -0.5rem 0.75rem -0.55rem color-mix(in srgb, transparent 70%, var(--event-tile-primary) 30%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image img,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image img {
  width: 100%;
  height: 100%;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image img,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image img {
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: 1rem 0 0 1rem;
  transition: transform 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-card-image,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image img {
  object-position: center center;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image img {
  object-fit: cover;
}

.hwx-lmdb-events-tiles-modern .img-object-fit {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-meta,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-meta {
  gap: 0.34rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 1rem 1rem;
  align-self: start;
  width: 100%;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-meta .hwx-lmdb-list-item-category,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-meta .hwx-lmdb-list-item-category {
  position: static;
  display: inline-flex;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: color-mix(in srgb, white 74%, var(--event-tile-primary) 26%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-meta .hwx-lmdb-list-item-category .hwx-lmdb-list-item-category-text,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-meta .hwx-lmdb-list-item-category .hwx-lmdb-list-item-category-text {
  margin-bottom: 0;
  color: var(--event-tile-primary);
  font-size: 0.8125rem;
  line-height: 1.25;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-badges,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-badges {
  gap: 0.42rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-badges-main,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-badges-main {
  align-items: center;
  justify-content: space-between;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-meta .hwx-lmdb-list-item-category {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-badges-main {
  justify-content: flex-start;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-badges-location,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-card-badges-location {
  margin-top: 0.02rem;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-meta-chip,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-meta-chip {
  gap: 0.36rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 0.42rem;
  border: 0;
  color: color-mix(in srgb, var(--event-tile-primary) 62%, black 38%);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.15;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-meta-chip i,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-meta-chip svg,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-meta-chip i,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events .hwx-lmdb-event-meta-chip svg {
  margin-right: 0;
  color: color-mix(in srgb, var(--event-tile-primary) 48%, black 52%);
  font-size: 0.78em;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-meta .hwx-lmdb-list-item-category {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-meta .hwx-lmdb-list-item-category .hwx-lmdb-list-item-category-text {
  color: color-mix(in srgb, var(--color-primary, #0c3247) 56%, black 44%);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-meta-chip {
  gap: 0.36rem;
  padding: 0.28rem 0.62rem;
  border-radius: 0.42rem;
  border: 0;
  color: color-mix(in srgb, var(--color-primary, #0c3247) 62%, black 38%);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.15;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-meta-chip i,
.hwx-lmdb-toplist-events .hwx-lmdb-event-meta-chip svg {
  color: color-mix(in srgb, var(--color-primary, #0c3247) 48%, black 52%);
  font-size: 0.78em;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-badges {
  width: 100%;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-badges-main {
  align-items: center;
}

.hwx-lmdb-toplist-events .hwx-lmdb-event-card-badges-location {
  margin-top: 0.02rem;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image {
  display: grid;
  position: relative;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image .hwx-lmdb-list-item-image {
  grid-area: 1 / 1;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image .hwx-lmdb-list-item-badges.hwx-badges-bar {
  grid-area: 1 / 1;
  position: relative;
  gap: 0.35rem;
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-self: start;
  justify-self: start;
  max-width: 100%;
  margin: 0.6rem 0.6rem 0;
  z-index: 2;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image .hwx-lmdb-list-item-badges.hwx-badges-bar .hwx-lmdb-list-item-badge {
  width: auto;
  display: none;
  border-radius: 999px;
  padding: 0.44rem 0.85rem;
  color: #fff;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  text-transform: uppercase;
  border: 0;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0.45rem 0.85rem -0.38rem rgba(0, 0, 0, 0.28);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-top:not(.hwx-lmdb-list-item-adbanner) .hwx-lmdb-event-card-image .hwx-badges-bar,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-tip:not(.hwx-lmdb-list-item-adbanner) .hwx-lmdb-event-card-image .hwx-badges-bar,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-new:not(.hwx-lmdb-list-item-adbanner) .hwx-lmdb-event-card-image .hwx-badges-bar {
  display: flex;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-top:not(.hwx-lmdb-list-item-adbanner) .hwx-lmdb-event-card-image .hwx-badges-bar .hwx-badge-top,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-tip:not(.hwx-lmdb-list-item-adbanner) .hwx-lmdb-event-card-image .hwx-badges-bar .hwx-badge-tip,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-new:not(.hwx-lmdb-list-item-adbanner) .hwx-lmdb-event-card-image .hwx-badges-bar .hwx-badge-new {
  display: inline-flex;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image .hwx-lmdb-list-item-badges.hwx-badges-bar .hwx-lmdb-list-item-badge.hwx-badge-top {
  order: 1;
  background: linear-gradient(135deg, var(--event-badge-top-color) 0%, #129f73 100%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image .hwx-lmdb-list-item-badges.hwx-badges-bar .hwx-lmdb-list-item-badge.hwx-badge-tip {
  order: 2;
  background: linear-gradient(135deg, var(--event-badge-tip-color) 0%, #d96a00 100%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-event-card-image .hwx-lmdb-list-item-badges.hwx-badges-bar .hwx-lmdb-list-item-badge.hwx-badge-new {
  order: 3;
  background: linear-gradient(135deg, var(--event-badge-new-color) 0%, #2f9f4b 100%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-top:not(.hwx-lmdb-list-item-adbanner) .hwx-lmdb-event-card-image .hwx-badges-bar .hwx-badge-top,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-tip:not(.hwx-lmdb-list-item-adbanner) .hwx-lmdb-event-card-image .hwx-badges-bar .hwx-badge-tip,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-new:not(.hwx-lmdb-list-item-adbanner) .hwx-lmdb-event-card-image .hwx-badges-bar .hwx-badge-new {
  box-shadow:
    0 0.5rem 0.95rem -0.32rem color-mix(in srgb, transparent 45%, var(--event-tile-primary) 55%),
    0 0 0 0.11rem color-mix(in srgb, transparent 74%, white 26%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-top:not(.hwx-lmdb-list-item-adbanner),
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-tip:not(.hwx-lmdb-list-item-adbanner) {
  border-width: 3px;
  border-color: color-mix(in srgb, var(--event-tile-accent) 62%, var(--event-tile-primary) 38%);
  box-shadow:
    0 1.15rem 2rem -1.1rem color-mix(in srgb, transparent 60%, var(--event-tile-primary) 40%),
    0 0 0 2px color-mix(in srgb, transparent 70%, var(--event-tile-accent) 30%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-top:not(.hwx-lmdb-list-item-adbanner) {
  border-color: color-mix(in srgb, var(--event-badge-top-color) 78%, #129f73 22%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-tip:not(.is-top):not(.hwx-lmdb-list-item-adbanner) {
  border-color: color-mix(in srgb, var(--event-badge-tip-color) 72%, #d96a00 28%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.is-new:not(.is-top):not(.is-tip):not(.hwx-lmdb-list-item-adbanner) {
  border-width: 3px;
  border-color: color-mix(in srgb, var(--event-badge-new-color) 75%, #2f9f4b 25%);
  box-shadow:
    0 1.05rem 1.9rem -1.1rem color-mix(in srgb, transparent 62%, var(--event-badge-new-color) 38%),
    0 0 0 2px color-mix(in srgb, transparent 72%, var(--event-badge-new-color) 28%);
}

/* Anzeigen-Karte im Modern-Tile-Layout */
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner {
  position: relative;
  display: block;
  align-self: center;
  justify-self: stretch;
  height: auto;
  min-height: 0;
  max-height: none;
  border: 1px solid color-mix(in srgb, white 48%, var(--event-tile-accent) 52%);
  background: linear-gradient(155deg, color-mix(in srgb, white 83%, var(--event-tile-primary) 17%) 0%, color-mix(in srgb, white 87%, var(--event-tile-accent) 13%) 100%);
  grid-column: span var(--event-adbanner-column-span);
  grid-row: span var(--event-adbanner-row-span);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner .hwx-lmdb-adbanner,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner .hwx-lmdb-modulebanner {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  align-items: start;
  justify-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  border-radius: 0.8rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 15%, color-mix(in srgb, white 67%, var(--event-tile-accent) 33%) 0%, transparent 48%),
    radial-gradient(circle at 84% 12%, color-mix(in srgb, white 72%, var(--event-tile-primary) 28%) 0%, transparent 46%),
    color-mix(in srgb, white 90%, var(--event-tile-primary) 10%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, white 58%, var(--event-tile-primary) 42%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner .hwx-lmdb-adbanner-notice {
  position: static;
  grid-row: 1;
  justify-self: stretch;
  align-self: start;
  margin: 0;
  width: 100%;
  z-index: 3;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner .hwx-lmdb-adbanner-notice small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding: 0.62rem 1rem;
  border-radius: 0;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--event-tile-accent) 82%, white 18%) 0%,
      var(--event-tile-accent) 52%,
      color-mix(in srgb, var(--event-tile-accent) 62%, black 38%) 100%);
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: inset 0 -1px 0 color-mix(in srgb, white 35%, var(--event-tile-accent) 65%);
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner ins,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner iframe,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner a,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner picture,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner img {
  grid-row: 2;
  align-self: start;
  justify-self: center;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  border-radius: 0;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner ins {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner a,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner picture,
.hwx-lmdb-events-tiles-modern .hwx-lmdb-list-items .hwx-lmdb-list-item.hwx-lmdb-list-item-adbanner img {
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767.98px) {
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item,
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-topitem-layout,
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-card-image,
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock,
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image,
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-image img {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-list-item-imageblock,
  .hwx-lmdb-events-tiles-modern .hwx-lmdb-toplist-events.hwx-lmdb-list-rows .hwx-lmdb-event-card-image {
    overflow: hidden;
  }
}

.hwx-lmdb-empty-state-icon i {
  margin-right: 0
}