.interest-wrap{display:inline-flex;flex-wrap:wrap;gap:8px;align-content:flex-start;overflow:hidden}.interest{background-color:#ececec;border-radius:3px;padding:8px 10px;display:inline-flex;align-items:center;line-height:1;white-space:nowrap;font-weight:500;cursor:pointer}.interest.selected{background-color:var(--brand-green);color:#fff}.btn-add-to-plan{background-color:#fafafa;color:#595959;border-radius:5px;padding:4px 24px;transition:var(--transition);text-decoration:none;border-color:#dedede;border-style:solid;border-width:1px;font-size:13px}.btn-add-to-plan:hover{background-color:#f1f1f1}.destination-card-image{overflow:hidden;aspect-ratio:16 / 9}.destination-card{background:#fff;border-radius:8px;transition:transform .35s ease;border-color:var(--border-light);overflow:hidden}.destination-card-title{background-color:var(--brand-yellow);display:inline-flex;padding:2px 8px;border-radius:3px;pointer-events:auto;font-weight:500}.destination-card img{width:100%;object-fit:cover;transition:transform .4s ease;border-radius:8px 8px 0 0}.destination-card:hover{box-shadow:0 6px 10px #8c8c8c14}.destination-card:hover img{transform:scale(1.08)}.sticky-filter{position:sticky;top:65px;z-index:999;background-color:#fff;box-shadow:0 2px 10px #0000000d;transition:box-shadow .3s ease}.sticky-filter.is-stuck{box-shadow:0 4px 15px #0000001a}.tour-plan-sticky-wrapper{position:sticky;top:170px;z-index:998;max-height:calc(100vh - 190px);display:flex;flex-direction:column;background-color:#fff;border:1px solid rgb(230,230,230);border-radius:.5rem;padding:1rem}.tour-plan-header{background-color:var(--bg-dark);color:#fff;padding:1rem;border-radius:.5rem .5rem 0 0;font-weight:600;font-size:1.1rem;flex-shrink:0;position:sticky;top:0;z-index:1;box-shadow:0 2px 5px #0000001a}.tour-plan-header i{margin-right:.5rem;color:var(--brand-yellow)}.tour-plan-section{border-radius:0 0 .5rem .5rem;overflow-y:auto;flex-grow:1;scroll-behavior:smooth;padding:.5rem .2rem .5rem 0rem}.tour-plan-section::-webkit-scrollbar{width:6px}.tour-plan-section::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.tour-plan-section::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px;transition:background .3s ease}.tour-plan-section::-webkit-scrollbar-thumb:hover{background:#fff6}.tour-plan-section{scrollbar-width:thin;scrollbar-color:rgba(78,78,78,.2) rgba(255,255,255,.05)}@media(min-width:2560px){.sticky-filter{top:135px}.tour-plan-sticky-wrapper{top:250px}}@media(max-width:1300px){.tour-plan-sticky-wrapper{top:130px}}@media(min-width:991px){.tour-plan-sticky-wrapper{top:180px}}@media(max-width:991px){.tour-plan-sticky-wrapper{max-height:600px;top:200px}}@media(max-width:768px){.sticky-filter{padding:1rem}.tour-plan-sticky-wrapper{max-height:500px;margin-top:1.5rem}.tour-plan-header{font-size:1rem;padding:.875rem}}@media(max-width:576px){.sticky-filter{padding:.75rem}.tour-plan-sticky-wrapper{max-height:400px}.tour-plan-header{font-size:.95rem;padding:.75rem}}.sticky-filter{transition:top .3s ease,box-shadow .3s ease}.tour-plan-item-wrapper{background-color:#ededed;padding:.5rem;border-radius:5px;margin-top:.5rem;margin-bottom:.5rem}.item-no{background-color:var(--bg-dark);width:1.2rem;height:1.2rem;border-radius:100%;font-size:.7rem;display:flex;justify-content:center;align-items:center}.item-image{background-color:#fff;width:2rem;height:2rem;border-radius:5px;display:flex;justify-content:center;align-items:center}.item-image img{width:2rem;height:2rem;border-radius:5px;object-fit:cover}.remove-icon{padding:0 5px;border-radius:5px;cursor:pointer}.remove-icon:hover{background-color:#f8f8f8}.more-details-icon{padding:2px 4px;border-radius:3px;background-color:#f4f4f4;font-size:small;font-weight:bolder;color:#4a4a4a;cursor:pointer}.more-details-icon:hover{background-color:#e5e5e5}.card-img-overlay{pointer-events:none}.card-img-overlay a,.card-img-overlay button{pointer-events:auto}
