.arrow-icon {
    width: 14px;
    height: 14px;
}

    .arrow-icon > div {
        margin-left: -1px;
        margin-top: -3px;
        transform-origin: center center;
        font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    }

.leg-caption {
    float: right;
    text-align: left;
    width: 38%;
}


.markerSelected {
    transform: scale(1.5);
    filter: drop-shadow(0px 0px 15px rgba(0,0,0, 0.5));
  }

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
    gap: 5px;
    grid-auto-flow: dense;
}

.grid-item {
    width: 100%;
}

.grid-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.image-container {
    position: absolute;
    left: 65%;
    top: 0%;
    width: 35%;
}

.viewer-model {
    position: relative;
}

.map {
    width: 900px;
    height: 580px;
    display: inline-block;
}

.controls {
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.controls-button {
    font-size: 22px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

/* CSS */
:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
  }
  @supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, sans-serif; }
  }

