.hotspot-widget {
    position: relative;
    display: inline-block;
}

.hotspot-widget .main-image {
    width: 100%;
    display: block;
}

.hotspot-widget .hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.hotspot-widget .hotspot-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -83%);
    display: none;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.hotspot-widget .hotspot-popup .popup-image {
    max-width: 450px; 
    max-height: 450px;
    display: block;
    margin: 0 auto;
}

.hotspot-widget .hotspot-popup .popup-link {
    margin-top: 10px;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
