.elementor-1133 .elementor-element.elementor-element-8183223{--display:flex;}.elementor-1133 .elementor-element.elementor-element-415de75{width:100%;max-width:100%;}/* Start custom CSS for eventbrite-widget, class: .elementor-element-415de75 *//* ─── 1) Load Google Fonts ─── */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap');

/* ─── 2) Core Card Styles ─── */
.eaw-li__flex {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.eaw-li__flex:hover {
  transform: translateY(-4px) !important;
}

/* ─── 3) Desktop: horizontal flex, image on right ─── */
@media (min-width: 768px) {
  .eaw-li__flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
  }
  .eaw-content-wrap {
    order: 1 !important;
    flex: 1 1 auto !important;
  }
  .eaw-thumb-wrap {
    order: 2 !important;
    flex: 0 0 auto !important;
    width: 300px !important;
    max-width: 300px !important;
  }
}

/* ─── 4) Mobile: stacked flex, image above text ─── */
@media (max-width: 767px) {
  .eaw-li__flex {
    display: flex !important;
    flex-direction: column !important;
  }
  .eaw-thumb-wrap {
    order: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .eaw-thumb-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
  .eaw-content-wrap {
    order: 1 !important;
  }
}

/* ─── 5) Typography & Buttons ─── */
/* Apply Roboto Slab everywhere */
.eaw-li__flex,
.eaw-content-wrap,
.eaw-title, .eaw-title a,
.eaw-calendar-date-month,
.eaw-calendar-date-day,
.eaw-summary,
.more-link,
.eaw-booknow a.button {
  font-family: 'Roboto', serif !important;
}

/* Event title bold & sized */
.eaw-title,
.eaw-title a {
  font-weight: 700 !important;
  font-size: 2rem !important;      /* desktop title size */
  margin-bottom: 0.5rem;
  color: #222 !important;
}

/* Date badge sizes */
.eaw-calendar-date-month {
  font-size: 1rem !important;
  text-transform: uppercase;
  line-height: 1;
}
.eaw-calendar-date-day {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1;
}

/* Summary */
.eaw-summary {
  font-size: 1rem !important;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* Read More */
.more-link {
  font-weight: 700 !important;
  color: #222 !important;
  text-decoration: none;
}
.more-link:hover {
  text-decoration: underline;
}

/* Buy Tickets button */
.eaw-booknow a.button {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 0.5em 1em !important;
  border-radius: 6px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.eaw-booknow a.button:hover {
  background-color: #333 !important;
  opacity: 0.9;
}

/* ─── 6) Base font size (desktop) ─── */
.eaw-content-wrap {
  padding: 1.5rem !important/* End custom CSS */