
.kvkk-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #1f2937;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    display: none;
    z-index: 9999;
}

.kvkk-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kvkk-content a {
    color: #60a5fa;
    text-decoration: underline;
}

.kvkk-content button {
    align-self: flex-end;
    background: #22c55e;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}
