#kcc-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 20px;
    max-width: 350px;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.3);
    z-index: 999999;
    font-family: Arial, sans-serif;
}

#kcc-banner p {
    margin: 0 0 12px 0;
    font-size: 15px;
    line-height: 1.4;
}

#kcc-accept-btn {
    background: #4CAF50;
    border: none;
    padding: 10px 16px;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
}

#kcc-accept-btn:hover {
    background: #45a049;
}
