.main { display: flex; background-color: var(--Scandic-Brand-Warm-White); min-height: 100dvh; flex-direction: column; max-width: var(--max-width-page); margin: 0 auto; } .header { padding: var(--Spacing-x3) 0 var(--Spacing-x2); } .headerContent { max-width: var(--max-width-page); margin: 0 auto; display: flex; flex-direction: column; gap: var(--Spacing-x2); } .headerContent nav { display: none; } .cityInformation { display: flex; flex-wrap: wrap; gap: var(--Spacing-x1); align-items: baseline; } .sorter { display: none; } .sideBar { display: flex; flex-direction: column; } .sideBarItem { display: none; } .link { display: none; } .buttonContainer { display: flex; gap: var(--Spacing-x2); margin-bottom: var(--Spacing-x3); } .button { flex: 1; } .hotelList { flex: 1; display: flex; flex-direction: column; gap: var(--Spacing-x3); } .filter { display: none; } .skeletonContainer .title { margin-bottom: var(--Spacing-x3); } @media (min-width: 768px) { .main { padding: var(--Spacing-x5) 0; flex-direction: row; gap: var(--Spacing-x5); flex-wrap: wrap; } .headerContent { display: block; } .header { background-color: var(--Base-Surface-Subtle-Normal); padding: var(--Spacing-x4) 0 var(--Spacing-x3); } .headerContent nav { display: block; max-width: var(--max-width-navigation); padding: 0; } .sorter { display: block; width: 339px; } .title { margin: var(--Spacing-x3) auto 0; display: flex; max-width: var(--max-width-navigation); align-items: center; justify-content: space-between; } .sideBar { max-width: 340px; } .sideBarItem { display: block; } .filter { display: block; } .link { display: flex; padding-bottom: var(--Spacing-x6); } .mapContainer { display: flex; flex-direction: column; background: var(--Base-Surface-Primary-light-Normal); border-radius: var(--Corner-radius-Medium); border: 1px solid var(--Base-Border-Subtle); } .buttonContainer { display: none; } .skeletonContainer .title { margin-bottom: 0; } .skeletonContainer .sideBar { gap: var(--Spacing-x3); } .skeletonContainer .breadcrumbs { margin: 0 auto; max-width: var(--max-width-navigation); } }