/* The top result is highlighted for its match to the guest's criteria. */
.villa-card.best-card {
  position: relative;
  border-color: #406c56;
  background: #fbfcf5;
  box-shadow:
    0 0 0 3px var(--bg, #f9f8f4),
    0 0 0 5px #87a18a,
    0 12px 30px #174a4412;
}

.villa-card.best-card:hover,
.villa-card.best-card:focus-within {
  box-shadow:
    0 0 0 3px var(--bg, #f9f8f4),
    0 0 0 5px #587f60,
    0 15px 34px #174a441c;
}

.best-card .offer-ribbon {
  min-height: 48px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #174a44;
  color: #fffdf4;
}

.winner-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.winner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 1px solid #e8c994;
  border-radius: 50%;
  background: #f2dfb5;
  color: #6d4f22;
  box-shadow: inset 0 0 0 2px #174a44;
}

.winner-icon > .icon,
.winner-icon > svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.4;
}

.best-card .offer-number {
  opacity: 1;
  color: #d5dcca;
}

.best-card .card-body {
  background: linear-gradient(180deg, #fffef9 0%, #f7f9ef 100%);
}

.best-card .recommendation {
  background: #eaf0e1;
  border-left: 2px solid #b18a4d;
  color: #365d3e;
}

.best-card .card-price {
  border-top-color: #d5dfcc;
}

.best-card .card-actions .primary {
  box-shadow: 0 3px 8px #174a4414;
}

@media (max-width: 540px) {
  .villa-card.best-card {
    margin: 2px;
  }

  .best-card .offer-ribbon {
    min-height: 48px;
  }
}
