/* Ad map: live-page screenshot with a clickable hotspot on each ad slot */
.oa-ad-map{
    position: relative;
    border: 1px solid #aeaeae;
}
.oa-ad-map img{
    display: block;
    width: 100%;
}
.oa-ad-hotspot{
    position: absolute;
    display: block;
    padding: 0;
    border: 2px solid #b51010;
    border-radius: 0;
    background: rgba(181, 16, 16, 0.08);
    cursor: pointer;
    transition: background-color .15s, box-shadow .15s;
}
.oa-ad-hotspot:hover, .oa-ad-hotspot:focus, .oa-ad-hotspot.active{
    outline: none;
    background: rgba(181, 16, 16, 0.28);
    box-shadow: 0 0 0 3px rgba(181, 16, 16, 0.35);
}
.oa-ad-hotspot-label{
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 4px;
    border: 1px solid #b51010;
    color: black;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
}
.table-ad-rate tr.oa-row-highlight td{
    box-shadow: inset 0 0 0 999px rgba(181, 16, 16, 0.15);
}
