/* Netfikir KVKK Banner */
#kvkk-banner {
    position: fixed;
    left: 0;
    width: 100%;
    background: #1e1e1e;
    color: #fff;
    z-index: 99999;
    display: none;
}

.kvkk-content {
    max-width: 1200px;
    margin: auto;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 14px;
}

.kvkk-text {
    flex: 1;
}

.kvkk-text a {
    color: #4fc3f7;
    text-decoration: underline;
}

#kvkk-accept {
    background: #4fc3f7;
    color: #000;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 600;
}

#kvkk-accept:hover {
    background: #29b6f6;
}

/* Mobil */
@media (max-width: 768px) {
    .kvkk-content {
        flex-direction: column;
        text-align: center;
    }
}


@media (max-width: 991px){
#kvkk-banner { 
    bottom: 45px; 
}
}
@media (min-width: 992px){
#kvkk-banner { 
    bottom: 0px; 
}
}
