#cc-cookie-banner {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 99999;
    padding: 12px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    font: 14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
}
#cc-cookie-banner .cc-cookie-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#cc-cookie-banner .cc-cookie-text a {
    text-decoration: underline;
}
#cc-cookie-banner .cc-btn {
    border: 0;
    padding: 9px 14px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
}
#cc-cookie-banner .cc-accept {
    background: #faf5f0;
    color: #000;
}
#cc-cookie-banner .cc-decline {
    background: #faf5f0;
    color: #000;
    margin-inline-start: 8px;
}
