body {
  font-family: 'Public Sans', sans-serif;

}

h1 h2 h3 h4 h5 {
  font-family: 'Public Sans', sans-serif;

}


.content-container {
  width: 100%;
  max-width: 1000px;
  /* Increased width */
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
}

.mobile-header {
  display: none;
}





.showcase {
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 15px;
  margin: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.showcase__img {
  display: flex;
  width: 100%;
  justify-content: center;
}

.showcase__img img {
  width: 100%;
  height: 400px;
}

.events-list__guests {
  display: inline;
}


.showcase__list {
  flex-direction: column;
  display: inline;
  width: 100%
}

.showcase__item {
  margin: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
}

.showcase__item-text {
  flex: 1;
}

.showcase__title {
  margin: 0px;
}

.events-list {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.2em;
  flex-direction: column;
  padding: 10px;
  margin: 10px;
}



.events-list__item {
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  padding: 20px;
  margin: 40px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 90%;
}

.events-list__item--main {
  display: flex;
  border-radius: 15px;
  flex-direction: row;
  padding: 20px;
  margin: 15px;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 90%;
}

.events-list__item:hover {
  box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;

}

.events-list__info-btn {
  display: flex;
  flex-direction: row;
}

.events-list__img {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  border-radius: 5px;
}

.events-list__img {
  border-radius: 5px;
}

.events-list__img img {
  width: 90%;
  border-radius: 20px;
}

.events-list__title {
  margin: 15px;
  margin-bottom: 0px;

}

.events-list__time {
  display: inline;
  margin-left: 5px !important;
  font-size: 1.2rem
}

.events-list__date {

  margin-left: 5px !important;
  font-size: 1.2rem;
  margin-bottom: 15px !important;

}


.events-list__info {
  flex: 1;
  width: 75%;
  padding: 10px;
}



.events-list__info p {
  margin: 5px;
}

.events-list__btn {
  display: flex;
  margin: 10px;
  flex-direction: column;
  justify-content: center;
  font-size: 1em;
}


.events-list__shared-btn {
  text-align: center;
  border-radius: 15px;
  align-content: center;
  color: white;
  padding: 5px 10px;
}

.events-list__shared-btn p {
  font-size: .8em;
  margin: 0px;
}


.events-list__btn-rec {
  background-color: var(--color--blue-medium);
  color: white;
  text-decoration: none;

}

.events-list__btn-rec:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.events-list__btn-main {
  background-color: black;
  text-decoration: none;
}

.events-list__btn-main:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: white;
  cursor: pointer;
}

.events-list__shared-btn {
  color: white;
  min-width: 150px;
  font-size: 1em;
}

.events-details-btn {
  margin-top: 20px;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 1.2rem;
}



.event-details__container {
  width: 100%;
  max-width: 960px;
  /* Increased width */
  margin: 0 auto;

  box-sizing: border-box;
  text-align: left;
  font-size: 1rem;
}

.event-details__cohosts {
  margin: 5px;
  background-color: rgb(231, 231, 231);
  border-radius: 5px;
  padding: 8px;
  width: 95%;
  font-size: 1rem;
  padding-top: 4px;


}

.event-details__cohosts--list {

  background-color: rgb(231, 231, 231);
  border-radius: 5px;
  padding: 8px;
  width: 95%;
  list-style-type: disc;
}

.event-details__cohosts--list p {
  margin: 15px 10px;
}

.event-details__cohosts a {
  text-decoration: none;
}

.event-details__cohosts--list b {
  font-weight: bold !important;
}

.event-details__cohosts--list li {
  margin: 1em 0px;
}

.event-details__header {
  display: flex;
  flex-direction: row;
}

.event-details__text-container {
  width: 75%;
  margin: 20px;
}


.event-details__title {
  margin: 5px;
}

.event-details__img-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
}

.event-details__time-container h2 {
  font-size: 1.4rem;
}

.event-details__img {
  width: 100%;
  margin: 20px;
}

.event-details__text {
  margin: 5px;
}

.event-details__description {
  margin: 15px;
  font-size: 1.1rem;
  background-color: rgb(231, 231, 231);
  padding: 10px 20px;
  border-radius: 10px;

}

.event-details__description b {
  font-weight: bold;
}

.event-details__description a {
  text-decoration: none;
}

.event-details__text--italic {
  font-style: italic;
}

.event-details__text--strong {
  font-weight: bold;
  font-size: 1.2rem;
}





.event-details__embed {
  margin: 0px auto;
  width: 100%;
}


@media (max-width: 768px) {


  .mobile-header {
    display: block;
  }

  .events-list__info-btn {
    flex-direction: column;
    align-items: center;
  }

  .events-list__info {
    width: 100%;
  }

  .events-list__shared-btn {
    min-width: 200px;
    min-height: 50px;
    font-size: 1.2em;
  }

  .events-list {
    padding: 0px;
    margin: 0px;
  }

  .event-details__header {
    flex-direction: column-reverse;
    align-items: center;
  }

  .event-details__embed {
    height: 100%;
    margin: 0px;
  }







}



/*  Style for event page  */