#qtools-cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    padding: 1em;
    text-align: center;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.2);
    font-size: 0.95em;
    z-index: 9999;
    display: none;
    transition: opacity 0.5s ease;
}

.qtools-cookie-message {
    display: inline-block;
    margin-right: 1em;
    color: #333;
}

.qtools-cookie-button {
    padding: 0.4em 1em;
    cursor: pointer;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    background-color: var(--wp--preset--color--primary, #005a8d);
    color: #fff;
}

.qtools-cookie-button:hover {
    background-color: #004a73;
}

.qtools-privacy-link {
    color: inherit;
    text-decoration: underline;
}
