.mevzuat-hero {
  max-width: 900px;
  margin: 40px auto 20px;
  padding: 0 20px;
}

.mevzuat-hero h1 {
  font-size: 28px;
  margin-bottom: 8px;
}

.mevzuat-hero p {
  color: #475569;
  line-height: 1.6;
}

.mevzuat-toc {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 20px;
  background: #f1f5f9;
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto 30px;
}

.mevzuat-toc a {
  padding: 8px 12px;
  background: white;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.mevzuat-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.mevzuat-content section {
  margin-bottom: 40px;
}

.mevzuat-content h2 {
  border-left: 4px solid #33BBBD;
  padding-left: 10px;
  margin-bottom: 12px;
}

.info-box {
  margin-top: 14px;
  padding: 12px;
  background: #eef2ff;
  border-left: 4px solid #3A70B7;
  border-radius: 8px;
  font-size: 14px;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  background: #3A70B7;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
