 
.sdh-wrapper {
  max-width: 1000px;
  margin: 30px auto;
  padding: 15px;
  font-family: Arial, sans-serif;
}
.sdh-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
#deprem-map {
  height: 500px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#deprem-list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
#deprem-list li {
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: background 0.2s;
}
#deprem-list li:hover {
  background: #f9f9f9;
}
