.search-container{display:flex;flex-direction:column;align-items:stretch;width:100%;position:relative;top:0}.search-input{width:100%;padding:10px;background-color:#fff}.toggle-button{background-color:#18b8c8;color:#fff;box-shadow:0 1px 32px 8px rgba(0,60,66,.2);border:none;padding:12px 20px;border-radius:25px;font-size:16px;cursor:pointer;width:90%;text-align:center;margin-top:10px}.toggle-button:hover{background-color:#15a2b0}.list-view{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:10px}.mobile-only{width:100%;height:100%}.search-results{display:flex;flex-direction:column;overflow-y:auto;width:100%;background:#fff;position:relative;min-height:calc(70vh - 60px)}.res-search-input{width:100%;padding:10px;border-bottom:1px solid #e5e7eb}.search-results-header{display:flex;align-items:center;justify-content:space-between;margin:6px 0 10px;min-height:44px;padding:20px 0}.search-results-header .search-results-title{display:flex;align-items:center;gap:10px}.search-results-header h2{margin:0;color:#003c42;font-size:32px;line-height:1.1;font-weight:600}.search-results-header .filter-button{display:inline-flex;align-items:center;gap:8px;border:1px solid #e4eced;background:#fff;color:#003c42;border-radius:999px;padding:12px 18px;font-size:16px;font-weight:500;cursor:pointer}.search-results-header .filter-button .filter-icon{width:20px;height:14px;display:inline-flex;align-items:center}.search-results-header .filter-button .filter-icon svg{display:block}.variable-search-input .select-mobile-only{display:none!important}@media screen and (min-width:1025px){.search-results-header{margin:12px 0 10px}.search-results-header h2{font-size:40px}.desktop-filter-panel{position:absolute;top:58px;right:0;width:455px;max-height:560px;overflow-y:auto;border:2px solid #2dbdcb;border-radius:38px;background:#fff;z-index:40;padding:14px 0;box-shadow:0 16px 32px rgba(0,60,66,.1)}.desktop-filter-option{width:100%;height:60px;border:none;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;cursor:pointer}.desktop-filter-option.is-alt{background:#f3f4f5}.desktop-filter-option-left{display:flex;align-items:center;gap:14px;color:#003c42;font-size:18px;font-weight:500}.desktop-filter-option-left svg{width:28px;height:28px;color:#1798a8}.desktop-filter-checkbox{width:24px;min-width:24px;height:24px;border:2px solid #c4ced8;border-radius:8px;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.desktop-filter-checkbox.is-checked{border-color:#2dbdcb;background:#2dbdcb}.desktop-pagination{margin-top:30px;padding:20px 0 4px;border-top:1px solid #eceff1;display:flex!important;align-items:center;gap:14px}.desktop-pagination .first-page-btn{background:transparent;border:none;color:#1e1e1e;font-size:16px;display:flex;align-items:center;gap:8px;cursor:pointer}.desktop-pagination .first-page-btn span{font-size:18px}.desktop-pagination .first-page-btn:disabled{opacity:.45;cursor:not-allowed}.desktop-pagination .page-status{margin-left:18px;display:flex;align-items:center;gap:8px;color:#6d6f72;font-size:16px}.desktop-pagination .page-status input{width:58px;height:40px;text-align:center;color:#2f3337;font-size:15px}.desktop-pagination .page-status input,.page-arrow{border-radius:10px;border:1px solid #e4eced;background:#fff}.page-arrow{min-width:48px;height:48px;font-size:18px;cursor:pointer}.page-arrow:disabled{opacity:.45;cursor:not-allowed}.page-arrow-next{min-width:174px;padding:0 18px;font-size:16px;font-family:Semi Bold,sans-serif;font-weight:500;background:linear-gradient(90deg,#2dbdcb 19.54%,rgba(45,189,203,.7));color:#fff;border:none}.search-input,.select-mobile-only,.toggle-button.toggle-list{display:none!important}.search-card-wrapper.desktop-only{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px;width:100%;overflow:visible;height:auto;max-width:100%;margin:0;padding-right:0;align-items:start}.mobile-only{display:none!important}}@media screen and (max-width:1024px){.search-results-header h2{font-size:24px}.desktop-filter-panel{position:static;width:100%;max-height:280px;overflow-y:auto;border:1px solid #e4eced;border-radius:16px;background:#fff;z-index:5;padding:8px 0;margin-bottom:8px;box-shadow:none}.desktop-filter-option{width:100%;height:48px;border:none;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.desktop-filter-option.is-alt{background:#f9fafb}.desktop-filter-option-left{display:flex;align-items:center;gap:10px;color:#003c42;font-size:15px;font-weight:500}.desktop-filter-checkbox{width:18px;min-width:18px;height:18px;border:1.5px solid #c4ced8;border-radius:6px;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.desktop-filter-checkbox.is-checked{border-color:#2dbdcb;background:#2dbdcb}.search-container .search-input{width:100%;padding:5px 0 5px 25px;border-bottom:1px solid #e5e7eb;font-size:16px;background-color:#fff;position:static}.list-view{position:relative;top:0}.search-results{min-height:auto;max-height:none;overflow:visible}.search-card-wrapper{min-height:auto;max-height:none;position:relative}.mobile-pagination{margin:10px 0;display:flex;align-items:center;justify-content:center;gap:10px}.mobile-pagination p{margin:0;font-size:14px;color:#6d6f72}.desktop-only{display:none!important}}@media screen and (max-width:768px)and (min-width:481px){.search-results-header h2{font-size:48px}}@media screen and (max-width:480px)and (min-width:337px){.search-results-header h2{font-size:23px}}@media screen and (max-width:336px)and (min-width:320px){.search-results-header h2{font-size:21px}}.search-header{width:100%;min-height:calc(100vh - 84px)}.search-header .container{display:flex;flex-direction:column;gap:16px;padding:16px 24px 0;max-width:1600px}.search-header .container .search-top-row{display:flex;flex-direction:row;gap:20px}.search-header .container .search-top-row .search-left{width:58%;min-width:250px;border-radius:16px}.search-header .container .search-top-row .search-right{width:42%;height:calc(100vh - 120px);border-radius:16px;overflow:hidden}.search-header .container .search-top-row .search-right .search-map{width:100%;height:100%}.search-header .search-fun-places{width:100%;margin-top:2px;background:#fff;border-radius:16px}.search-header .search-fun-places__header{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.search-header .search-fun-places__title{margin:0;color:#042d31;font-size:48px;line-height:1.15;font-weight:700}.search-header .search-fun-places__title-wrap{display:inline-flex;align-items:center;gap:16px}.search-header .search-fun-places__go-btn{width:48px;height:48px;border:none;border-radius:50%;background:#f7f8fa;color:#003c42;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.search-header .search-fun-places__subtitle{margin:10px 0 0;color:#6d6f72;font-size:16px;line-height:1.35;font-family:Semi Bold,sans-serif;max-width:490px}.search-header .search-fun-places__controls{display:flex;align-items:center;gap:8px}.search-header .search-fun-places__controls button{width:40px;height:40px;border:none;border-radius:50%;background:#f7f8fa;color:#98a2b3;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.search-header .search-fun-places__viewport{overflow:hidden;cursor:grab}.search-header .search-fun-places__viewport:active{cursor:grabbing}.search-header .search-fun-places__track{display:flex;gap:14px;margin-top:20px;margin-bottom:130px}.search-header .search-fun-places__card{flex:0 0 335px;border-radius:18px;overflow:hidden;background:#fff;user-select:none;cursor:pointer}.search-header .search-fun-places__image{width:100%;height:155px;background-size:cover;background-position:50%;background-repeat:no-repeat}.search-header .search-fun-places__content{padding:12px 12px 10px;background-color:#f8f8f8}.search-header .search-fun-places__content h3{margin:0;color:#252525;font-size:14px;line-height:1.2;font-weight:700;font-family:Semi Bold,sans-serif}.search-header .search-fun-places__sub{margin:4px 0 0;color:#252525;font-size:14px;line-height:1.25;font-weight:500;font-family:Semi Bold,sans-serif}.search-header .search-fun-places__location{margin:4px 0 0;color:#6d6f72;font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Semi Bold,sans-serif}.search-header .search-fun-places__footer{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.search-header .search-fun-places__footer span{color:#252525;font-size:14px;font-weight:500;font-family:Semi Bold,sans-serif}.search-header .search-fun-places__footer strong{color:#252525;font-size:14px;font-weight:700;white-space:nowrap;font-family:Semi Bold,sans-serif}.search-header .search-list-section{width:100%;background:#fff;border-radius:16px}.search-header .search-list-section__header{position:relative}.search-header .search-list-section__title-wrap{display:inline-flex;align-items:center;gap:16px;margin-bottom:10px}.search-header .search-list-section__title{margin:0;color:#042d31;font-size:48px;line-height:1.1;font-weight:700}.search-header .search-list-section__next-icon{width:48px;height:48px;border:none;border-radius:50%;background:#f7f8fa;color:#6d6f72;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.search-header .search-list-section__subtitle{margin:10px 0 0;color:#6d6f72;font-size:16px;line-height:1.35;max-width:490px;font-family:Semi Bold,sans-serif}.search-header .search-list-section__controls{position:absolute;right:0;bottom:6px;display:flex;gap:8px}.search-header .search-list-section__controls button{width:40px;height:40px;border:none;border-radius:50%;color:#98a2b3;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.search-header .search-list-section__viewport{overflow:hidden;cursor:grab}.search-header .search-list-section__viewport:active{cursor:grabbing}.search-header .search-list-section__track{display:flex;gap:14px;margin-top:20px;margin-bottom:130px}.search-header .search-list-section__card{flex:0 0 335px;border-radius:18px;overflow:hidden;background:#fff;user-select:none}.search-header .search-list-section__card h3{margin:12px 12px 10px;font-size:16px;line-height:1.2;font-weight:600;color:#252525;font-family:Semi Bold,sans-serif}.search-header .search-list-section__card--compact{flex-basis:332px}.search-header .search-list-section__image{width:100%;height:138px;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative}.search-header .search-list-section__badge{position:absolute;top:8px;left:8px;padding:4px 10px;border-radius:999px;background:hsla(0,0%,100%,.95);border:1px solid #f5d7d7;color:#c75e5e;font-size:11px;font-weight:600}.search-header .search-list-section .card-meta{display:flex;align-items:center;gap:14px;margin-top:10px}.search-header .search-list-section .card-meta>div{background-color:#f5f5f5;border-radius:6px;padding:3px 6px;font-size:11px;color:#6d6f72}.search-header .search-list-section .card-distance,.search-header .search-list-section .card-rating{display:flex;align-items:center;gap:4px}.search-header .search-list-section .card-stars{display:none}.search-header .search-list-section--recommended{margin-top:8px}@media(max-width:1024px){.search-header .container .search-top-row .search-right{width:100%!important;height:600px!important}.search-header .container .search-top-row .search-left{width:100%!important;max-width:100%!important}.search-header .container{align-items:center;padding:12px 10px 0}.search-header .container .search-top-row{flex-direction:column;width:100%}.search-header .container .search-left{order:2;width:100%;padding:10px}.search-header .container .search-right{order:1;width:100%;height:600px}.search-header .container .search-right .search-map{width:100%!important;height:100%!important}.search-header .search-fun-places{margin:16px 10px 0}.search-header .search-list-section{margin:0 10px;width:calc(100% - 20px)}.search-header .search-list-section__title{font-size:32px}}@media(max-width:768px){.search-header .container{flex-direction:column}.search-header .search-fun-places__title{font-size:28px}.search-header .search-fun-places__card{flex-basis:240px}.search-header .search-list-section__title{font-size:26px}}