/* Actualizare 100 — override final pentru tipografia firmelor pe mobil.
   Fișierul este încărcat după stilurile specifice fiecărei pagini. */

/* Numele firmelor păstrează dimensiunea existentă pe desktop. */
.ho-company-card h3,
.ho-company-card h3 a,
.company-card-top h3,
.company-card-top h3 a,
.company-list-item__title,
.company-list-item__title a {
    font-weight: 600 !important;
}

/* Statistici profil și informații de contact — valori cerute pe toate ecranele. */
body.company-profile-modern .company-facts > span > span > small {
    font-size: 12px !important;
    font-weight: 400 !important;
}

body.company-profile-modern .company-facts > span > span > strong {
    font-size: 14px !important;
    font-weight: 600 !important;
}

body.company-profile-modern .company-contact-list strong,
body.company-profile-modern .company-location-map__heading strong,
body.company-profile-modern .company-location-map__heading a {
    font-size: 13px !important;
    font-weight: 700 !important;
}

body.company-profile-modern .company-contact-list small,
body.company-profile-modern .company-location-map > p {
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* Mobil: selector final și prioritar pentru toate variantele de card de firmă. */
@media screen and (max-width: 820px) {
    html body .ho-company-card h3,
    html body .ho-company-card h3 a,
    html body .company-card-top h3,
    html body .company-card-top h3 a,
    html body .companies-directory .companies-results-list .company-list-item .company-list-item__title,
    html body .companies-directory .companies-results-list .company-list-item .company-list-item__title > a {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
    }

    body.company-profile-modern .company-facts > span > span > small {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    body.company-profile-modern .company-facts > span > span > strong {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    body.company-profile-modern .company-contact-list strong,
    body.company-profile-modern .company-location-map__heading strong,
    body.company-profile-modern .company-location-map__heading a {
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    body.company-profile-modern .company-contact-list small,
    body.company-profile-modern .company-location-map > p {
        font-size: 12px !important;
        font-weight: 400 !important;
    }
}
