body {
  font-family: Arial, sans-serif;
}

a {
  color: #1a73e8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.more-events_wrapper {
  height: 118px;
  position: relative;
}

.more-events {
  color: black;
  background-color: #ffeebc;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 90%;
  z-index: 10;
}

.more-events.collapsed .show-all-events {
  display: block;
}

.more-events.collapsed .hide-events {
  display: none;
}

.hide-events,
.show-all-events {
  cursor: pointer;
  color: #1a73e8;
  text-decoration: underline;
}

.show-all-events {
  display: none;
}

.more-events-list {
  margin: 0;
  list-style-type: none;
  padding: 0;
}



.more-events.collapsed .more-events-list {
  max-height: 62px;
  overflow: hidden;
}

.activity-grid {
  display: flex;
  flex-flow: row wrap;
}

.activity-grid__item {
  margin: 10px;
  max-width: 243px;
}

.activity-grid__item__image img {
  border-radius: 5px;
}

.additional-event-times {
  white-space: nowrap;
  padding: 1px 0;
}

.activity-grid__item__title {
  line-height: 1.22;
  word-wrap: break-word;
  min-height: 2.5rem;
  max-height: 2.5rem;
  margin-top: 6px;
  overflow: hidden;
  padding-right: 1rem;
  position: relative;
  font-size: 18px;
}

.activity-list {
  background-color: #f2f2f2;
  padding: 10px;
}

.activity-list__item {
  display: flex;
  position: relative;
  margin-bottom: 5px;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.activity-list__item__sold-out {
  color: #D80E0E
}

.activity-list__item__image {
  margin: 10px 20px 10px 10px;
  position: relative;
  display: block;
}

.activity-list__item__date {
  width: 40px;
  margin: 10px 15px 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  overflow: visible;
}

.activity-list__item__date__dom {
  display: block;
  font-size: 32px;
  font-weight: 300;;
}

.activity-list__item__content {
  margin: 10px 20px 10px 0;
  flex: auto;
  align-self: baseline;
}

.activity-grid_item__content__item,
.activity-list__item__content__item,
.activity-list__item__location,
.activity-list__item__content__time {
  margin-bottom: 6px;
}

.activity-grid__item__link,
.activity-list__item__link {
  font-weight: 700;
  margin-bottom: 6px;
  text-decoration: underline;
}

.activity-list__item__title {
  font-size: 18px;
  word-break: break-word;
  margin: 0;
  margin-bottom: 6px;
}
