.detailsButtonContainer{
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.detailsButtonContainer > div{
    position: relative !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    margin-bottom: -1px;
}
.detailsButtonContainer > :not(.detailsButton){
    transform: translateY(-200%) !important;
    transform-origin: top !important;
    transition: transform 0.5s cubic-bezier(1,-0.19,.04,1.34) !important;
}
.detailsButtonContainer > div > div{
    transition: all 0.2s;
}
body.hasHover .detailsButtonContainer > div:hover > div{
    background: var(--colorHover) !important;
    color:var(--colorBlue)!important;
    transition: none;
}
.detailsButtonContainer > .detailsButtonShown{
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.infokitPdfPlaceholder{
    overflow-y:auto !important;
    overflow-x: hidden !important;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.1);
    background-image: var(--loading);
    background-position: center;
    background-repeat: no-repeat;
}

.infokitPdfPlaceholder::-webkit-scrollbar {
	width: 3px;
	background-color: rgba(255, 255, 255, 0.1);
}

.infokitPdfPlaceholder::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}

.infokitPdfPlaceholder::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.5);
}

.infokitPdfPlaceholder iframe{
    border:none;
    width: 100%;
    height: 100%;
}


/* Room Layouts */
.roomLayouts{
    display: flex !important;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: calc(100% - 50px) !important;
    top: 50px !important;
}
.roomLayouts > *{
    position: relative !important;
    left:0 !important;
    top:0 !important;
}
.roomLayouts .ggskin_text{
    width: auto !important;
    height: auto !important;
}
.roomLayouts__name > div{
    font-family: var(--fontSerif);
    font-size: 30px;
    line-height: 1.4;
    text-align: center !important;
    white-space: normal !important;

}
.roomLayouts__header > div{
    font-family: var(--fontNormal);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.roomLayouts__divider{
    margin: 16px 16px 8px;
    flex-shrink: 0;
}

.roomLayouts__thumbs{
    height: auto !important;
    width: calc(100% - 200px) !important;    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap:80px;
    margin-top:49px;
    max-height: calc(100% - 140px);
    overflow-y: auto !important;
    padding-bottom: 1px;
    pointer-events: all !important;
    min-width: 250px;
}
.roomLayoutsItem{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    text-align: center;
    gap:10px;
    pointer-events: all !important;
    cursor:pointer !important;
}
.roomLayoutsThumb{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 130px;
    border:solid 1px #fff;
    box-sizing: border-box;
}


/* Mobile version */
.detailsContainer.mobile .detailsButtonContainer{
    top: 75px !important;
    left: 20px !important;
}

.roomLayoutsOverlayContainer.mobile .roomLayouts__header{
    margin-top:24px;
}
.roomLayoutsOverlayContainer.mobile .roomLayouts__header > div{
    font-size: 18px !important;
}
.roomLayoutsOverlayContainer.mobile .roomLayouts__name > div{
    font-size: 27.5px !important;
}
.roomLayoutsOverlayContainer.mobile .roomLayouts__thumbs{
    gap:16px;
    margin-top: 35px;
}
.roomLayoutsOverlayContainer.mobile .roomLayouts__divider{
    width:163px !important;
    height: 22px !important;
}


.infokitOverlayContainer.mobile .infokitPdfPlaceholder{
    width: calc(100% - 20px) !important;
    left:10px !important;
    height: calc(100% - 110px) !important;
}

/* Mobile version */
/* Room Layouts */