#ccc-icon {
        width: 64px !important;
        height: 64px !important;
        background: #ffffff !important;
        border-radius: 200px;
        margin-bottom: 23px;
        margin-right: 35px;
        z-index: 1 !important;
    }
    #ccc-icon img{
        width: 55px !important;
        height: 55px !important;
    }
    #ccc #ccc-notify{
        max-width: 720px;
        left: inherit !important;
        z-index: 20 !important;
        display: flex !important;
        flex-direction: column !important;;
        min-height: 405px !important;;
        padding: 51px 61px !important;;
    }
    #ccc #ccc-notify .ccc-notify-text{
        width: 100%;
    }
    #ccc #ccc-notify .ccc-notify-text h3{
        font-size: 1.5rem;
        font-weight: bold;
        font-family: 'proxima_novabold','Microsoft JhengHei',"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic";
    }
    #ccc h3, #ccc[light] h2{
        font-weight: bold;
        font-family: 'proxima_novabold','Microsoft JhengHei',"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic";
    }
    #ccc #ccc-notify .ccc-notify-text p{
        font-size: 1.25rem;
        color: #000;
        fill: #000;
    }
    #ccc #ccc-notify #ccc-notify-dismiss{
       display: none;
    }
    #ccc-button-holder #ccc-recommended-settings{
        max-width: 590px;
    }
    #ccc .ccc-notify-button{
           font-family: 'proxima_novabold','Microsoft JhengHei',"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic";
           font-size: 1.125rem;
           max-width: 12rem;
           width: 100%;
           min-height: 4.7rem;
           border-radius: 0;
           white-space: pre-wrap;
    }

    #ccc .ccc-notify-buttons{
             width: 100%;
             display: flex;
             justify-content: flex-end;
    margin-top: auto;
    }
    #ccc .ccc-accept-button {
        background: #000 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 0 !important;
        order: 2 !important;
    }
    #ccc .ccc-content--light .ccc-notify-button span {
        color: #fff;
    }
    #ccc .ccc-notify-link {
        background: #a7a7a7 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 0 !important;
        order: 1 !important;
        text-decoration: none;
    }


    @media (max-width: 768px) {

        /*AMP */
        #ccc #ccc-notify {
            max-width: 720px;
            left: inherit;
            z-index: 20;
            display: flex;
            flex-direction: column;
            min-height: 375px;
            padding: 50px 37px;
            width: 100%;
        }
        #ccc #ccc-notify .ccc-notify-text h3{
            font-size: 1rem;
            line-height: 19px;
        }
        #ccc #ccc-notify .ccc-notify-text p{
            font-size: 1rem;
            line-height: 19px;
        }
        #ccc .ccc-notify-button{
            max-width: 147px;
            font-size: 1rem;
            line-height: 19px;
            padding: 0 !important;
        }
        #ccc[slideout] #ccc-module{
            width: 100%;
        }
        #ccc-icon {
            width: 44px;
            height: 44px;
            background-color: #ffffff;
            border-radius: 200px;
            z-index: 1;
            margin-bottom: 10px;
            margin-right: 10px;
        }
    } 