.event-spotlight-block {
  padding: 40px;
  border-radius: 22px;
}
.event-spotlight-block.square-enable {
  padding: 0 40px 40px;
}
.event-spotlight .event-spotlight-header {
  color: #221f20;
  font-family: 'charles_inktrapitalic', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 24px;
}
.event-spotlight-block .event-content {
  width: 60%;
  padding-right: 2.5%;
}
.event-spotlight-block.square-enable .event-content {
  padding-top: 40px;
}
.event-spotlight-block .event-image {
  width: 37.5%;
}
.event-spotlight-block .event-image.square-enable img {
  margin-top: -60px;
}
.event-spotlight-block .event-image img {
  border-radius: 20px;
}
.event-spotlight-block .event-content .event-latest-title {
  margin-bottom: 10px;
  color: #221F20;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: 'charles_inktrapregular', sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-spotlight-block .event-content .event-latest-summary {
  margin-bottom: 16px;
}
.event-spotlight-block .event-content .event-latest-summary p {
  margin-bottom: 10px;
  color: #221F20;
  font-size: 1.5rem;
  line-height: 32px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-spotlight-block .event-content .event-latest-actions .event-calendar,
.event-spotlight-block .event-content .event-latest-actions .event-location {
  margin-left: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #221F20;
}
.event-spotlight-block .event-content .event-latest-actions .event-location .spotlight-country-flag {
  margin-left: 10px;
  max-height: 26px;
}
.event-spotlight-block .event-content .event-latest-actions .event-calendar .calendar-icon,
.event-spotlight-block .event-content .event-latest-actions .event-location .location-icon {
  margin-right: 7px;
}
.event-spotlight-block .event-content .event-latest-actions .event-latest-cta {
  border-radius: 50px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 14px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.event-spotlight-block .event-content .event-latest-actions .event-latest-cta.btn-dark {
  background-color: #221f20;
  color: #fff;
}
.event-spotlight-block .event-content .event-latest-actions .event-latest-cta.btn-light {
  background-color: #fff171;
  color: #221f20;
}

@media screen and (max-width: 480px) {
  .event-spotlight-block {
    padding: 20px;
  }
  .event-spotlight-block .event-content,
  .event-spotlight-block .event-image {
    width: 100%;
    padding: 0;
  }
  .event-spotlight-block .event-image img {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .event-spotlight-block .event-content .event-latest-title {
    font-size: 1.75rem;
    line-height: 30px;
  }
  .event-spotlight-block .event-content .event-latest-summary p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .event-spotlight-block .event-content .event-latest-actions {
    flex-direction: column;
  }
  .event-spotlight-block .event-content .event-latest-actions .event-calendar, 
  .event-spotlight-block .event-content .event-latest-actions .event-location {
    font-size: 14px;
    line-height: 20px;
    margin-left; 10px;
    margin: 0;
  }
  .event-spotlight-block .event-content .event-latest-actions .event-latest-cta {
    order: 2;
    justify-content: center;
  }
  .event-spotlight-block .event-content .event-latest-actions .event-date-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
