.menu{
margin-top:5px!important;
}


.chargebee-custom-paywall-bg {
            margin: 1rem 0 !important;
            padding: 1rem !important;
            text-align: center !important;
            background-image: url("https://azcapitoltimes.com/files/2024/07/bg_gradient.png") !important;
            background-position: 50% !important;
            background-size: cover !important;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
            color: #fff;
        }

        .chargebee-custom-paywall-padding {
            padding: 1rem;
        }

        .chargebee-custom-paywall-heading {
            padding-bottom: 0.5rem;
            font-size: 20px !important;
            font-weight: 700 !important;
            line-height: 28px !important;
            color: #fff;
        }

        .chargebee-custom-paywall-content {
            padding: 0px;
            margin: 0px;
        }

        .chargebee-custom-paywall-content ul {
            text-align: center;
            list-style: none !important;
            list-style-type: none !important;
            padding: 0px !important;
            margin: 0px !important;
            color: #fff !important;
        }

        .chargebee-custom-paywall-content ul li {
            padding-bottom: 0.5rem;
            font-size: 16px !important;
            line-height: 24px !important;
            color: #fff !important;
            list-style: none !important;
            list-style-type: none !important;
        }

        .chargebee-custom-paywall-subscribe-btn a {
            font-weight: 700 !important;
            padding-top: .5rem !important;
            padding-bottom: .5rem !important;
            padding-left: 4rem !important;
            padding-right: 4rem !important;
            border: 1px solid #fff !important;
            border-radius: .5rem !important;
            margin-top: .25rem !important;
            margin-bottom: .25rem !important;
            color: #fff !important;
            text-decoration: none !important;
        }

        .chargebee-custom-paywall-subscribe-btn a:hover {
            color: black !important;
            background-color: #fff !important;
        }

        .chargebee-custom-paywall-login p {
					padding-top: 1rem !important;
            font-size: 16px !important;
            color: #fff !important;
        }

        .chargebee-custom-paywall-login p a {
            text-decoration: underline !important;
            color: #fff !important;
        }

        .chargebee-custom-paywall-login p a:hover {
					color: #fff !important;
            text-decoration: none !important;
        }