/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/venue/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.venue-module-wrapper {
  background-size: cover; /* Ensures the whole image is visible */
  background-position: center center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents repetition */
  width: 100%;
  height: auto; /* Ensures the wrapper resizes dynamically */
  min-height: 400px; /* Optional: Adjust minimum height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 20px;
  box-sizing: border-box;
}

.venue-module-content-wrapper {
  max-width: 1280px;
  width: 100%;
  color: #FFF;
  display: flex;
  gap: 12px;
  flex-direction: column;
  box-sizing: border-box;
}

.venue-copy-block {
  width: 100%;
  max-width: 520px;
  padding: 28px;
  box-sizing: border-box;
}

.venue-cta-wrapper {
  box-sizing: border-box;
  display: flex;
  padding-left: 28px;
}

.venue-cta {
  color: var(--event-secondary-color);
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--event-primary-color);
  padding: 16px 38px;
  border-radius: var(--global-border-radius);
  box-sizing: border-box;
  font-weight: bold;
}

/*# sourceMappingURL=style-index.css.map*/