#telebatPage h2,
#telebatAptek h2,
#telebatUser h2,
#telebatAptekDetail h2 {
  margin-bottom: 10px;
}

#telebatPage input[type="text"],
#telebatPage input[type="date"] {
  min-width: 180px;
}

#telebatPage button,
#telebatAptek button,
#telebatUser button,
#telebatAptekDetail button {
  margin-top: 8px;
}

.telebat-view-switch {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.telebat-view-switch .telebat-pill-btn {
  margin-top: 0;
  width: 100%;
}

.telebat-pill-btn {
  border: 1px solid #dbe2ea;
  background: #ffffff;
  color: #1f2937;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: normal;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.08);
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.telebat-pill-btn:hover {
  transform: translateY(-1px);
  border-color: #93c5fd;
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.2);
}

.telebat-pill-btn--primary {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  border-color: #1d4ed8;
}

@media (max-width: 420px) {
  .telebat-view-switch {
    gap: 6px;
  }

  .telebat-pill-btn {
    padding: 7px 8px;
    font-size: 11px;
  }
}
