#qc-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #111111c6;
    color: #fff;
    padding: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: none;
    z-index: 9999;
    border-top: 1px solid #333;
}

#qc-cookie-banner a {
    color: #aaa;
    text-decoration: underline;
}

.qc-cookie-actions {
    margin-top: 15px;
}

.qc-cookie-actions button {
    background: #fff;
    color: #000;
    border: none;
    padding: 8px 14px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 13px;
}

.qc-cookie-actions button.secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #555;
}

#qc-cookie-settings {
    margin-top: 15px;
    display: none;
    border-top: 1px solid #333;
    padding-top: 15px;
}