/* Shared rounded destination index on destination pages. */
.related-destinations>div{justify-content:flex-start!important;gap:10px!important;border:0!important}
.related-destinations a{display:inline-block!important;border-radius:14px!important;background:rgba(255,255,255,.42)!important;border:1px solid #c9bdab!important;color:#45564e!important;padding:.8rem 1rem!important;box-shadow:0 2px 0 rgba(31,48,43,.04)!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}
.related-destinations a:hover{background:#e5ddcf!important;color:#a64c35!important;transform:translateY(-2px)!important;box-shadow:0 8px 18px rgba(31,48,43,.1)!important}
