/* ==========================================================================
   SOLD (SATILDI) DURUMU İÇİN ÖZEL STİLLER - ARCHITECT KANKA
   ========================================================================== */

/* 1. PORTFÖY LİSTESİ: Resim Üzerine Çapraz Damga */
.property-sold-overlay {
    position: relative;
    overflow: hidden;
}

.property-sold-overlay::before {
    content: "SATILDI";
    position: absolute;
    top: 20px;
    right: -35px;
    background-color: #d9534f;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 40px;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    letter-spacing: 1px;
    font-family: sans-serif;
}

.property-sold-overlay img {
    filter: grayscale(30%) blur(1px);
    opacity: 0.8;
}

/* 2. İLAN İÇERİĞİ: Başlık ve Fiyat Üzerini Çizme */
.property-sold-title,
.property-sold-price {
    text-decoration: line-through red 2px !important;
    color: #888 !important;
    position: relative;
}

.property-sold-price::after {
    content: " (İlan Aktif Değildir)";
    font-size: 12px;
    color: red;
    text-decoration: none !important;
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
}

/* ========================================================================== 
   KARŞILAMA MESAJI (YORUM KAPATILDI) 
   ========================================================================== */

/* --- DANIŞMAN PROFİL RESİMLERİNİ EŞİTLEME --- */

.agent-item .image img, 
.box-agent .image img, 
.tf-agent .image img,
.agent-card .image img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover !important;
    object-position: center top !important;
}

.agent-item .image .avatar, 
.box-agent .image .avatar,
.tf-agent .image .avatar,
.agent-card .image .avatar,
.agent-item .image > span,
.box-agent .image > span {
    width: 100% !important;
    height: 320px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
}