.cookie-consent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 45, 50, 0.95);
    color: #fff;
    padding: 15px 20px;
    z-index: 9999;
    font-size: 13px;
    line-height: 1.5;
}

.cookie-consent.visible {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.cookie-consent p {
    margin: 0;
}

.cookie-consent a {
    color: #f39c12;
    text-decoration: underline;
}

.cookie-consent a:hover {
    color: #fff;
}

.cookie-consent-btn {
    background: #3c8dbc;
    color: #fff;
    border: none;
    padding: 6px 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    white-space: nowrap;
}

.cookie-consent-btn:hover {
    background: #367fa9;
}
