.gvs-event-datetime {
  color: #2f5b3d;
  font-weight: 700;
  line-height: 1.35;
}

.gvs-event-datetime__range,
.gvs-event-datetime__separator {
  display: inline-block;
  padding: 0 0.15em;
}

.gvs-event-passed {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: #fff;
  background: #8a3a2e;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.gvs-event-description {
  position: relative;
  color: #2f5b3d;
}

.gvs-event-description__content {
  max-height: var(--gvs-event-description-height, 500px);
  overflow-y: auto;
  padding-right: 14px;
  scrollbar-color: #2f5b3d rgba(47, 91, 61, 0.16);
  scrollbar-width: thin;
}

.gvs-event-description__content::-webkit-scrollbar {
  width: 8px;
}

.gvs-event-description__content::-webkit-scrollbar-track {
  background: rgba(47, 91, 61, 0.12);
}

.gvs-event-description__content::-webkit-scrollbar-thumb {
  background: #2f5b3d;
  border-radius: 999px;
}

.gvs-event-description.has-overflow .gvs-event-description__content {
  padding-bottom: 76px;
}

.gvs-event-description.has-overflow:not(.is-at-end)::after {
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 0;
  height: 110px;
  background: linear-gradient(to bottom, rgba(232, 223, 202, 0), #e8dfca 58%);
  content: "";
  pointer-events: none;
}

.gvs-event-description__more {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 180px;
  min-height: 48px;
  padding: 10px 16px;
  color: #2f5b3d;
  background: #f4eedf;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.gvs-event-description.has-overflow:not(.is-at-end) .gvs-event-description__more {
  display: inline-flex;
}

.gvs-event-description__more:hover,
.gvs-event-description__more:focus {
  color: #fff;
  background: #2f5b3d;
  outline: none;
}

.gvs-event-description__more:focus-visible {
  outline: 3px solid #bda975;
  outline-offset: 3px;
}

.gvs-event-price {
  color: #2f5b3d;
  font-weight: 700;
  line-height: 1.35;
}

.gvs-event-price__amount {
  font-weight: 700;
}

.gvs-event-book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 54px;
  padding: 10px 22px;
  color: #f4eedf !important;
  background: #315a3a;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gvs-event-book-button:hover,
.gvs-event-book-button:focus {
  color: #f4eedf !important;
  background: #24442c;
  outline: none;
  transform: translateY(-1px);
}

.gvs-event-book-button:focus-visible {
  outline: 3px solid #bda975;
  outline-offset: 3px;
}

.gvs-event-book-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.event_type {
  display: inline-block;
}

.event_type__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  min-height: 150px;
  padding: 16px 18px 28px;
  color: #f4eedf;
  background: #315a3a;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 86%, 0 100%);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.event_type__value.garden {
  max-width: 128px;
}

.event_type__value.supper {
  max-width: 150px;
}

@media (max-width: 600px) {
  .gvs-event-book-button {
    min-width: 180px;
    min-height: 48px;
    font-size: 22px;
  }

  .event_type__value {
    min-width: 98px;
    min-height: 124px;
    padding: 14px 14px 24px;
    font-size: 22px;
  }
}
