.event-content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.share-with-fr {
  background: #EAC19B url(/build/images/share-with-fr-bgr.6e28b5cb.png) center right no-repeat;
  background-size: 45%;
  border-radius: 12px;
  padding: 1.5625rem;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .share-with-fr {
    background: #EAC19B url(/build/images/share-with-fr-bgr-mobile.2fcf3a74.png) center right no-repeat;
    background-size: 55% 100%;
  }
}
.share-with-fr h3 {
  text-transform: uppercase;
}
.share-with-fr a {
  background-color: #242424;
  border-radius: 12px;
  display: inline-block;
  padding: 12px;
}
.share-with-fr a img {
  height: 0.9375rem;
}
.share-with-fr button img {
  max-height: 1rem;
}

.events-benefits .benefit {
  padding: 1.875rem 1.25rem;
  box-shadow: 0 8px 40px -8px rgba(0, 0, 0, 0.16);
  text-align: center;
  border-radius: 12px;
  height: 100%;
}
.events-benefits .benefit img {
  margin: 0 auto;
  display: block;
  height: 70px;
}
.events-benefits .benefit h5 {
  font-weight: 600;
}

.ticket-form {
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  top: 180px;
}
.ticket-form .event-info {
  padding: 1.5625rem;
}
.ticket-form .event-info .lab {
  color: #707070;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.ticket-form .event-info .val {
  color: #000000;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
}
.ticket-form .event-info .sep {
  color: #DDDDDD;
  padding: 0 10px;
}
.ticket-form .event-info a {
  text-decoration: underline;
}
.ticket-form .event-action {
  background-color: #F4F4F4;
  padding: 1.5625rem;
}
.ticket-form .event-action .lab {
  color: #707070;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.ticket-form .event-action .action-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.event-gallery {
  padding: 1.5625rem;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
}

.newsletter {
  color: #000000;
  padding: 1.5625rem;
  border-radius: 12px;
  box-shadow: 0 8px 40px -8px rgba(0, 0, 0, 0.1607843137);
}
.newsletter h6 {
  color: #000000;
  font-weight: 500;
}

.wine-list {
  border: 1px solid #DDDDDD;
  padding: 1.5625rem;
  border-radius: 12px;
}
.wine-list ul {
  list-style-type: disc;
  list-style-position: inside;
}
.wine-list ul li {
  margin: 0.1875rem 0;
}
.wine-list ul li a {
  color: #707070;
}

.event-poster img {
  border-radius: 12px;
}

.event .sticky-top {
  top: 12.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .event .sticky-top {
    top: 10rem;
  }
}
