.elementor-1169 .elementor-element.elementor-element-d12df99{--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;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1169 .elementor-element.elementor-element-225b9b9{padding:2% 0% 0% 0%;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1169 .elementor-element.elementor-element-c2fe5bc{padding:4% 0% 0% 0%;}.elementor-1169 .elementor-element.elementor-element-c2fe5bc .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1169 .elementor-element.elementor-element-0eff6cb{padding:5% 0% 3% 0%;text-align:center;}.elementor-1169 .elementor-element.elementor-element-5bc13f1{padding:0% 0% 7% 0%;}@media(max-width:767px){.elementor-1169 .elementor-element.elementor-element-c2fe5bc .elementor-heading-title{font-size:29px;}}/* Start custom CSS for theme-post-content, class: .elementor-element-95b0f51 *//* Space out the button and change color */
.etix-ticket-button {
    background-color: #8b4513 !important; /* Changes to your new Brown */
    margin-top: 60px !important;           /* Adds space above the button */
    padding: 18px 40px !important;         /* Makes the button slightly larger */
    transition: transform 0.3s ease;
}

/* Add a hover effect */
.etix-ticket-button:hover {
    background-color: #1c1c1d !important; /* Turns Charcoal on hover */
    transform: translateY(-3px);           /* Slight lift effect */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5bc13f1 *//* --- MAIN WRAPPER --- */
.tt-static-wrapper {
    max-width: 900px; /* Limits width for a cleaner look */
    margin: 0 auto;
    padding: 20px 10px;
}

/* --- INDIVIDUAL EVENT ROW --- */
.tt-static-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 12px rgba(0,0,0,0.03); /* Subtle depth */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tt-static-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.06);
    border-color: rgba(139, 69, 19, 0.2); /* Subtle brown glow */
}

/* --- PHOTO ON THE LEFT --- */
.tt-static-img {
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    flex-shrink: 0; /* Prevents image from squishing */
    border: 1px solid rgba(0,0,0,0.05);
}

/* --- CONTENT AREA (CENTER) --- */
.tt-static-content {
    flex-grow: 1;
}

.tt-static-date {
    color: #8B4513 !important; /* Brand Brown */
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
}

.tt-static-title {
    color: #1C1C1D !important; /* Dark Charcoal */
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

/* --- LEARN MORE BUTTON (RIGHT) --- */
.tt-static-btn {
    background: #8B4513;
    color: #ffffff !important;
    padding: 12px 26px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease;
    white-space: nowrap; /* Keeps button on one line */
}

.tt-static-btn:hover {
    background: #1C1C1D; /* Turns Dark Charcoal on hover */
}

/* --- HIDDEN ITEMS & LOAD MORE --- */
.tt-item-hidden {
    display: none !important;
}

.tt-load-more-container {
    text-align: center;
    margin-top: 30px;
}

.tt-load-more-btn {
    background: transparent;
    border: 2px solid #1C1C1D;
    color: #1C1C1D;
    padding: 14px 40px;
    border-radius: 15px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tt-load-more-btn:hover {
    background: #1C1C1D;
    color: #ffffff;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 600px) {
    .tt-static-item {
        flex-direction: column; /* Stack on small phones */
        text-align: center;
        padding: 20px;
    }
    
    .tt-static-img {
        width: 100%;
        height: 180px;
    }
    
    .tt-static-btn {
        width: 100%;
    }
}/* End custom CSS */