.cp-events-shortcode .cp-accordion-symbol {
  background-image: url('../img/plus.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cp-events-shortcode .cp-accordion-symbol.is-open {
  background-image: url('../img/minus.svg');
}

.cp-events-shortcode .cp-event-symbol-btn {
  border: 0;
  background: transparent;
}

.cp-events-shortcode .cp-event-content.is-no-image {
  grid-template-columns: 1fr;
}

.cp-events-shortcode .cp-event-content > div > *:first-child {
  margin-top: 0;
}

.cp-events-shortcode .cp-event-location {
  margin: 0 0 0.9rem 0;
  line-height: 1.35;
}

.cp-events-shortcode .cp-event-map-link {
  display: inline-block;
  margin-top: 0.45rem;
  text-decoration: underline;
}
