.elementor-15168 .elementor-element.elementor-element-1988f8c{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c431ce8 */.jazz-promo {
    font-family: Arial, sans-serif;
    max-width: 6.5in;
    margin: 0 auto;
    padding: 0.75in;
    background-color: #fff;
    line-height: 1.6;
    box-sizing: border-box;
    /* Removed border and box-shadow for a clean, frameless look */
}

.jazz-promo h1 {
    color: #1a73e8;
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}

.jazz-promo h2 {
    color: #333;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 10px;
}

.jazz-promo p {
    color: #666;
    margin: 10px 0;
}

.jazz-promo .highlight {
    color: #d32f2f;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    margin: 20px 0;
}

.jazz-promo ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #666;
    margin-bottom: 20px;
}

.jazz-promo .cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #d32f2f; /* Red button */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

.jazz-promo .cta-button:hover {
    background-color: #b71c1c;
}

.jazz-promo .promo-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto 30px;
}

.jazz-promo .cta-container {
    text-align: center;
    margin-top: 40px;
}

/* Print optimizations – still clean on 8.5 x 11 PDF */
@media print {
    body {
        margin: 0;
        padding: 0;
    }
    .jazz-promo {
        max-width: none;
        width: 100%;
        padding: 0.5in;
        page-break-inside: avoid;
    }
    .jazz-promo .cta-button {
        background-color: #d32f2f;
        color: #fff;
    }
}/* End custom CSS */