.kvkk-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
}

.kvkk-cookie-banner__content {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.kvkk-cookie-banner__text {
    flex: 1 1 auto;
}

.kvkk-cookie-banner__button {
    background: #2ecc71;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 600;
}

.kvkk-cookie-banner__button:hover {
    background: #27ae60;
}

.kvkk-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.kvkk-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

