.wp-block-table td {
  vertical-align: top!important;
}

[data-id="0a2cfc9"] { /* hide BE cart container */
  display: none;
}

[data-cart-count]::after {
  content: attr(data-cart-count);
  position: absolute;
  top: 0;
  right: 0px;
  background: red;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  font-family: "Hurme Geometric", sans-serif;
  font-size: 14px;
  padding-top: 0.08em;
  padding-left: 0.12em;
}

.slick-arrow {
  background-color: initial!important;
}

.share-button__label {
  color: black;
  line-height: 165%;
}

.share-button {
  background-color: initial!important;
  border: none;
  cursor: pointer;
}

.expandable_tiles__container {
  max-width: 1600px;
}

.expandable_tiles__image {
  height: 275px;
}

.page-id-55048 .hero {
  height: 36vw;
}

.page-id-61 .article-list__item {
  height: 400px;
}

.article-item.article-list__item:before {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
  opacity: 0.69;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  z-index: 1;
}

.page-id-61 .article-item__image {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  height: 100%;
  width: 100%;
}
.page-id-61 .article-item__content-container {
  position: relative;
  z-index: 2;
  margin-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
}
.page-id-61 .article-item__heading {
  font-family: "Hurme Geometric", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  margin: 0;
}
.page-id-61 .article-item__heading a {
  color: white;
}
.page-id-61 .article-item__content-container p {
  color: white;
  font-size: 1.3em;
  margin: 0.5em;
}
.page-id-61 .article-item__content-container .button {
  /* display: none; */
  background: transparent;
  border: 1px solid white;
}
.page-id-61 .article-item__content-container .button:hover {
  background: var( --e-global-color-primary );
  border: 1px solid transparent;
}

.featured-event__container .featured-event {
  height: 400px;
  border-radius: 20px;
}