.srfx-exhibitor-map {
    position: relative;
    width: 100%;
    height: 100%;
}

.srfx-exhibitor-map__viewport {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    touch-action: none;
}

.srfx-exhibitor-map__viewport svg {
    width: 100%;
    height: 100%;
    display: block;
    touch-action: none;
    background-color: var(--wp--preset--color--base);
}

[id^="stand"] {
    cursor: pointer;
}

[id^="stand"]:hover {
    opacity: .8;
}


.srfx-exhibitor-map__controls {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    z-index: 10;
}

.srfx-exhibitor-map__controls button {
    display: flex;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--wp--preset--color--base);
    border: 1px solid var(--wp--preset--color--contrast);
    border-radius: .25rem;
    color: var(--wp--preset--color--contrast);
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.srfx-exhibitor-drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    max-height: 240px;
    background: #fff;
    transition: bottom .3s ease;
    z-index: 100;
}

.srfx-exhibitor-drawer.is-open {
    bottom: 0;
}

.srfx-exhibitor-drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    max-height: 240px;
    background: #fff;
    box-shadow: -10px 0 30px rgba(0,0,0,.15);
    transition: bottom .3s ease;
    z-index: 1000;
    overflow-y: auto;
}

.srfx-exhibitor-drawer.is-open {
    bottom: 0;
}

.srfx-exhibitor-drawer__close {
    display: flex;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0;
    right: 0;
    font-size: 1rem;
    background-color: transparent;
    color: var(--wp--preset--color--contrast);
    font-size: var(--wp--preset--font-size--large) !important;
    border: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.srfx-exhibitor-drawer__content {
    padding: 1rem;
}

.srfx-exhibitor-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.srfx-exhibitor-list li,
.srfx-exhibitor-list li a {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0rem;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

    .srfx-exhibitor-list li div {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 0.25rem;
    }

    .srfx-exhibitor-list li div span:first-child {
        font-family: var(--wp--preset--font-family--dm-serif-display);
        font-size: var(--wp--preset--font-size--large) !important;
    }

    .srfx-exhibitor-list li div span + span {
        font-size: var(--wp--preset--font-size--base) !important;
        font-weight: 500;
    }

.srfx-exhibitor-list img {
    width: 4rem;
    height: 4rem;
    padding: 0.5rem;
    bottom: 1rem;
    left: 1rem;
    background-color: var(--wp--preset--color--base);
    border: 2px solid var(--wp--preset--color--contrast);
    border-radius: 1.5rem;
    object-fit: contain;
    z-index: 1;
}
