.single-wraper {
    max-width: 1560px;
    margin: 0 auto;
    padding: 30px;
}

.post-template-single-custom  strong {
    font-weight: 600;
}


/* HERO SECTION */
.hero-single {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: stretch;
    margin: 40px 0 40px;
}

/* Lewa kolumna - obrazek */
.hero-img {
    flex: 0 0 40%;
    display: flex;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Prawa kolumna - treść */
.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hero-content h1 {
    color: #bf1f21;
    font-weight: 700;
    margin-bottom: 15px !important;
    font-size: 38px!important
}

/* Breadcrumbs */
#breadcrumbs {
    color: #1d316c;
    margin-top: 30px;
    font-size: 24px
}

#breadcrumbs a {
    color: #bf1f21;
}

/* Spis treści (TOC) */
.st-toc__title {
    color: #bf1f21;
    font-size: 26px;
}

.st-toc__list {
    padding-left: 5px;
}

.st-toc__list li {
    font-size: 20px;
}

.st-toc__list a {
    color: #1d316c;
    font-weight: 600;
}

.single-wraper .st-toc {
    padding: 0;
    border: none;
}

.single-wraper hr{
    margin: 40px 0;
}

.single-wraper .post-meta p{
    font-size: 22px!important;
    margin-bottom: 4px
}
.single-wraper .post-meta p span {
    font-weight: 600 !important;
}

.single-wraper .entry-content p,
.single-wraper .entry-content li{
    font-size: 24px!important;
}


.single-wraper .entry-content h2{
    font-weight: 700!important;
    margin: 20px 0;
    color: #1d316c;
}


.single-wraper .entry-content h3{
    font-weight: 700!important;
    font-size: 30px!important;
    margin: 20px 0 !important;
    color: #1d316c;
}


.single-wraper .entry-content h4{
    font-weight: 700!important;
    margin: 20px 0;
    color: #1d316c;
}

.single-wraper .entry-content p{
    margin-bottom: 20px
}

/* Responsywność */
@media (max-width: 1024px) {
    .hero-single {
        flex-direction: column;
    }
    .hero-img {
        flex: none;
        width: 100%;
    }
    .post-thumbnail{
        width: 100%;
    }
    .hero-content h1{
        font-size: calc(1.3rem + 2.1vw)!important;
    }
    .single-wraper .entry-content p,
    .single-wraper .entry-content li{
        font-size: 18px!important
    }
    .hero-single{
        margin: 10px 0
    }
    .single-wraper .entry-content h2{
        font-size: calc(1.1rem + 2.1vw)!important;
    }

    .single-wraper .entry-content h3{
        font-size: calc(0.9rem + 2.1vw)!important;
    }

    .single-wraper .post-meta p{
        font-size: 20px!important;
        margin-bottom: 4px
    }
    #breadcrumbs{
        font-size: 20px!important;
        margin-top: 0;
    }
    .single-wraper .entry-content p{
        margin-bottom: 10px
    }
}

.page-id-2461 #main .entry-content{
    max-width: 1500px;
    margin: 0 auto
}

body.archive .top-nav-search,
body.blog .top-nav-search{
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 226px;
    z-index: 1000;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #ffffff !important;

}

body.archive .top-nav-search a,
body.blog .top-nav-search a {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 24px;
    text-decoration: none !important;
    padding: 1.5em 0.7em !important;
}

body.archive #main,
body.blog #main{
    max-width: 1430px;
    margin: 0 auto;
}

.cta{
    transition: all 0.3s
    ease !important;
    border-radius: 0 !important;
    background: #eeeeee;
    color: var(--bs-primary);
    text-transform: uppercase;
    font-weight: 600 !important;
    text-decoration: underline;
    font-size: 1rem;
    padding: 0.7em 1.5em !important;
}


#archive-header{
    background-color: rgba(238, 238, 238, 1);
    opacity: 0.9;
    background-image: url(https://maxonforte.pl/wp-content/uploads/2024/02/on-icon.svg);
    background-repeat: no-repeat !important;
    background-size: 60% !important;
    background-position: center center !important;
    min-height: 620px
}

#archive-header h2{
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: var(--bs-primary);
    position: relative;
    font-size: calc(1.2625rem + 0.15vw);
}

#archive-header h1{
    margin-top: 0;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    font-size: calc(1.4375rem + 2.25vw) !important;
    color: var(--bs-primary);
    margin-bottom: 0 !important;
    position: relative;
    text-transform: uppercase;
}

.archive-description .block-4d08940a-c99b-4dde-8d20-e9a4556a8523{
    background: none!important;
}

body.archive .category-badge a,
body.blog .category-badge a{
    background: #bf1e22!important;
    color: #fff!important;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

#main article a.read-more:hover{
    background: #bf1e22!important;
    color: #fff!important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1D316C;
    border-color: #1D316C;
}

.page-link{
    color: #1D316C;
}

body.archive #main > div,
body.blog #main > div{
    margin-top: -445px;
}

#archive-header{
    padding-top: 100px;
}

#main article > a > img{
    height: 300px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1200px){
    body.archive .top-nav-search a,
    body.blog .top-nav-search a {
        font-size: 16px;
    }
}

@media (max-width: 768px){
    #main article > a > img{
        height: 200px;
        object-fit: cover;
        object-position: center;
    }

}

@media (max-width: 767px){
    .parent-pageid-6 h1.wp-block-heading
    {
        margin-top: 70px
    }

}


.archive .block-47c7d87d-35ff-4e8e-94ab-5a9963994583:after,
.blog .block-47c7d87d-35ff-4e8e-94ab-5a9963994583:after {
    margin-top: 10px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    fill: #fff;
    background-image: url("https://maxonforte.pl/wp-content/uploads/shopping-basket-4.svg");
}



.archive-header-wrapper {
    max-width: 1430px;
    margin: 0 auto;
}

.archive-description p{
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: var(--bs-primary);
    position: relative;
    font-size: 1.875rem;
}

.archive .bi-basket-fill,
.blog .bi-basket-fill {
    display: none;
}

.iol-box{
    margin-bottom: 50px;
    display: flex;
    gap: 24px
}

.iol-img{
    min-width: 145px
}

.iol-text p{
    font-size: 16px!important;
    color: #1d316c;
}

@media (max-width: 600px){
    .iol-box{
        flex-direction: column;
    }
    .iol-img{
        text-align: center
    }


    #bootscore-navbar .menu-item a.nav-link {
        color: var(--bs-primary);
        text-transform: uppercase;
        font-weight: 600;
    }
}