.zmd-dil-secici ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zmd-dil-secici a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
}

.zmd-dil-secici .is-active a {
  font-weight: 700;
  pointer-events: none;
  opacity: 0.72;
}

.zmd-dil-oneri-bari {
  position: relative;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.4;
}

.zmd-dil-oneri-git,
.zmd-dil-oneri-kal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
}

.zmd-dil-oneri-git {
  font-weight: 700;
}

.zmd-cerez-bari {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 10000;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(17, 17, 17, 0.96);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}

.zmd-cerez-metin {
  margin: 0;
  flex: 1 1 320px;
  font-size: 14px;
  line-height: 1.45;
}

.zmd-cerez-onay {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 640px) {
  .zmd-cerez-bari {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 12px;
  }

  .zmd-cerez-onay {
    width: 100%;
  }
}
