/* 4-Dec-26 */

.img-partner2026 {
  transform: translateY(.5em);
}

.partner2026 {
	background-color: white;
	text-align: center;
	padding: .5rem 1rem; margin-bottom: 2.5rem;
	border: 1px solid;
    border-color: #E1C9E2C7 !important;
	border-radius: 4rem;
    box-shadow: 0 3px 8px 0 #00000038;
}

/*
.boothwraper {
    height: 100%; width: 100%;
    position: relative;
    display: inline-flex;
    margin-left: -3rem;
    margin-top: -.45rem;
}
*/

.boothwraper svg {
    height: 100%; width: 100%;
}

.boothwraper > .boothset {
    position: absolute;
    display: inline-flex;
    /* top: 0; bottom: 0; left: 0; */
    right: 0;
    /*  align-items: end; */
    justify-content: end;
    margin-right: 1rem;
}


.boothwraper > .boothset .booth {
    position: absolute !important; 
	font-size: .9rem; 
    transform: translateY(-.5rem);
    display: inline-flex; align-items: baseline;   
}

.boothwraper > .boothset .booth::before {
    content: "Booth"; color: #650d32; margin-right: 3px; 
}

.boothwraper > .boothset .booth span {
	display: inline-flex;
	width: 64px; height: 64px; border-radius: 14px;
    color:#fff; background: gray;
    font-size:1.3rem; font-weight: 800;
    justify-content: center; align-items: center;
}