#gcb-banner {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);

width: 100%;
max-width: 700px;

border-radius: 16px;
background: rgba(255,255,255,0.8);
color: #000;
padding: 30px;
text-align: center;
font-family: manrope;
font-size: var(--wp--preset--font-size--small) !important;
z-index: 9999;
box-sizing: border-box;
transition: opacity 0.5s ease;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}

.gcb-open-settings {
    text-decoration: underline;
    cursor: pointer;
}


#gcb-banner p {
    max-width: 100%;
    margin: 0 auto 10px auto;
    line-height: 1.4;
    word-wrap: break-word;
}

#gcb-banner .gcb-buttons button, #gcb-banner .gcb-buttons a {
    margin: 5px 5px 0 5px;
    padding: 6px 12px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    font-size: var(--wp--preset--font-size--small) !important;
}

#gcb-banner .gcb-buttons button {
    background: #000;
    color: #fff;
    font-size: var(--wp--preset--font-size--small) !important;
    margin-top: 10px;
}

#gcb-banner .gcb-buttons a {
    background: transparent;
    color: #000;
    font-size: var(--wp--preset--font-size--small) !important;
}


