/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/blocks/event-venue-block.scss ***!
  \**************************************************************************************************************************************************************************************************************/
.venue-section {
  margin-bottom: 64px;
}
.venue-section .venue-section-wrapper .bordered-title {
  margin-bottom: 32px;
}
.venue-section .venue-section-wrapper img {
  margin-bottom: 32px;
}
.venue-section .venue-section-wrapper iframe {
  margin-bottom: 32px;
  max-width: 100%;
}
.venue-section .venue-section-wrapper .venue-info {
  display: flex;
  justify-content: space-between;
}
.venue-section .venue-section-wrapper .venue-info .date {
  padding-left: 24px;
  border-left: 1px solid #CCF0E8;
}
.venue-section .venue-section-wrapper .venue-info .date h2 {
  margin-bottom: 8px;
}
.venue-section .venue-section-wrapper .venue-info .date .venue-date {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #0F1E42;
}
.venue-section .venue-section-wrapper .venue-info .location {
  padding-left: 24px;
  border-left: 1px solid #CCF0E8;
}
.venue-section .venue-section-wrapper .venue-info .location h2 {
  margin-bottom: 8px;
}
.venue-section .venue-section-wrapper .venue-info .location address {
  font-style: normal;
}
.venue-section .venue-section-wrapper .venue-info .location address .place {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #0F1E42;
  margin-bottom: 8px;
}
.venue-section .venue-section-wrapper .venue-info .location address p {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #0F1E42;
  margin-bottom: 0;
}
.venue-section.pink .bordered-title {
  border-color: #C6168D;
}
.venue-section.pink .venue-section-wrapper .venue-info .date {
  border-color: #F9E8F4;
}
.venue-section.pink .venue-section-wrapper .venue-info .location {
  border-color: #F9E8F4;
}
.venue-section.green .bordered-title {
  border-color: #00B48D;
}
.venue-section.green .venue-section-wrapper .venue-info .date {
  border-color: #CCF0E8;
}
.venue-section.green .venue-section-wrapper .venue-info .location {
  border-color: #CCF0E8;
}
.venue-section.blue .bordered-title {
  border-color: #0095DA;
}
.venue-section.blue .venue-section-wrapper .venue-info .date {
  border-color: #E5F4FC;
}
.venue-section.blue .venue-section-wrapper .venue-info .location {
  border-color: #E5F4FC;
}
.venue-section.orange .bordered-title {
  border-color: #F99D1C;
}
.venue-section.orange .venue-section-wrapper .venue-info .date {
  border-color: #FEEBD2;
}
.venue-section.orange .venue-section-wrapper .venue-info .location {
  border-color: #FEEBD2;
}
.venue-section.pink-separator .bordered-title {
  border-bottom: 5px solid #C6168D !important;
}
@media screen and (max-width: 768px) {
  .venue-section .venue-section-wrapper .venue-info {
    flex-direction: column;
  }
  .venue-section .venue-section-wrapper .venue-info .date {
    margin-bottom: 32px;
  }
}

/*# sourceMappingURL=event-venue-block.min.css.map*/