
.mas-contenedor {
  padding: 1rem;
  font-family: Arial, sans-serif;
}

.mas-bloque {
  margin-bottom: 1.5rem;
}

.mas-bloque h3 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #005288;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3rem;
}

.mas-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 0.95rem;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
}

.mas-item i {
  width: 24px;
  text-align: center;
  margin-right: 10px;
  font-size: 1.1rem;
}

.mas-item.resaltar {
  color: #d35400;
  font-weight: bold;
}

.mas-item.cerrar {
  color: red;
}

.badge-nuevo {
  background: #007bff;
  color: white;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  margin-left: 6px;
}
.badge-proximamente {
  background: red;
  color: white;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  margin-left: 6px;
}