/* Go Samos - Homepage beach cards */
.gosamos-beach-card-title {
  margin: 12px 0 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.gosamos-beach-card-title a {
  color: inherit;
  text-decoration: none;
}

.gosamos-beach-card-title a:hover {
  text-decoration: underline;
}
.gosamos-beach-card-title {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  min-height: 2.6em;
}

.gosamos-beach-card-title a {
  color: inherit;
  text-decoration: none;
}

.gosamos-beach-card-title a:hover {
  text-decoration: underline;
}

/* Homepage category cards - spacing on mobile */
@media (max-width: 767.98px) {
  .gosamos-home-card {
    margin-bottom: 16px;
  }
}