.mh-catalog[data-mh-catalog] > .mh-house-promo {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: var(--mh-surface, #fff);
    border: 1px solid var(--mh-border, #f0d6e0);
    border-radius: 12px;
    grid-column: span 1;
}

.mh-house-promo-link {
    display: block;
    color: inherit;
    text-decoration: none;
    min-width: 0;
    max-width: 100%;
}

.mh-house-promo-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    background: #f4e8ed;
    overflow: hidden;
}

.mh-house-promo-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.mh-house-promo-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f7dde7, #fff4f8);
    color: #8a5a6c;
    font-size: 13px;
}

.mh-house-promo-label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: 3px 9px;
    border-radius: 999px;
    background: var(--mh-pink, #d85f93);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.mh-house-promo-body {
    padding: 10px 12px 12px;
    min-width: 0;
}

.mh-house-promo-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    word-break: break-word;
}

.mh-house-promo-desc {
    margin: 6px 0 0;
    font-size: 13px;
    color: var(--mh-muted, #6b5a62);
    word-break: break-word;
}

.mh-house-promo-cta {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--mh-pink, #d85f93);
}

@media (max-width: 900px) {
    .mh-catalog[data-mh-catalog] > .mh-house-promo {
        max-width: 100%;
    }
}
