#plmpx-festival-map {
    height: 100%;
    width: 100%;
    min-width: 320px;
    min-height: 300px;
    position: relative;
}

.plmpx-festival-map-building-label {
    background-color: #000000;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    position: relative;
}

.plmpx-festival-map-coffee-label {
    background-color: #a8a9ad;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.plmpx-festival-map-coffee-label > svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    fill: #ffffff;
}

.plmpx-festival-map-area-label {
    background-color: #fa94cd;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
    position: relative;
}

.plmpx-festival-map-area-label::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fa94cd;
}

.plmpx-festival-map-title-label {
    background: #9d228d;
    background: linear-gradient(to right, #9d228d, #de128e);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    position: relative;
}

/*CMS-2331*/
#plmpx-festival-map .view-link > a {
    font-size: 12px;
}