.holderCampus {
    display:flex;
    flex:1 0 272px;
}
.legend {
    width:272px;
    padding-top:64px;
    display:flex;
    flex:1 0 272px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--purple);
}
.campus {
    position: relative;
}
.campus .map {
    width:100%;
    height:100%;
    object-fit: cover;
    display: block;
}
#map-tooltip {
    position: absolute;
    display: none;
    padding: 6px 10px;
    background: rgba(50,63,86,.85);
    border:1px solid #FFF;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 9999;
    white-space: nowrap;
}
.campus .marker {
    position: absolute;
    transform: translate(-50%, -50%);
}
.campus .marker:hover {
    cursor: pointer;
}
.campus .marker img {
    width:22px;
    height:auto;
    display:block;
}
.campus-list {
    list-style: none;
    padding-left: 0;
    text-transform: uppercase;
    color:#FFF;
    margin-bottom:64px;
}

.campus-list li {
    padding-left: 40px;
    min-height: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
}

.marker.camp1 {left: 41%;top: 72.5%;}
.campus-list li:nth-child(1) {
    background-image: url('/wp-content/uploads/2026/06/number1.png');
}

.marker.camp2 {left: 45.5%; top: 54.5%;}
.campus-list li:nth-child(2) {
    background-image: url('/wp-content/uploads/2026/06/number2.png');
}

.marker.camp3 {left: 58%; top: 34.5%;}
.campus-list li:nth-child(3) {
    background-image: url('/wp-content/uploads/2026/06/number3.png');
}

.marker.camp4 {left: 52%; top: 40.5%;}
.campus-list li:nth-child(4) {
    background-image: url('/wp-content/uploads/2026/06/number4.png');
}

.marker.camp5 {left: 48.5%; top: 17%;}
.campus-list li:nth-child(5) {
    background-image: url('/wp-content/uploads/2026/06/number5.png');
}

.marker.camp6t {left: 85.5%; top: 14.5%;}
.marker.camp6b {left: 89.5%; top: 34%;}
.campus-list li:nth-child(6) {
    background-image: url('/wp-content/uploads/2026/06/number6.png');
}

.marker.camp7 {left: 17.5%; top: 40.5%;}
.campus-list li:nth-child(7) {
    background-image: url('/wp-content/uploads/2026/06/number7.png');
}

@media (max-width: 1105px) {
    .marker.camp6t {left: 88.5%; top: 14.5%;}
    .marker.camp6b {left: 92.5%; top: 34%;}
    .marker.camp7 {left: 14.5%; top: 40.5%;}
}
@media (max-width: 1000px) {
    .holderCampus {
        flex-direction: column;
    }
    .legend {
        width:100%;
    }
    .campus-list {
        column-count: 2;
    }
    .marker.camp6t {left: 85.5%; top: 14.5%;}
    .marker.camp6b {left: 89.5%; top: 34%;}
    .marker.camp7 {left: 17.5%; top: 40.5%;}
}