.topResult.row {
  display: flex;
  margin: 0;
}

.topResult.row + .c5-sdk-btn {
  margin-top: 32px;
}

.topResult.row .row__col {
  width: 100%;
}

@media only screen and (max-width: 639.98px) {
  .topResult.row .row__col:last-of-type {
    margin: 0;
  }
}

.topResult.row .item {
  padding-bottom: 0;
}

@media only screen and (min-width: 640px) {
  .topResult.row .row__col {
    width: calc(100% / 3 - 60px);
    margin: 0 30px 0;
  }

  .topResult.row + .c5-sdk-btn {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .topResult.row {
    margin: 10px auto 0;
  }
}

.topResult .item {
  border-bottom: none;
}

.row {
  margin: 20px -30px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .row {
    display: block;
    margin: 10px auto 50px;
  }
}

.row__col {
  width: calc(100% / 3 - 60px);
  margin: 0 30px 60px;
}

@media only screen and (max-width: 767px) {
  .row__col {
    width: 100%;
    margin: 0 0 40px;
  }
}

.item {
  display: block;
  opacity: 1;
  transition: opacity .4s;
  text-decoration: none !important;
  padding-bottom: 20px;
  border-bottom: solid 1px #979a9e;
}

.item:hover {
  color: inherit !important;
}

.item__thumb {
  margin: 0;
  position: relative;
  text-align: center;
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.08);
}

.item__thumb img {
  max-width: none;
  width: 100%;
  height: auto;
}

.item__thumb figcaption {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 1), 0 0 4px rgba(0, 0, 0, 1), 0 0 2px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 767px) {
  .item__thumb img {
    width: 100%;
  }
}

.item__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
  position: relative;
}

.item__description {
  line-height: 2;
  margin-top: 4px;
}

.item__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  letter-spacing: -.5em;
  margin-top: 10px;
}

.item__label {
  font-size: 13px;
  display: inline-block;
  letter-spacing: normal;
  background: #E3EBF8;
  color: black;
  line-height: 22px;
  height: 22px;
  border-radius: 3px;
  padding: 0 .5em;
}

.item__note {
  line-height: 2;
  margin-top: 10px;
}

.item__note dl {
  display: flex;
  margin: 0;
}

.item__note dl dt {
  font-weight: normal;
}

.item__note dl dd {
  width: 5em;
  flex: 1;
  margin: 0;
}

.item__note dl dd span {
  display: inline-block;
}

.item__note dl dd span:not(:first-child):before {
  content: "";
  display: inline-block;
  width: .25em;
  text-align: center;
}


@media only screen and (max-width: 767px) {
  .item__title {
    margin-top: 20px;
  }

  /* .item__description {
    margin-top: 12px;
  } */
}
