﻿.sidebar-panel {
    margin-bottom: 32px;
}

    .sidebar-panel h2 {
        font-size: 28px;
        line-height: 30px;
        font-weight: bold;
        white-space: normal;
    }

    .sidebar-panel h3 {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        text-transform: none;
        color: #333333;
    }

    .sidebar-panel h4 {
        font-size: 19px;
        line-height: 22px;
        font-weight: normal;
    }

    .sidebar-panel hr {
        margin: 6px 0px 24px;
        border-bottom: solid 2px #006940;
    }

    .sidebar-panel ul {
        list-style: none;
        padding-left: 0px;
    }

    .sidebar-panel li:not(:last-of-type) {
        margin-bottom: 16px;
    }

#demo-cta {
    padding: 45px 36px 0px 36px;
    margin-bottom: 32px;
    height: 392px;
    background: url("/wp-content/uploads/2022/05/blog-sidebar-demo-cta-background.png");
    background-size: cover;
    background-position: top;
}

#sidebar-whitepaper-cta {
    padding: 32px 36px;
    background: linear-gradient(145deg, #4FAC50, #006940);
    color: white;
}

    #sidebar-whitepaper-cta img {
        max-height: 230px;
        margin-bottom: 16px;
    }

    #sidebar-whitepaper-cta h2 {
        margin-bottom: 8px;
        color: white;
    }

    #sidebar-whitepaper-cta h3 {
        margin-bottom: 12px;
        color: white;
    }

    #sidebar-whitepaper-cta h4 {
        color: white;
    }

    #sidebar-whitepaper-cta .excerpt-container {
        margin-bottom: 16px;
    }

@media (max-width: 576px) {
    .sidebar-panel p, .sidebar-panel div {
        font-size: 14px;
        line-height: 18px;
    }

    .sidebar-panel p {
        margin-bottom: 16px;
    }

    .sidebar-panel h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .sidebar-panel h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .sidebar-panel ul {
        font-size: 16px;
    }

    #demo-cta {
        padding: 86px 16px 0px 16px;
        margin-bottom: 24px;
        height: 442px;
    }

        #demo-cta h2 {
            margin-bottom: 4px;
        }

    #sidebar-whitepaper-cta h4 {
        margin-bottom: 8px;
    }
}
