main.main article{
    max-width: 912px;
    text-align: justify;
}
h1.entry-title.mt-3{
    text-align: left;
}
.featured-image img{
    width: 100%;
    height: auto;
}
.featured-image {
    aspect-ratio: 5 / 3;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 16px; /* opcjonalnie zaokrąglenie rogów */
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.latest-posts {
    margin-top: 60px;
}

.latest-posts__title {
    font-size: 24px;
    margin-bottom: 20px;
}

.latest-posts__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.latest-posts__card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.latest-posts__card:hover {
    transform: translateY(-4px);
}

.latest-posts__link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.latest-posts__thumb {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.latest-posts__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.latest-posts__content {
    padding: 15px;
    text-align: left;
}

.latest-posts__heading {
    font-size: 18px;
    margin: 0 0 10px;
}

.latest-posts__excerpt {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.read-more-post{
    color: #329A32;
    text-decoration: underline;
    font-size: 14px;
}
#breadcrumbs,
.breadcrumbs {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #666;
}

#breadcrumbs a {

    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}
.rank-math-breadcrumb a{
    color: #329A32 !important;
}
.sidebar-box{
    padding: 24px;
    background-color: #F5F5F8;
    border: 1px solid #f8f8f8;
    border-radius: 15px;
}
.sidebar-box-cta{
    background-color: #329A32;
}
.sidebar-box ul{
    padding-left: 24px;
}
.sidebar-box .list-unstyled{
    padding-left: 3px;
}
.sidebar-box a{
    color: #329A32 !important;
    text-decoration: none;
    font-size: 1.1rem;
}

.sidebar-box-cta h3{
    font-weight: 600;
    text-align: center;
    color: white;
}
.sidebar-box-cta .btn:not(.white) a{
    color: white !important;
}
.sidebar-box-cta .white:hover a{
    color:white !important;
}
.custom-cta-box{
    background-color: #329A32;
    color: white;
    padding: 16px;
    border-radius: 15px;
}
.custom-cta-box *{
    color: white;
}
.custom-cta-box .btn a{
    font-size: 16px;
    border: 1px solid white;
}
.custom-cta-box h2, .custom-cta-box h3, .custom-cta-box h4, .custom-cta-box h5, .custom-cta-box h6{
    font-weight: 600;
}
.author-avatar img{
    border-radius: 100%;
}
.ez-toc-section {
    padding-top: 36px;
}
h2 span, h3 span, h4 span, h5 span, h6 span {
    padding-top: 60px !important;
}
section.spec-rotator-section{
    border-radius:24px;
}
.author-avatar img{
    max-width: 128px;
    max-height: 128px;
}
@media (min-width: 1200px) {
   .post .entry-title {
        font-size: 2.2rem;
    }
    .entry-content h2{
        font-size: 1.8rem;
        font-weight: 600;
    }
    .entry-content p, .entry-content li{
        font-size: 1.1rem;
    }
    .wp-block-heading{
        margin-top: 24px;
    }
}


