.oa-single-event .event_section {
  z-index: 1;
}

.oa-single-event h1 {
  font-size: 35px;
  color: #2a2a2a;
  margin-bottom: 30px;
  line-height: 1.2;
}

.event-date,
.event-time {
  font-size: 18px;
  margin-bottom: 15px;
  color: #2a2a2a;
  display: flex;
  align-items: center;
}

.event-date i,
.event-time i {
  margin-right: 10px;
  color: #eb9929;
  width: 20px;
  text-align: center;
}

.event-location i {
  margin-right: 10px;
  color: #eb9929;
  width: 20px;
  text-align: center;
  margin-top: 4px;
}

.event-location {
  font-size: 18px;
  margin-bottom: 15px;
  color: #2a2a2a;
  display: flex;
}

.location-name {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.event-button-group {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.event-button-group a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 1rem;
  font-size: 18px;
  background-color: #0a4861;
  padding: 5px 20px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
}
.event-button-group a:hover {
  background-color: #27718f;
  padding: 5px 20px;
  border: none;
}
.event-button-group a:hover::after {
  display: none;
}

.calendar-export {
  margin-top: 30px;
}
.calendar-export h2 {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 5px;
}
.calendar-buttons {
  display: flex;
  gap: 10px;
}
.calendar-button {
  color: #0a4861;
  border: 1px solid #0a4861;
  border-radius: 1rem;
  font-size: 14px;
  background-color: #fff;
  padding: 3px 10px;
}
.calendar-button i {
  color: #0a4861;
}
.calendar-button:hover {
  color: #27718f;
  border: 1px solid #27718f;
  background-image: initial;
}

.event-image img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  border-radius: 1rem;
  float: right;
}

.event-description {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 60px 0;
}

.event-back-button {
  padding: 10px 0;
}
