@keyframes fadeScaleDown{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.stay-type-interface .sub-interface-title{font-size:18px;font-weight:700;color:#1a2231;margin-bottom:25px}.stay-type-interface .stay-type-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;width:100%}.stay-type-interface .stay-type-button{padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:230px;border:1px solid #ddd;cursor:pointer;border-radius:10px;transition:all .2s ease;position:relative}.stay-type-interface .stay-type-button.selected{background-color:#f8f9fa;border:1px solid #0072f4}.stay-type-interface .stay-type-button:hover{background-color:#f8f9fa}.stay-type-interface .stay-type-button.selected:after{content:"";position:absolute;top:7px;right:7px;width:17px;height:17px;border-radius:50%;background-image:url(/_next/static/media/check.fa2b3039.svg);background-size:15px;background-position:50%;background-repeat:no-repeat}.stay-type-interface .stay-type-button .stay-type-icon{height:45px;width:auto;margin-bottom:20px}.stay-type-interface .stay-type-button h5{color:#2c3952;font-size:18px;margin-bottom:10px;text-align:center}.stay-type-interface .stay-type-button p{max-width:100%;font-size:15px;color:#666;text-align:center}