
.ecm-hq-interactive-image{
    position:relative;
    display:inline-block;
    max-width:100%;
}

.ecm-hq-interactive-image > img{
    display:block;
    max-width:100%;
    height:auto;
}

.ecm-hq-hotspot-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
}

.ecm-hq-hotspot{
    position:absolute;
    z-index:5;
    display:block;
    min-width:12px;
    min-height:12px;
    margin:0;
    padding:0;
    border:2px solid rgba(210,0,0,.70);
    background:rgba(255,255,255,.05);
    border-radius:3px;
    cursor:pointer;
    pointer-events:auto;
    box-sizing:border-box;
}

.ecm-hq-hotspot:hover,
.ecm-hq-hotspot.ecm-active{
    border-width:3px;
    background:rgba(255,220,0,.35);
    box-shadow:0 0 0 2px rgba(255,255,255,.85);
}

.ecm-hq-parts tr.ecm-hq-selected-part td{
    background:#fff3a6 !important;
    font-weight:600;
}
