.tour-card{background:linear-gradient(#fff,#f6f6f6);border:2px solid hsla(0,0%,7%,.06);border-radius:24px;display:flex;flex-direction:column;min-width:280px;transition:border-color .15s}.tour-card__header{flex-shrink:0;height:224px;padding:16px 16px 0}.tour-card__image{height:210px}.tour-card__image img{border-radius:12px;display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.tour-card__no-image{align-items:center;border:2px solid silver;border-radius:12px;display:flex;height:100%;justify-content:center}.tour-card__body{display:flex;flex-direction:column;flex-grow:1;padding:16px}.tour-card__title{display:-webkit-box;font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:28px;overflow:hidden;text-overflow:ellipsis;transition:color .15s;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.tour-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tour-card__tag{background-color:#f2f2f2;border:1px solid hsla(0,0%,7%,.06);border-radius:12px;padding:8px 24px;transition:background-color .15s}.tour-card__description,.tour-card__tag{font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:28px}.tour-card__description{color:#797979;display:-webkit-box;margin-top:12px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.tour-card__price{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:28px;margin-top:auto;padding-top:12px}.tour-card:hover{background:linear-gradient(90deg,#fa605414 0,#f9b23314);border-color:#f98c42}.tour-card:hover .tour-card__title{color:#f98c42}.tour-card:hover .tour-card__tag{background-color:#fff}.tour-card:hover .tour-card__description{color:#282828}
