<style type="text/css">
    /* === Container for Entire Panel === */
    .get-a-quote-content-background {
        display: flex;
        flex-direction: column;
        padding: 0 2rem 1rem 2rem;
    }

    /* === Two Column Layout (Desktop) === */
    .quote-columns-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    /* === Form Column === */
    .form-container {
        flex: 1 1 50%;
        max-width: 50%;
        margin-right: 2rem;
        display: flex;
        flex-direction: column;
    }

    /* === Form Heading === */
    .form-heading {
        font-size: 1.75rem;
        font-weight: bold;
        color: #00337A;
        margin-top: -24px;
        margin-bottom: 0;
        text-align: center;
    }

    /* === Subheading Section === */
    .form-body {
        box-sizing: border-box;
    }

    .form-section {
        padding: 0 1.25rem;
        box-sizing: border-box;
    }

    .form-subheading p {
        font-size: 16px;
        font-weight: bold;
        margin: 24px 0 0 0;
        text-align: left;
    }

    /* === ZIP + Submit Inline (Desktop) === */
    .inline-form .zip-inline-group {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 100%;
    }

    .inline-form input[type="text"] {
        width: 70%;
        padding: 0.75rem 0.75rem 0.75rem 2.5rem;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-right: 1rem;
        background-image: url('/wp-content/themes/magazine-pro/images/marker.svg');
        background-repeat: no-repeat;
        background-position: 0.75rem center;
        background-size: 18px 18px;
    }

    .inline-form .inline-submit-btn {
        background-color: #00337A;
        color: white;
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 1rem;
        white-space: nowrap;
    }

    .inline-form .inline-submit-btn:hover {
        background-color: #005bb5;
    }

    /* === Hero Image Column === */
    .hero-image-container {
        flex: 1 1 50%;
        max-width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-image-container img {
        width: 100%;
        height: auto;
    }

    /* === Disclaimer Section === */
    .full-width-disclaimer {
        flex: 0 1 100%;
        margin-top: 2rem;
        font-size: 85%;
        line-height: 1.2;
        color: #666;
    }

    /* === Support Block === */
    .quote-support-block {
        display: flex;
        align-items: center;
        padding-left: 1.25rem;
        margin-top: 1rem;
    }

    .quote-support-block .liveChat-icon {
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }

    .quote-support-block .liveChat {
        flex: 1;
    }

    /* === Mobile Styles === */
    @media (max-width: 768px) {
        .quote-columns-wrapper {
            flex-direction: column;
        }

        .form-container, .hero-image-container {
            flex: 1 1 100%;
            max-width: 100%;
            margin-right: 0;
        }

        .form-heading {
            text-align: center;
        }

        .zip-inline-group {
            flex-direction: column;
            align-items: stretch;
        }

        .inline-form input[type="text"],
        .inline-form .inline-submit-btn {
            width: 100%;
            margin: 0 0 0.75rem 0;
        }

        .quote-support-block {
            flex-direction: column;
            align-items: center;
            padding-left: 0;
            text-align: center;
        }

        .quote-support-block .liveChat-icon {
            width: 32px;
            height: 32px;
            margin: 0 0 -20px 0;
        }

        .get-a-quote-page .form-subheading p {
            text-align: center !important;
        }

        .get-a-quote-page .quote-columns-wrapper > p:empty {
            display: none !important;
        }

        .get-a-quote-page .quote-support-block .liveChat div,
        .get-a-quote-page .quote-support-block .liveChat .hours {
            color: #000;
        }

        .get-a-quote-page .quote-support-block .liveChat a {
            color: #00337A !important;
            font-weight: bold;
        }

        /* Header-specific phone block (mobile-only) */
        .get-a-quote-page .site-header .liveChat {
            background-color: #0070f0;
            color: #ffffff;
            text-align: center;
            padding: 12px 16px;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
        }

        .get-a-quote-page .site-header .liveChat a {
            color: #ffffff !important;
            font-weight: bold;
        }

        .get-a-quote-page .site-header .liveChat .hours {
            font-size: 12px;
            color: #ffffff;
        }

        .get-a-quote-page .site-header .liveChat sup.agent,
        .get-a-quote-page .site-header .liveChat sup.agent a {
            color: #ffffff;
            font-weight: normal;
        }
    }
</style>