/*
Theme Name: Salient Child
Theme URI: http://example.com
Description: Child theme pentru Salient Theme
Author: Numele tau
Author URI: http://example.com
Template: salient
Version: 1.0.0
*/

/* ===== Stil mobil pentru titlu și body articole ===== */
@media only screen and (max-width: 768px) {

    /* Titlu articol mobil */
    .single-post .entry-title {
        font-size: 24px !important; /* ajustează după preferință */
        line-height: 1.2 !important;
    }

    /* Body articol mobil */
    .single-post .post-content {
        font-size: 16px !important; /* ajustează după preferință */
        line-height: 1.5 !important;
    }

    /* Eliminare shadow / caseta implicită */
    .single-post .post-inner,
    .single-post .container {
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
    }
}