.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    padding: 20px;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
}
.cookie-text {
    font-size: 12px;
    color: #787E88;
    line-height: 1.5;
    margin: 0 0 15px 0;
}
.cookie-text a {
    color: #809EFF;
    text-decoration: none;
}
.btn-cookie {
    width: 100%;
    height: 40px;
    background-color: #809EFF;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
