.elementor-3939 .elementor-element.elementor-element-326117e{--display:flex;}.elementor-3939 .elementor-element.elementor-element-326117e:not(.elementor-motion-effects-element-type-background), .elementor-3939 .elementor-element.elementor-element-326117e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#212325;}/* Start custom CSS *//* Full-width Luma embed inside accordion, with rounded corners */
.luma-event-wrapper {
  width: 100%;
  margin: 0 0 40px 0;   /* space below the event */
  border-radius: 4 px;
  overflow: hidden;      /* rounds corners and crops right-side gutter */
}

/* Crop the reserved scrollbar gutter by oversizing + shifting slightly */
.luma-event-wrapper iframe {
  display: block;
  width: 108%;           /* a bit wider than the wrapper */
  height: 725px;         /* adjust to control how tall the visible area is */
  border: none;
  transform: translateX(-4%);  /* shift left to keep it centered */
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .luma-event-wrapper iframe {
    width: 112%;
    transform: translateX(-6%);
    height: 800px;       /* a bit taller on phones */
  }
}/* End custom CSS */