/* BikeTripBNB - usa o .loc-photo original do card */

.btbnb-card-photo-only,
.btbnb-loc-card-media,
.btbnb-card-cover-inline,
.btbnb-host-card-photo {
    display: none !important;
}

.loc-photo {
    position: relative;
    background:
        radial-gradient(circle at 75% 20%, rgba(224,132,28,.22), transparent 34%),
        linear-gradient(135deg, #171717, #2b2b2b);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.loc-photo.has-main-photo {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.loc-photo .loc-hand-fallback {
    position: absolute;
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
    object-fit: contain;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loc-photo .loc-badge {
    position: relative;
    z-index: 2;
}
