body {
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to bottom, #ffffff, #f9f9f9);
  color: #222;
  margin: 0;
  padding: 0 20px;
}

h1 {
  text-align: center;
  color: #c8102e;
  margin-top: 30px;
  font-size: 2.7rem;
}

h2 {
  color: #990000;
  margin-top: 40px;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 8px;
}

#map {
  height: 450px;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.region-list {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
  margin-top: 30px;
}

.region-list ul {
  list-style: none;
  padding-left: 0;
}

.region-list li {
  margin: 15px 0;
  font-size: 1.15rem;
}

.region-list a {
  color: #c8102e;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.region-list a:hover {
  color: #990000;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

table th,
table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

table th {
  background-color: #ffe5e5;
  color: #990000;
  font-weight: bold;
}

.restricciones {
  background-color: #fff;
  padding: 22px;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.restricciones ul {
  list-style-type: circle;
  padding-left: 20px;
}

.restricciones li {
  margin: 12px 0;
  font-size: 1.1rem;
}
