﻿/* Styles extracted from <style> blocks in Details.cshtml */


.tag[title] {
    position: relative;
    cursor: help;
}

    .tag[title]:hover::after {
        content: attr(title);
        position: absolute;
        bottom: 100%;
        right: 0;
        background: rgba(0,0,0,0.8);
        color: #fff;
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 4px;
        white-space: nowrap;
    }

#map {
    height: 350px;
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 600px) {
    .section {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .container {
        padding-left: 1px !important;
        padding-right: 1px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .box, .notification {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}


/* Classes generated from inline style attributes */


.ex-style-1 {
    width: 100%;
    height: 100%;
    border: 0;
}

.ex-style-2 {
    object-fit: cover;
    width: 100%;
}

.ex-style-3 {
    height: 80px;
}

.ex-style-4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ex-style-5 {
    display: block;
}

.ex-style-6 {
    object-fit: cover;
}
.similar-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .similar-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }

    .similar-card img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.price-badge {
    display: inline-block;
    margin: 2px 4px;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.8rem;
    background: #3273dc; /* آبی Bulma */
    color: #fff;
}

    .price-badge.is-warning {
        background: #ffdd57;
        color: #000;
    }

    .price-badge.is-success {
        background: #48c774;
        color: #fff;
    }
.similar-card .property-specs span {
    text-decoration: none !important;
}
.title1 {
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: 900;
}
.title2 {
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: 800;
}