.hotels{display:grid;grid-template-columns:repeat(auto-fill,minmax(365px,1fr));gap:1rem;padding:0}@media(max-width:575.98px){.hotels{grid-template-columns:1fr}}.hotels>li{display:flex;flex-direction:column;list-style-type:none;border:1px solid var(--color-text);border-radius:1rem;overflow:hidden;background-color:var(--color-text-contrast)}.hotels>li>.hotel-type{text-align:center;padding:.5rem;font-weight:700}.hotels>li.official>.hotel-type{background-color:var(--color-primary);color:#fff}.hotels>li.nearby>.hotel-type{background-color:color-mix(in oklab,var(--color-text),white 90%)}.hotels>li>.hotel-body{flex-grow:1;padding:1rem}.hotels>li>.hotel-body>:last-child{margin-bottom:0}.hotels>li>.hotel-footer{padding:0 1rem 1rem}.hotels>li table{width:100%}.hotels>li table .hotel-rate{text-align:right}.hotels>li .btn{display:block;width:100%;text-align:center}
