.feature_img_fea img {
    width: 100% !important;
    height: 300px !important;
    border-radius: 18px;
}
.location-text {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature-deals-bx .grid-layout .deal-img-area img{
    width: 100% !important;
    height: 300px !important;
    min-width: unset;
    border-radius: 14px;
    object-fit: cover;
}
body.site-screen-blocked {
    overflow: hidden;
    user-select: none;
}

.similar-deals-slider-row .feature_img img {
    width: 100%;
    height: 350px;
}

body.site-screen-blocked::before {
    content: "";
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 234, 234, 0.92);
    z-index: 2147483646;
    cursor: not-allowed;
    pointer-events: all;
}

body.site-screen-blocked::after {
    content: "Access to and use of this website is restricted to individuals who are at least 21 years of age.";
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2147483647;
    transform: translate(-50%, -50%);
    padding: 16px 24px;
    border-radius: 8px;
    background: #111;
    color: #dfd7d7;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    pointer-events: none;
}
