.sayulita-tide-container {
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #333333;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 600px;
  margin: 2rem auto;
}
.sayulita-tide-container h1 {
  text-align: center;
  color: #0077b6;
  margin-bottom: 1rem;
}
#sayulita-date {
  display: block;
  margin: 0 auto 1.5rem auto;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.sayulita-tide-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.sayulita-tide-table th,
.sayulita-tide-table td {
  border: 1px solid #eee;
  padding: 0.75rem;
  text-align: center;
}
.sayulita-tide-table th {
  background-color: #0077b6;
  color: #fff;
}
.optimo {
  background-color: #d1fae5;
}
.tolerable {
  background-color: #fef3c7;
}
.norecomendado {
  background-color: #fecaca;
}
.sayulita-tide-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.sayulita-tide-table th,
.sayulita-tide-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

/* Estilos para las recomendaciones */
.ideal {
  background-color: #d4edda;
  color: #155724;
  font-weight: bold;
}

.acceptable {
  background-color: #fff3cd;
  color: #856404;
  font-weight: bold;
}

.not-recommended {
  background-color: #f8d7da;
  color: #721c24;
  font-weight: bold;
}
