.wrapper { padding-bottom: var(--Spacing-x3); } .roomList { list-style: none; display: grid; grid-template-columns: 1fr; gap: var(--Spacing-x3); } .roomList > li { width: 100%; } .roomList input[type="radio"] { opacity: 0; position: fixed; width: 0; } .roomList { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }