.lgs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lgs-sidebar__block {
  background: #eef2f6;
  border-radius: 10px;
  padding: 1rem 1rem 1.1rem;
  border: 1px solid #e2e8f0;
}

.lgs-sidebar__title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #1565c0;
}

.lgs-sidebar__explore {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.lgs-sidebar__explore-title {
  margin: 0;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
}

.lgs-sidebar__explore .sidebar-nav {
  padding: 0.35rem 0;
}

.lgs-muaf {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lgs-muaf .YerlesimInput {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  width: 100%;
}

.lgs-muaf input[type="checkbox"] {
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #1565c0;
}

.lgs-muaf label {
  display: inline;
  margin: 0;
  cursor: pointer;
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.45;
  flex: 1;
  min-width: 0;
}

.lgs-form-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.lgs-form-table th,
.lgs-form-table td {
  padding: 0.55rem 0.5rem;
  text-align: center;
  border: 1px solid #e2e8f0;
}

.lgs-form-table th[scope="row"] {
  text-align: left;
  font-weight: 600;
  color: #0f172a;
  background: #f8fafc;
}

.lgs-form-table thead th {
  background: #f1f5f9;
  font-weight: 700;
  color: #0f172a;
}

.lgs-form-table input[type="text"] {
  width: 100%;
  max-width: 4rem;
  padding: 0.4rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
}

.lgs-form-actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.lgs-form-actions .lgs-btn {
  flex: 1;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.95rem;
}

.lgs-btn--primary {
  background: #0d9488;
  color: #fff;
}

.lgs-btn--primary:hover {
  background: #0f766e;
}

.lgs-btn--secondary {
  background: #eab308;
  color: #1a1a1a;
}

.lgs-btn--secondary:hover {
  background: #ca8a04;
}

.lgs-sonuc {
  margin-bottom: 1.5rem;
  padding: 1.15rem 1.25rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
}

.lgs-sonuc[hidden] {
  display: none !important;
}

.lgs-sonuc table {
  width: 100%;
  border-collapse: collapse;
}

.lgs-sonuc th,
.lgs-sonuc td {
  padding: 0.55rem 0.25rem;
  text-align: left;
  border-bottom: 1px solid #bfdbfe;
}

.lgs-sonuc input[readonly] {
  border: none;
  background: transparent;
  font-weight: 600;
  width: 100%;
}

.lgs-ad {
  overflow: hidden;
  border-radius: 8px;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

.lgs-aciklama {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.7;
}

.lgs-aciklama__h2 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #1565c0;
}

.lgs-aciklama__h2:first-child {
  margin-top: 0;
}

.lgs-aciklama p {
  margin: 0 0 1rem;
}

.lgs-aciklama__list {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.lgs-aciklama__list li {
  margin-bottom: 0.35rem;
}

@media (max-width: 900px) {
  .lgs-form-actions {
    flex-direction: column;
  }
}
