/*
Theme Name: Herrington Child
Theme URI: http://demo.bravisthemes.com/herrington
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description:Herrington is a beautifully handcrafted, pixel perfect business consulting WordPress Theme based on Elementor Page Builder & designed with great attention to details, flexibility and performance. Herrington has stunning styles and elements to help you make a professional website in no time.
Version: 1.0.6
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: herrington
Text Domain: herrington-child
Tags:accountant, advertising, agency, business, company, consulting, corporate, digital agency, digital marketing, finance, insurance, it company, management, seo, startup
Requires at least: 5.8 or Higher
Requires PHP: 7.4.x or Higher
Tested up to: 6.4.1
*/

/* ---------- STYL ZESPOŁU (IZOLOWANY) ---------- */

.zespol-wrapper {
    font-family: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin-top: 30px;
}

.zespol-wrapper h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 40px;
    color: #102b50;
    font-weight: 600;
    width: 100%;
    display: block;
    clear: both;
}

.zespol-lider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.zespol-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.czlonek-zespolu {
    flex: 1 1 calc(50% - 20px);
    min-width: 280px;
    background: #f6f6f6;
    padding: 15px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    height: 100%;
    box-sizing: border-box;
}

.czlonek-zespolu img.authorPhoto {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.authorTxt {
    flex: 1;
    font-family: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.authorTxt .authorName {
    font-weight: 600;
    font-size: 18px;
    color: #102b50;
    margin-bottom: 5px;
}

.authorTxt p {
    margin: 0;
    color: #555;
    font-size: 14px;
    word-break: break-word;
}

@media (max-width: 1024px) {
    .czlonek-zespolu {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 600px


/* Ukryj lead tylko na podstronach członków zespołu */
.single-zespol .pxl-page-title .description {
    display: none !important;
}
