.elementor-459 .elementor-element.elementor-element-1306156{--display:flex;}.elementor-459 .elementor-element.elementor-element-1306156:not(.elementor-motion-effects-element-type-background), .elementor-459 .elementor-element.elementor-element-1306156 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;}.elementor-459 .elementor-element.elementor-element-1306156.e-con{--flex-grow:0;--flex-shrink:0;}.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-459 .elementor-element.elementor-element-7059f9b{--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-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-459 .elementor-element.elementor-element-7252cd9 .elementor-button{background-color:#61CE7000;}#elementor-popup-modal-459 .dialog-widget-content{background-color:#FFFFFF36;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-459{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-459 .dialog-message{width:80vw;height:95vh;align-items:flex-start;}#elementor-popup-modal-459 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-459 .elementor-element.elementor-element-1306156{--width:99.224%;}}/* Start custom CSS for heading, class: .elementor-element-32cf794 */.popup-info {
    background-color: rgba(255, 255, 255, 0.50); /* transparent white */
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 25px;
    width: 75vw;
    max-width: none;
    border-radius: 6px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 15px;
}

/* Title with image next to it */
.header-with-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 20px;
}

.popup-title {
    color: #E56C5F;
    font-size: 20px;
    font-weight: 600;
    margin: 0;            /* removes default margin */
    padding: 0;           /* in case padding is affecting it */
    line-height: 1.2;     /* optional: makes it tighter */
}

/* Peter and the Wolf Poster */
.poster-img {
    width: 250px;
    height: auto;
    border-radius: 20px !important;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

/* General layout sections */
.info-section {
    margin-bottom: 18px;
    line-height: 1.5;
}

.info-label {
    font-weight: bold;
    color: #E56C5F;
    font-size: 15px;
    margin-bottom: 5px;
}

.info-content {
    font-size: 15px;
}

.info-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-top: 10px;
}

/* Venue & Artist layout */
.venue-info,
.artist-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.artist-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.venue-info img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
}

/* Layout for side-by-side image/info (not used for poster anymore, but kept in case needed elsewhere) */
.flex-with-image {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flex-with-image img {
    width: 200px;
    border-radius: 12px;
    flex-shrink: 0;
    margin-top: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .popup-info {
        width: 90vw;
        padding: 15px;
    }

    .venue-info img,
    .artist-info img {
        width: 50px;
        height: 50px;
    }

    .header-with-image {
        flex-direction: column;
        align-items: flex-start;
    }

    .poster-img {
        width: 80%;
        margin-top: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-7252cd9 */.elementor-459 .elementor-element.elementor-element-7252cd9 {
    background-color: #E56C5F; 
    color: #ffffff; 
    border: none;
    cursor: pointer;
    padding: 12px 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 4px;
}

.elementor-459 .elementor-element.elementor-element-7252cd9:hover {
    background-color: #E56C5F; 
    color: #ffffff;  
}/* End custom CSS */