{#
  This file is auto-generated and can be overwritten at any time.
  Do not edit directly. To make changes, copy the file into a child theme.
#}

.eh__agenda {
  width: 80%;
  /*margin: 0 auto;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;*/
}
.eh__agenda-header {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 7%;
}
.eh__event {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.eh__event .eh__description {
  font-size: 14px;
  margin: 10px 0;
}
.eh__location > span {
  display: inline-flex;
  align-items: center;
}
.eh__location svg {
 width: 1.5vh;
 padding-right: 4px;
}
.eh__event .eh__speakers {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.eh__event .eh__speakers img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  margin-right: -15px;
}
.eh__event .eh__speakers span {
  font-weight: bold;
}
.eh__speaker_container_image {
  margin-right: 4%;
}

@media (max-width: 800px) {
  .eh__agenda {
    border-radius: 8px;
    margin: 0px auto 0;
    padding: 0px;
    width: 90%;
  }
  .eh__speaker_container_image {
    margin-right: 10%;
  }
  .eh__location svg {
    padding-right: 4px;
    width: 2.5vh;
  }
}