/* HVP-PROPERTY-STATUS-01-RV1
   Published Availability Banner + Archive Visibility Authority
   STAGING FIRST
*/

.hvp-property-status-anchor{
    position:relative!important;
}

.hvp-property-status-badge{
    position:absolute;
    top:12px;
    left:12px;
    z-index:12;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:29px;
    padding:0 12px;
    border:1px solid rgba(255,255,255,.72);
    border-radius:999px;
    box-shadow:0 6px 18px rgba(24,45,58,.12);
    color:#fff;
    font-family:"Source Sans 3",Arial,sans-serif;
    font-size:9px;
    font-weight:900;
    letter-spacing:.12em;
    line-height:1;
    text-transform:uppercase;
    pointer-events:none;
}

.hvp-property-status-badge--rented{background:#1d3b4d}
.hvp-property-status-badge--under-offer{background:#a77d43}

.hvp-property-status-badge--detail{
    position:static;
    width:max-content;
    margin:0 0 12px;
    min-height:31px;
    padding:0 13px;
    box-shadow:none;
}

@media(max-width:700px){
    .hvp-property-status-badge{
        top:9px;
        left:9px;
        min-height:26px;
        padding:0 10px;
        font-size:8px;
    }
    .hvp-property-status-badge--detail{margin-bottom:10px}
}
