.eb-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eb-text-right {
    font-size: 1.5em;
    font-family: 'Raleway';
    font-weight: 900;
}

.eb-description {
  border: none !important;
}

.eb-categories-grid-items .eb-category-thumb-link {
    display: block;
    text-align: center;
    width: 100%;
    height: 200px;
}
.eb-categories-grid-items .eb-category-link {
    font-size: 17px !important; 
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
}
.eb-img-left, .eb-thumb-left img{
    margin-right: 15px;
    margin-bottom: 15px;
	max-width: 200px;
}
.eb-categories-grid-items .eb-category-item:hover {
	border: 1px #D72130 solid;
  	border-radius: 10px;
}
.eb-category-item-grid-default .eb-category-thumb-link {
    padding-top: 0px !important;
  	overflow:hidden !important;
}

.eb-container .table-striped>tbody>tr:nth-of-type(odd)>* {
    --t4-table-color-type: #fff;    
}
.eb-ticket-type-title {
  color: #000000 !important;
}
.eb-text-right {
  color: #000000 !important;
}
.eb-event-property-label {
  color: #000000 !important;
}
td.eb-event-property-value {
  color: #000000 !important;
}
td {
  color: #000000 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --t4-table-bg-type: #fff !important;
  }
.eb-event-price-container .eb-individual-price {
    background-color: #ffaeae !important;
}
.eb-box-heading {
  background-color: #C1C1C1;
  padding: 20px;
  text-align: center;
}

.eb-page-heading {
  font-family: 'Raleway', sans-serif;
  font-weight: 900; /* Raleway Black */
  color: #ffffff; /* White text for contrast */
  font-size: 2.5em;
  margin: 0;
  padding: 20px; /* Optional: adds breathing room */
  background-color: #D72130; /* BEG red */
}
.eb-page-heading a,
.eb-page-heading .eb-print-button {
  color: #ffffff !important; /* White for contrast */
}

.eb-page-heading a:hover,
.eb-page-heading .eb-print-button:hover {
  color: #f0f0f0 !important; /* Slightly lighter on hover */
}

.eb-event-media-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.eb-event-image-wrapper {
  padding-right: 20px;
}

.eb-event-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.eb-event-date-box {
  width: 150px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}

/* Top section: Month */
.eb-event-date-top {
  background-color: #D72130; /* BEG red */
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.6em;
  padding: 10px 0;
  text-align: center;
}

/* Bottom section: Day */
.eb-event-date-bottom {
  background-color: #ffffff;
  color: #333333;
  font-size: 2.8em;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}

/* Time range */
.eb-event-time-range {
  margin-top: 15px;
  font-size: 1.2em;
  color: #333333;
}

.eb-event-media-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* Ensures equal column height */
}

.eb-event-datetime-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center content */
  align-items: center;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  width: 90%;
}

.eb-event-datetime-wrapper {
  border: 1px solid #ddd;
  padding: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* Soft shadow */
}

.eb-event-date-box {
  width: 120px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}

/* Top section: Month */
.eb-event-date-top {
  background-color: #D72130; /* BEG red */
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.6em;
  padding: 12px 0;
  text-align: center;
}

/* Bottom section: Day */
.eb-event-date-bottom {
  background-color: #ffffff;
  color: #333333;
  font-size: 3em;
  line-height: 1;
  padding: 12px 0;
  text-align: center;
}

/* Time range */
.eb-event-time-range {
  margin-top: 20px;
  font-size: 1.8em;
  color: #333333;
}
.eb-description-layout {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.eb-description-details {
  padding-right: 30px;
}

.eb-tickets-sidebar {
  position: relative;
}

.eb-tickets-sticky {
  position: sticky;
  top: 30px; /* Adjust as needed */
  text-align: center;
  width: 100%;
}

.eb-tickets-sticky .eb-taskbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eb-tickets-sticky .eb-taskbar li {
  margin-bottom: 15px;
}

.eb-tickets-sticky .eb-taskbar a {
  display: inline-block;
  font-size: 1.2em;
  padding: 12px 24px;
  background-color: #D72130;
  color: white;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
}

.eb-tickets-sticky .eb-taskbar a:hover {
  background-color: #b71c1c;
}


.eb-tickets-sidebar {
  min-height: 100%;
}

.eb-tickets-sticky {
  width: 100%;
  text-align: center;
}

.eb-tickets-sticky .eb-taskbar ul {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.eb-tickets-sticky .eb-taskbar li {
  margin-bottom: 15px;
}

.eb-tickets-sticky .eb-taskbar a {
  display: inline-block;
  font-size: 1.2em;
  padding: 12px 24px;
  background-color: #D72130;
  color: white;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
}

.eb-tickets-sticky .eb-taskbar a:hover {
  background-color: #b71c1c;
}

.eb-mobile-tickets-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.eb-mobile-tickets-button ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eb-mobile-tickets-button li {
  margin-bottom: 0;
}

.eb-mobile-tickets-button a {
  display: inline-block;
  font-size: 1.1em;
  padding: 14px 24px;
  background-color: #D72130;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}

.eb-mobile-tickets-button a:hover {
  background-color: #b71c1c;
}

.eb-event-location a {
  color: #D72130 !important;
  text-decoration: underline;
  font-size: 1.6em;
}

.eb-event-location a:hover {
  text-decoration: none;
}

/* Constrain the column and image */
td.eb-event-image-column {
  width: 140px;            /* set the column width */
}
td.eb-event-image-column img {
  max-width: 120px !important;
  max-height: 120px !important;
  width: 100% auto;        /* if it’s stretching, use width: 100% */
  height: auto;            /* preserve aspect ratio */
  display: block;
  object-fit: contain;     /* or cover, depending on your preference */
}

td.eb-image-column {
  width: 140px;
}
td.eb-image-column img {
  max-width: 120px !important;
  max-height: 120px !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}

table.eb-events-list td.eb-event-image-column img {
  max-width: 120px !important;
  max-height: 120px !important;
}

.eb-event-image-column {
  display: table-cell;
  vertical-align: middle;     /* vertical centering */
  text-align: center;         /* horizontal centering */
}

.eb-event-image-column img {
  max-width: 120px;
  height: auto;
  display: inline-block;      /* ensures it respects text-align */
  vertical-align: middle;     /* aligns with cell middle */
}
.eb-ticket-information td {
    padding: 15px !important;
    vertical-align: middle !important;
}

/* Removes the default striped background so our white cards pop more */
.eb-ticket-information.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

/* Ensures the ticket title has some breathing room above the description */
.eb-ticket-information .eb-ticket-description {
    margin-top: 10px;
}