.cookie-consent-box {
    position: fixed;
    bottom: 30px;
    left: 10%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    padding: 24px 32px;
    max-width: 520px;
    width: 90%;
    z-index: 9999;
    font-family: system-ui, sans-serif;
    text-align: left;
}

.cookie-consent-box h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.cookie-consent-box p {
    font-size: 15px;
    color: #333;
    margin: 0 0 20px;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.cookie-buttons button {
    padding: 10px 18px;
    border-radius: 6px;
    border: 2px solid #2196F3;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

#cookie-customize {
    background: transparent;
    color: #2196F3;
}

#cookie-customize:hover {
    background: #f0faff;
}

#cookie-accept-all {
    background: #2196F3;
    color: white;
    border-color: #2196F3;
}

#cookie-accept-all:hover {
    background: #1976D2;
}
