#cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    width: 600px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 8px;
    z-index: 9999;
    display: none;
}

#cookie-popup p {
    margin: 0 0 15px;
    color: #333;
    line-height: 1.5;
}


@media (max-width: 600px) {
    #cookie-popup {
        width: 90%;
    }
}
.grecaptcha-badge{
	display: none!important;
}