/* Add Listing location only: preserve Listeo geolocation behaviour and move its existing trigger into the mobile helper field. */
@media (max-width: 640px) {
    body.rsh-account-skin-add-listing #dashboard #_address_wrapper {
        position: relative !important;
    }

    body.rsh-account-skin-add-listing #dashboard #_address_wrapper > a {
        position: absolute;
        z-index: 3;
        top: auto;
        right: 12px;
        bottom: 13px;
        display: inline-flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 0;
        transform: none;
        border: 1px solid rgba(92, 157, 102, 0.8);
        border-radius: 8px;
        background: rgba(173, 231, 177, 0.94);
        color: #175622;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    }

    body.rsh-account-skin-add-listing #dashboard #_address_wrapper > a:hover,
    body.rsh-account-skin-add-listing #dashboard #_address_wrapper > a:focus-visible {
        background: #bdf1c1;
        color: #0d4318;
    }

    body.rsh-account-skin-add-listing #dashboard #_address_wrapper .type-and-click-btn {
        position: relative;
        min-height: 58px;
        margin-top: -19px;
        padding: 16px 64px 16px 20px;
        line-height: 1.35;
    }
}
