.aman-dest-row{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}@media (max-width:1199px){.aman-dest-row{grid-template-columns:repeat(4,1fr)}}@media (max-width:1023px){.aman-dest-row{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.aman-dest-row{grid-template-columns:repeat(2,1fr);gap:12px}}.aman-dest-card{cursor:pointer;text-decoration:none;display:block;transition:transform .25s ease}.aman-dest-card:hover{transform:translateY(-2px)}.aman-dest-thumb{border-radius:12px;overflow:hidden;aspect-ratio:1/1.15;position:relative}.aman-dest-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.22,1,.36,1)}.aman-dest-card:hover .aman-dest-thumb img{transform:scale(1.05)}.aman-dest-name{font-size:14.5px;font-weight:700;color:var(--aman-ink);margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aman-dest-price{font-size:13px;font-weight:500;color:var(--aman-gray);margin-top:2px}.aman-dest-price b{color:var(--aman-blue);font-weight:700}.aman-dest-save{display:inline-block;font-size:13px;font-weight:700;color:#059669;background:#ecfdf5;border-radius:6px;padding:2px 7px;margin-top:5px}