body.wp-admin .adaptdev--tribe-events a {
  pointer-events: none;
}

.adaptdev--tribe-events, .wp-block-acf-adaptdev-tribe-events {
  max-width: 1314px;
  margin: auto;
}

.adaptdev--tribe-events__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .adaptdev--tribe-events__list {
    gap: 20px;
  }
}
@media (max-width: 780px) {
  .adaptdev--tribe-events__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item .post-image a {
  width: 100%;
  max-width: 100%;
  height: 210px;
  background-size: cover;
  background-position: center;
  display: block;
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item .post-content {
  border-top: 4px solid var(--wp--preset--color--accent);
  padding: 30px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item .post-content .post-meta .post-start-date {
  color: #5f676c;
  font-weight: 500;
  font-size: 16px;
  box-sizing: border-box;
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item .post-content .post-title h3 {
  color: var(--wp--preset--color--primary-hover, #00213B);
  font-weight: bold;
  font-family: Poppins, sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item .post-content .post-title h3 a:hover {
  text-decoration: none !important;
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item .post-content .post-excerpt {
  color: var(--wp--preset--color--foreground, #5F676C);
  font-size: 16px;
  margin-bottom: 14px;
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item .post-content .post-read-more {
  margin-top: auto;
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item .post-content .post-read-more .btn.btn-primary {
  border-radius: 30px;
  color: var(--wp--preset--color--white, #FFFFFF);
  font-size: 16px;
  line-height: 20px;
  background-color: var(--wp--preset--color--primary, #00457B);
  padding: 10px 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.adaptdev--tribe-events__list .adaptdev--tribe-events__list-item .post-content .post-read-more .btn.btn-primary:hover {
  background-color: var(--wp--preset--color--accent, #C6A66F);
  text-decoration: none !important;
}
@media (min-width: 781px) {
  .adaptdev--tribe-events__list .adaptdev--tribe-events__list-item:first-child {
    grid-column: span 3;
    display: flex;
    flex-direction: row-reverse;
  }
  .adaptdev--tribe-events__list .adaptdev--tribe-events__list-item:first-child .post-image {
    flex: 2;
  }
  .adaptdev--tribe-events__list .adaptdev--tribe-events__list-item:first-child .post-image a {
    height: 100%;
    display: block;
    max-height: 100%;
  }
  .adaptdev--tribe-events__list .adaptdev--tribe-events__list-item:first-child .post-content {
    flex: 1;
    border-top: 0px;
    border-right: 4px solid var(--wp--preset--color--accent);
  }
}

/*# sourceMappingURL=block-core-tribal-events.css.map */
