.hero-banner img{
    width:100%;
    display:block;
}
.container-header,
.container-header .grid-child,
.container-header .navbar,
.container-header .container-nav,
.container-header nav,
.container-nav {
    background-color: #0e4262 !important;
    background-image: none !important;
}
/* Przyciski */

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #be691e !important;
    border-color: #f3e7d9 !important;
    color: #ffffff !important;
}


.com-content-category-blog__items {
    align-items: stretch;
}

.com-content-category-blog__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.com-content-category-blog__item .item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.com-content-category-blog__item .readmore,
.com-content-category-blog__item .btn {
    margin-top: auto;
}

.com-content-category-blog__item figure.item-image {
    margin: 0;
    overflow: hidden;
}

.com-content-category-blog__item figure.item-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

/* AKTUALNOŚCI - równe zdjęcia i kafelki */

.com-content-category-blog__items.columns-3 {
    align-items: stretch;
}

.com-content-category-blog__item.blog-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.com-content-category-blog__item figure.item-image {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.com-content-category-blog__item figure.item-image img,
.com-content-category-blog__item > img.img-fluid {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.com-content-category-blog__item .item-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 15px;
}

.com-content-category-blog__item .readmore,
.com-content-category-blog__item .btn,
.com-content-category-blog__item .readmore-link {
    margin-top: auto;
}


h3.article-title {
 font-size: 20px !important;
    line-height: 1.2 !important;
    margin: 15px 0 !important;
}

h3.article-title a {
    color: #4a2917 !important;
    text-decoration: none !important;
}

h3.article-title a:hover {
    color: #be691e !important;
}

.top-icons{
    width:100%;
}

.top-links{
    display:flex;
    justify-content:flex-end;
    width:100%;
    gap:4px;
    margin-bottom:20px;
    margin-top:-80px;
}

.top-links img{
    height:30px;
    width:auto;
    display:block;
}

@media (max-width: 768px) {

    .top-icons{
        display:none;
    }

}
/* Trzy pola nad breadcrumb */
.sosw-quick-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin: 22px 0;
}

.sosw-quick-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 18px 24px;

    background: #7f3f95;
    border: 2px solid #bd741d;
    border-radius: 5px;

    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

/* Drugie pole – zielone */
.sosw-quick-link:nth-child(2) {
    background: #008830;
}

.sosw-quick-link:hover,
.sosw-quick-link:focus {
    background: #c96f0d;
    border-color: #bd741d;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.18);
}

.sosw-quick-link:focus-visible {
    outline: 3px solid #111111;
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .sosw-quick-links {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sosw-quick-link {
        min-height: 70px;
    }
}



/* Stopka */
.container-footer,
.footer,
footer {
    background-color: #0e4262 !important;
    background-image: none !important;
}