/* SEXYHOUSE SINGLE ADVERTISEMENT CSS */
#sh-announcement {
    text-align: center;
    padding: 20px 16px;
    color: #c0607a;
    font-size: 18px;
    line-height: 1.8;
    border-bottom: 1px solid #3a1a25;
    background-color: #161616;
}
.sh-location-section { padding: 30px 0; border-bottom: 1px solid #2a2a2a; }
.sh-location-title { text-align: center; margin-bottom: 20px; }
.sh-location-title h1 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px solid #c0607a;
}
.sh-card-link { text-decoration: none; color: inherit; display: block; }
.sh-card-link:hover { text-decoration: none; color: inherit; }
.sh-card {
    background-color: #242424;
    border: 1px solid #3a1a25;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}
.sh-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(192,96,122,0.35);
}
.sh-card-img-wrap { width: 100%; overflow: hidden; aspect-ratio: 3/4; }
.sh-card-img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top;
    display: block; transition: transform 0.3s;
}
.sh-card:hover .sh-card-img { transform: scale(1.04); }
.sh-card-body { padding: 8px 10px 10px; }
.sh-card-name { color: #f0f0f0; font-weight: 600; font-size: 18px; margin-bottom: 3px; }
.sh-card-teaser {
    color: #c0607a; font-size: 16px; margin: 0;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ---- CONTACT SECTION ---- */
#sh-contact-section {
    padding: 30px 0 50px;
    border-top: 1px solid #2a2a2a;
}

.sh-contact-card {
    cursor: default;
}
.sh-contact-card .sh-card-img-wrap {
    aspect-ratio: unset;
    height: auto;
}
.sh-contact-card .sh-card-img {
    height: auto;
    object-fit: contain;
}
