.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(250, 250, 250, 0.815);
    color: #000;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-consent p {
    margin: 0;
    flex: 1;
    font-weight: 500;
}

.cookie-consent a {
    color: blue;
    text-decoration: underline;
    font-weight: 600;
}

.cookie-accept {
    background-color: #0a6b16;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 15px;
}

.cookie-accept:hover {
    background-color: #0a6b16;
}
