body.in-recepty.type-posts-listing {
    --color-yellow: #fdc50e;
    --color-brown: #4a2e20;
    --color-dark-brown: #3a1c0e;
    --color-orange: #ff8400;

    font-family: "Roboto";
    color: #4a2e20;
    font-size: 18px;
    font-weight: 500;
}

body.in-recepty.type-posts-listing .custom-layout .top-image {
    max-width: 800px;
    margin: 0 auto;
}

body.in-recepty.type-posts-listing #content-wrapper .sectionDescription h1 {
    display: none;
}

#recipes .bottom-row {
    position: relative;
}

#recipes .bottom-row .col.left-img,
#recipes .bottom-row .col.right-img {
    position: absolute;
    bottom: 0;
    max-width: 200px;
    z-index: -1;
}

#recipes .bottom-row .col.left-img {
    left: -100px;
    transform: rotate(-15deg);
}

#recipes .bottom-row .col.right-img {
    right: -30px;
    max-width: 150px;
}

#recipes .bottom-row .col.center-text p:nth-child(1) {
    padding: 20px 40px;
    text-align: center;
    font-size: 1.6rem;
    z-index: 2;
}

#recipes .bottom-row .col.center-text p:nth-child(2) {
    padding-bottom: 100px;
}

body.in-recepty.type-posts-listing .row.banners-row:last-child {
    margin-bottom: 100px;
}

body.in-recepty.type-posts-listing .news-wrapper article h2,
body.in-recepty.type-posts-listing .news-wrapper article .description {
    display: none;
}

body.in-recepty.type-posts-listing .news-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
}

body.in-recepty.type-posts-listing .news-item {
    margin: 0 !important;
    width: 100%;
}

body.in-recepty.type-posts-listing .news-wrapper .news-item .news-image {
    margin: 0 !important;
}

body.in-recepty.type-posts-listing .itemsTotal,
body.in-recepty.type-posts-listing .goToTop {
    display: none;
}

body.in-recepty.type-posts-listing .pagination__list li a {
    border-radius: 10px;
}

body.in-recepty.type-posts-listing .cta-btn {
    background-color: var(--color-orange);
    color: var(--color-dark-brown);
    font-family: 'Knofedt', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.8rem;
    padding: 0px 35px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
body.in-recepty.type-posts-listing .cta-btn:hover {
    background-color: #e67300;
}

body.in-recepty.type-posts-listing #action-stripe .news-item {
    width: auto;
}

body.type-posts-listing #content {
    margin-top: 100px !important;
}

@media(min-width: 768px) {
    body.in-recepty.type-posts-listing .news-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    #recipes .bottom-row .col.left-img {
        left: calc(50% - 330px);
        transform: rotate(-15deg);
    }

    #recipes .bottom-row .col.right-img {
        right: calc(50% - 320px);
        max-width: 150px;
        bottom: 50px;
    }

    body.in-recepty.type-posts-listing #action-stripe {
        margin-top: 170px !important;
    }

    body.type-posts-listing #content {
        margin-top: 0 !important;
    }
}

@media(min-width: 1024px) {
    body.in-recepty.type-posts-listing .news-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #recipes .bottom-row .col.center-text p:nth-child(1) {
        max-width: 600px;
        padding: 20px 40px;
        margin: 0 auto;
        text-align: center;
        font-size: 1.8rem;
        z-index: 2;
    }

    #recipes .bottom-row .col.left-img {
        left: calc(50% - 395px);
        max-width: 300px;
    }

    #recipes .bottom-row .col.right-img {
        right: calc(50% - 495px);
        max-width: 250px;
        bottom: 70px;
    }
}