/* Genel stil ayarları */
.cookies-eu {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #333;
    color: white;
    padding: 15px 20px; /* Sağdan ve soldan padding */
    z-index: 9999;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookies-eu-content-holder {
    margin-left: 4%;
    max-width: 95%;
    flex-grow: 1;
    font-size: 14px;
}

.cookies-eu-link {
    color: #fff;
    text-decoration: underline;
}

.cookies-eu-button-holder {
    position: absolute;
    right: 20px; /* X butonunu sağda sabitle */
}

.cookies-eu-ok {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.cookies-eu-ok:hover {
    background-color: #d32f2f;
}

/* Görünüm ayarları */
.cookies-eu a {
    margin-left: 5px;
}
