/*
 * HerkesMemnun — Compact Home Welcome
 * --------------------------------
 * Ana sayfada yalnızca tek, kısa marka sloganı gösterilir.
 * Eski başlık ve açıklamalar görünmez.
 */

body .hm-home-page .hm-home-welcome {
    min-height: 46px !important;
    height: 46px !important;
    margin-bottom: 8px !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
}

body .hm-home-page .hm-home-welcome-copy {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
}

body .hm-home-page .hm-home-welcome-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
}

body .hm-home-page .hm-home-welcome-title-line {
    display: none !important;
}

body .hm-home-page .hm-home-welcome-title::before {
    content: "Bakacağız, kim ne kadar memnun?" !important;
    display: block !important;
    color: #0F172A !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap !important;
}

body .hm-home-page .hm-home-welcome-description,
body .hm-home-page .hm-home-welcome-description::before,
body .hm-home-page .hm-home-welcome-description::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 767.98px) {
    body .hm-home-page .hm-home-welcome {
        min-height: 42px !important;
        height: 42px !important;
        margin-bottom: 7px !important;
        padding: 0 11px !important;
    }

    body .hm-home-page .hm-home-welcome-title::before {
        font-size: 15px !important;
    }
}

/*
 * Liste detay sayfası — HerkesMemnun profil görünümü
 * Büyük haber/banner kapağı yerine küçük kurum/firma görseli kullanılır.
 */
body .hm-detail-cover-wrap {
    float: left !important;
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    height: 125px !important;
    min-height: 125px !important;
    max-height: 125px !important;
    margin: 14px 18px 10px 0 !important;
    overflow: hidden !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(20, 40, 68, 0.08) !important;
}

body .hm-detail-cover-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Açıklama küçük profil görselinin yanında aksın. */
body .hm-detail-intro {
    min-height: 125px !important;
    padding-top: 14px !important;
    overflow: hidden !important;
}

/* Sorular / boş durum bölümü profil görselinin altından başlasın. */
body .votes,
body .hm-list-empty-state,
body .hm-list-empty,
body .hm-list-items,
body .hm-detail-content-list {
    clear: both !important;
}

@media (max-width: 767.98px) {
    body .hm-detail-cover-wrap {
        width: 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
        height: 92px !important;
        min-height: 92px !important;
        max-height: 92px !important;
        margin: 11px 12px 8px 0 !important;
        border-radius: 10px !important;
    }

    body .hm-detail-intro {
        min-height: 92px !important;
        padding-top: 10px !important;
    }
}
