.elementor-242490 .elementor-element.elementor-element-139f4e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-242490 .elementor-element.elementor-element-ab1a078 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 25px 15px 0px;border-style:solid;border-width:0px 0px 2px 0px;border-color:var( --e-global-color-secondary );}.elementor-242490 .elementor-element.elementor-element-ab1a078.elementor-element{--align-self:flex-start;}.elementor-242490 .elementor-element.elementor-element-ab1a078 .elementor-heading-title{font-family:"trajan-pro-3", Sans-serif;font-size:2.2em;font-weight:500;color:var( --e-global-color-e96338f );}.elementor-242490 .elementor-element.elementor-element-60ca5041{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-242490 .elementor-element.elementor-element-60ca5041{--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-242490 .elementor-element.elementor-element-60ca5041{--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-7ff2998 *//*
  ==============================================
  Targeting the Price Label ($115) for size and weight
  ==============================================
*/
/* Targets any <label> element inside the ticket pricing table (SFevtpaytkt) 
   that is used for a ticket type, which includes the price label.
   This is a more general target than the ID used previously. */
#SFevtpaytkt label {
    font-size: 1.4em !important; /* Increase text size and use !important for enforcement */
    font-weight: 700 !important; /* Make text bold and use !important for enforcement */
}

/*
  ================================================================
  Targeting the Event Description Info (Venue, Address, Times)
  ================================================================
*/
/* Targets ALL <td> elements inside the event details table (SFevtinfbtm) */
#SFevtinfbtm td {
    font-size: 1.1em !important; /* Increase text size */
    font-weight: 600 !important; /* Increase text weight */
    padding: 8px 5px !important; /* Add spacing for better readability */
}

/* Optional: Targets the address spans to ensure they stack neatly */
#SFevtinfbtm span[itemprop="streetAddress"],
#SFevtinfbtm span[itemprop="addressLocality"] {
    display: block !important;
}/* End custom CSS */