.place-must-see {
  border-left: 4px solid #E74C3C;
}

/* Place card styling */
.place-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}

.place-card h3 {
  margin-top: 0;
  color: #333;
}

.place-card .description {
  color: #666;
  line-height: 1.6;
}

.place-card .meta {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  font-size: 0.9em;
  color: #888;
}

.place-localit-turistica {
  border-left: 4px solid #F18F01;
}

/* Remove borders from place-must-see and place-localit-turistica in specific sections */

/* Scelti per te */
.view-scelti-per-te-home .place-must-see,
.view-scelti-per-te-home .place-localit-turistica {
  border-left: none;
}

/* I luoghi del cuore / Località turistiche home */
.view-localita-turistiche-home .place-must-see,
.view-localita-turistiche-home .place-localit-turistica,
#block-sardegna-views-block-localita-turistiche-home-contenuto-block-1 .place-must-see,
#block-sardegna-views-block-localita-turistiche-home-contenuto-block-1 .place-localit-turistica {
  border-left: none;
}
