.stay { background-color: var(--Main-Grey-White); border: 1px solid var(--Base-Border-Subtle); border-radius: var(--Corner-radius-Medium); display: grid; overflow: hidden; } .link { text-decoration: none; position: relative; } .stay:hover { border: 1.5px solid var(--Base-Border-Hover); } .image { height: auto; min-height: 220px; object-fit: cover; overflow: hidden; width: 100%; } .footer { color: var(--Scandic-Brand-Burgundy); display: grid; gap: var(--Spacing-x2); margin-top: auto; overflow: hidden; padding: var(--Spacing-x2); width: 100%; } .hotel { margin: 0; overflow: hidden; padding: 0; text-overflow: ellipsis; text-wrap: nowrap; } .date { align-items: center; display: flex; gap: var(--Spacing-x-half); } .loadingcontainer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgb(255 255 255 / 80%); display: flex; align-items: center; justify-content: center; padding-bottom: 70px; }