/*
 Theme Name:   Industrie Child
 Theme URI:    https://demo.rstheme.com/wordpress/industrie/
 Description:  Industrie Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     industrie
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/* =============================================
   Blog - 2 kolumny wpisów + prawy sidebar
   ============================================= */

/* Odstęp dolny między wpisami w siatce */
#rs-blog .mb-30 {
    margin-bottom: 30px;
}

/* Wyrównana wysokość kart wpisów */
#rs-blog .col-sm-6 .blog-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#rs-blog .col-sm-6 .full-blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#rs-blog .col-sm-6 .title-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#rs-blog .col-sm-6 .blog-button {
    margin-top: auto;
}

/* Skrócony opis przy 2 kolumnach */
#rs-blog .col-sm-6 .blog-desc {
    font-size: 14px;
}

/* Responsive: na małych ekranach 1 kolumna */
@media (max-width: 575px) {
    #rs-blog .col-sm-6 {
        width: 100%;
    }
}