.yn-resort-lists-v1 .summary {
  color: #333;
}

.yn-resort-lists-v1 .related .img img{
  width: 100%;
  height: 106px;
  object-fit: cover;
  border-radius: 4px;
}

.yn-resort-lists-v1 .resources .resource-item-box .img img {
  width: 100%;
  height: 106px;
  border-radius: 4px;
  object-fit: cover;
}

.yn-resort-lists-v1 .resources .resource-item-box .name {
  text-decoration: underline;
  height: 48px;
}

.yn-resort-lists-v1 .resources .resource-item-box .name:hover {
  text-decoration: unset;
  color: #545dff;
}

.yn-resort-lists-v1 .more a{
  color: #333;
  font-size: 14px;
  text-decoration: underline;
  line-height: 20px;
}

.yn-resort-lists-v1 .more a:hover{
  text-decoration: unset;
}

@media only screen and (max-width: 499px) {
  .yn-resort-lists-v1 .related .img img{
    width: 100%;
    min-width: 100%;
    height: 240px;
  }
  .yn-resort-lists-v1 .resources .resource-item-box .img img {
    width: 100%;
    min-width: 100%;
    height: 240px;

  }
}