

.room-thumbnail {
    background-color: var(--white);
    margin-bottom: var(--line-height-em);
}

.room-thumbnail__picture {
    width: 100%;
    height: 160px;
    background-color: var(--gray);
}

.room-thumbnail__padding {
    padding: var(--line-height-em) 1em;
}

.room-thumbnail__name {
    font-weight: var(--fw-medium);
    margin-bottom: 0;
}

.room-thumbnail__name a {
    text-decoration: none;
}

.room-thumbnail__number {
    margin-bottom: 0;
}