#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ebe7e6;
    color: #2c3e7a;
    padding: 10px 50px;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    font-family: Arial, sans-serif;
}

.cookie-buttons-2{
  background: #005389 !important;
  color: #fff !important;
  transform: scale(1.05) !important;
}
#cookie-banner p {
    margin: 0;
    font-size: 20px;
    max-width: 100%;
}

#cookie-banner a {
    color: #005389;;
    text-decoration: underline;
}

.cookie-buttons button {
    background: #ff7400;
    border: none;
    color: #2c3e7a;
    padding: 10px 28px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 25px 25px 0 25px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.cookie-buttons button:hover {
    background: #2c3e7a;
    color: #ff7400;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    #cookie-banner {
        flex-direction: column;
        text-align: center;
        height: 400px;
    }

    #cookie-banner p {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.swiper {
  margin: 40px auto 0px auto !important;
}