.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 9999;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.cookie-message {
    text-align: center;
}

.cookie-actions button {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
    border: none;
    background: #F45F1A;
}

#accept-cookies {
    background: #27aae1;
}

.cookie-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#hs-eu-cookie-confirmation {
    display: none !important;
}