/*
    Theme Name: Blogar Child
    Theme URI: http://axilthemes.com/themes/blogar
    Template: blogar
    Description: Blogar is a premium and trendy News, Magazine and Blog WordPress Theme with super flexible and fully responsive design.
    Author: Axilthemes
    Author URI: http://axilthemes.com
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: blogar
    Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
    This theme, like WordPress, is licensed under the GPL.
*/
.header-ad-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0 30px;
    position: relative;
    z-index: 100;
}

.header-ad-inner {
    position: relative;
    display: inline-block;
}

.header-ad-label {
    position: absolute;
    top: -12px;
    left: 0;
    color: #888888;
    font-family: sans-serif;
    font-size: 8px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    opacity: 0.8;
    pointer-events: none;
}


/* Tło obrazkowe dla szarego paska */
.axil-breadcrumb-area.breadcrumb-style-1 {
    background-image: url('https://nowoczesneprawopracy.pl/wp-content/uploads/2026/02/bg_tittle.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0; /* możesz zmniejszyć lub zwiększyć */
    position: relative;
    z-index: 1;
}

/* Opcjonalne przyciemnienie tła, żeby tekst był czytelny */
.axil-breadcrumb-area.breadcrumb-style-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25); /* 0.25 = delikatne przyciemnienie */
    z-index: -1;
}
