﻿header{grid-area:header;position:-webkit-sticky;position:sticky;top:0;transform:none!important}footer{grid-area:footer}aside{background-color:var(--color-bg-l1);grid-area:aside;height:calc(100dvh - var(--header-height));overflow:hidden;position:-webkit-sticky;position:sticky;top:var(--header-height);width:100%}main{grid-area:main;height:auto;min-height:1000px;width:100%}.page-searchstate{--main-width:320px;display:grid;grid-template-areas:"header header " "aside main " "aside footer";height:100%;transition:grid-template-columns .5s ease-in-out;width:100%}@media screen and (orientation:landscape){.page-searchstate{grid-template-columns:minmax(0,100%) minmax(400px,50%);grid-template-rows:var(--header-height) auto auto}}@media screen and (orientation:portrait){.page-searchstate{grid-template-columns:0 minmax(320px,100%);grid-template-rows:var(--header-height) auto auto}}.page-searchstate .mvt-listproperty .mvt-shifter{padding-left:0;padding-right:0}.page-searchstate .mvt-listproperty .mvt-shifter-list>:last-child{margin-right:var(--mvt-shifter-gap)}.search-table{-ms-overflow-style:none;overflow-x:auto;overflow:-moz-scrollbars-none;scrollbar-width:none;width:100%}.search-table::-webkit-scrollbar{display:none}.search-table thead span{white-space:nowrap}.search-table a+i{transform:scale(1.3)}.search-table tbody,.search-table tbody tr,.search-table tfoot,.search-table tfoot tr,.search-table thead,.search-table thead tr{display:contents}.search-table tfoot td{left:0;position:-webkit-sticky;position:sticky}.search-table tbody td,.search-table tbody th,.search-table thead td,.search-table thead th{border-bottom:1px solid var(--color-border-l1);padding-bottom:var(--g1)}.search-table tbody tr td:first-child{align-items:center;display:flex;gap:var(--gxs);justify-content:flex-start;white-space:nowrap}.search-table td,.search-table th{align-self:end;display:block;text-align:left;white-space:wrap}.search-table:not(.show-all) tbody>tr:nth-child(n+11){display:none}.search-table:not(.show-all) tfoot button>i{transform:rotate(180deg)}.search-table thead th{word-wrap:break-word;font-weight:var(--font-weight-bold);overflow-wrap:break-word;white-space:normal;word-break:break-word}.search-table table{display:grid;gap:var(--g1) 0}@media screen and (max-width:991px){.search-table table{grid-template-columns:repeat(4,auto)}.search-table table thead th:first-child{display:none}.search-table table td:first-child{border-bottom:none;grid-column:1/-1;padding-bottom:0}}@media screen and (min-width:992px){.search-table table{grid-template-columns:auto repeat(4,fit-content(20%))}.search-table table tr td:nth-child(n+2),.search-table table tr th:nth-child(n+2){padding-left:var(--g1);padding-right:var(--g1);text-align:right}}.page-map .map-button{position:absolute;right:var(--g2);top:var(--g2);z-index:2}.page-map .mvt-newmap{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.nearby-cities .mvt-shifter{--mvt-shifter-width:285px}.nearby-cities .mvt-shifter .panel-card{--panel-card-y:var(--gxs);--panel-card-img-height:64%;box-shadow:inset 0 0 0 1px var(--color-bg-l1),0 1px 8px rgba(0,0,0,.1);margin-bottom:var(--g2)}.nearby-cities .mvt-shifter .panel-card .btn-switch{bottom:0;position:absolute;right:0;transform:translateY(50%);z-index:3}@media screen and (orientation:portrait){.nearby-cities .mvt-shifter .panel-card .btn-switch{display:none!important}}.panel-explore{display:grid;gap:var(--g2);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:var(--g3)}.panel-explore .panel-card{padding:var(--g4)}.panel-explore .panel-card>a{margin-top:auto}