.accommodation-search-form{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:max-content;justify-content:center;width:100%;transition:all .3s ease-in-out;bottom:0;left:50%;height:fit-content}@media screen and (max-width:1023px){.accommodation-search-form{grid-template-columns:repeat(2,1fr);max-width:auto;gap:4px;width:100%;height:calc(100% + var(--header-height));grid-template-rows:1fr}.accommodation-search-btn,.location-search{grid-column:span 2}}@media screen and (min-width:1024px){.accommodation-search-btn{background-color:#ffffff;height:64px;padding-inline:12px}.accommodation-search-btn button{height:40px}.dark{.accommodation-search-btn{background-color:#150321}}}@media screen and (max-width:640px){.accommodation-search-form{grid-template-columns:1fr}.accommodation-search-btn,.location-search{grid-column:1}}@keyframes fadeInWelcomeText{0%{opacity:0}to{opacity:1}}