#pf-aktuality-wrapper {
    font-family: "Fedra Sans Alt Pro", sans-serif;
}
#pf-aktuality-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    row-gap: 3.5rem;
    overflow-y: auto;
}
.pf-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    row-gap: 3.5rem;
    overflow-y: auto;
}
.pf-related-title {
    font-family: "Georgia", sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: 400 !important;
    color: #000 !important;
    line-height: 4rem !important;
    margin: 2rem 0 3.5rem 0 !important;
}
.pf-related-divider {
    border: 0;
	margin-left:0!important;
    width: 12.5rem;
    border-top: 0.125rem solid #000;
    margin: 0 0 2rem 0;
}
.pf-grid-item {
    display: flex;
    flex-direction: column;
    position: relative;
}
.entry-meta {
    display: none;
}
.entry-title {
    margin-top: 1.5rem;
    padding-left: 23.75rem;
    font-family: "Georgia", sans-serif;
    font-size: 3.5rem !important;
    color: #000;
    font-weight: 400 !important;
}
.pf-article-content {
    padding-left: 23.75rem;
    padding-right: 23.75rem;
}
.single.ast-page-builder-template .entry-header + .entry-content,
.single.ast-page-builder-template .ast-single-entry-banner + .site-content article .entry-content {
}
.ast-article-single img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.entry-content h2 {
    font-family: "Georgia", sans-serif;
    font-size: 2rem;
    color: #000;
    font-weight: 400;
}
.pf-thumb img {
    width: 100%;
    height: auto;
	aspect-ratio:552/342;
    object-fit: cover;
}
.pf-title {
    font-family: "Georgia", sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    line-height: 2.813rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pf-excerpt {
    font-family: "Fedra Sans Alt Pro", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    white-space: normal;
}
.pf-blogtext p {
    font-family: "Fedra Sans Alt Pro", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 1.875rem;
    white-space: normal;
}
.pf-readmore {
    font-weight: 400;
    margin-left: 0.5rem;
    opacity: 0;
    color: #000;
    transition: opacity 0.2s ease;
}
.pf-grid-item:hover .pf-readmore {
    opacity: 1;
    text-decoration: underline;
}
.pf-filter-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: nowrap;
    gap: 2.5rem;
    overflow-x: auto;
    scrollbar-width: none;
}
.pf-filter-bar::-webkit-scrollbar {
    display: none;
}
.pf-filter-left {
    display: flex;
    gap: 2.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0;
}
.pf-filter-left::-webkit-scrollbar {
    display: none;
}
.pf-filter-left .pf-filter-btn {
    font-family: "Fedra Sans Alt Pro", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: none;
    color: #000;
    background: none;
    box-shadow: none;
    padding: 0 0 0.5rem 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    line-height: 1.875rem;
    display: inline-block;
    flex-shrink: 0;
}
.pf-filter-left .pf-filter-btn.active {
    font-weight: 300;
}
.pf-filter-left .pf-filter-btn.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: #000;
}
.pf-filter-right .pf-order-btn {
    font-family: "Fedra Sans Alt Pro", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #888;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 0 0.5rem 0;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.875rem;
    display: inline-block;
}
.pf-filter-right {
    display: flex;
    gap: 2.5rem;
}
.pf-filter-right .pf-order-btn.active {
    color: #000;
}
.pf-article-perex {
    font-family: "Fedra Sans Alt Pro", sans-serif !important;
    font-size: 1.75rem !important;
    line-height: 2.125rem !important;
	margin-bottom:2.5rem;
    font-weight: 300 !important;
    color: #000 !important;
}
.pf-excerpt-carousel {
    color: #fff;
    font-family: "Fedra Sans Alt Pro", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    width: 70rem;
}
.pf-article-meta {
    color: #000;
    font-family: "Fedra Sans Alt Pro", sans-serif;
    font-size: 1rem;
    padding-bottom: 2.5rem;
    font-weight: 300;
}
.pf-excerpt-carousel a.pf-readmore-carousel {
    color: #fff;
    font-family: "Fedra Sans Alt Pro", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: underline;
}
.pf-breadcrumb {
    overflow-x: auto;
    padding-top: 10rem !important;
    scrollbar-width: none;
    padding-bottom: 2rem;
}
.pf-breadcrumb::-webkit-scrollbar {
    display: none;
}
.pf-breadcrumb-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    color: var(--Black-400, #888);
    font-family: "Fedra Sans Alt Pro", sans-serif;
    font-size: 1rem;
    font-style: normal;
    text-transform: none;
    font-weight: 300;
    line-height: normal;
    white-space: nowrap;
}
.pf-breadcrumb-inner a {
    color: var(--Black-400, #888);
    text-decoration: underline !important;
    text-transform: none;
    transition: color 0.2s ease;
}
.pf-breadcrumb-inner a:hover {
    color: #000;
}
.pf-breadcrumb-inner .pf-breadcrumb-current {
    color: var(--Black-400, #888);
    text-decoration: none;
    text-transform: none;
}
.pf-breadcrumb-inner .pf-breadcrumb-separator {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.25rem;
    vertical-align: middle;
    flex-shrink: 0;
}
#pf-load-more-wrapper {
    text-align: center;
    margin-top: 7.5rem;
    height: auto;
}
#pf-aktuality-wrapper button.pf-load-more-btn {
    width: 100%;
    max-width: 15rem;
    height: 3.25rem;
    padding: 0.88rem 3rem;
    font-family: 'Fedra Sans Alt Pro', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    border-radius: 2rem;
    cursor: pointer;
    margin: 1rem auto;
    text-transform: uppercase;
    box-shadow: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, visibility 0.3s ease, opacity 0.3s ease;
}
#pf-aktuality-wrapper button.pf-load-more-btn:hover,
#pf-aktuality-wrapper button.pf-load-more-btn:active {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}
#pf-aktuality-wrapper button.pf-load-more-btn.loading,
#pf-aktuality-wrapper button.pf-load-more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
/* Štýly pre ACF obsah */
.pf-article-text {
    margin-bottom: 0;
    font-family: "Fedra Sans Alt Pro", sans-serif;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 300;
    color: #000;
}
.pf-article-text p {
    white-space: normal;
    overflow-wrap: break-word;
    margin-bottom: 1.5rem !important;
}
.pf-article-title {
    margin-bottom: 1.5rem;
    margin-top: 0 !important;
    font-family: "Georgia", sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: 400 !important;
    color: #000 !important;
    line-height: 4rem !important;
}
.entry-header {
    display: none;
}
.entry-content .pf-article-heading h2 {
    font-size: 3.5rem;
    font-family: "Georgia", sans-serif !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #000;
}
.pf-article-image {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}
.pf-related-articles {
		padding-left:5.5rem;
		padding-right:5.5rem;
		padding-top:10rem;
		padding-bottom:10rem;
	}
.pf-article-image img {
    max-width: 100%;
	aspect-ratio:552/342;
    height: auto;
}
.pf-article-quote {
    border-left: 0.25rem solid #ccc;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
}
@media (max-width: 57.563rem) {
    .pf-related-grid,
    #pf-aktuality-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 3.5rem;
        padding: 0 !important;
    }
	.pf-article-heading{
		font-family: "Georgia", sans-serif !important;
        font-size: 1.5rem !important;
        font-weight: 400 !important;
        color: #000 !important;
        line-height: 1.688rem !important;
	}
    .pf-article-image {
        margin-bottom: 2rem;
        margin-top: 2rem;
		aspect-ratio:552/342;
    }
    .pf-article-text {
        margin-bottom: 0;
        font-family: "Fedra Sans Alt Pro", sans-serif;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 300;
        color: #000;
    }
    .pf-article-text p {
        white-space: normal;
        overflow-wrap: break-word;
        margin-bottom: 1.5rem !important;
    }
    .pf-related-title {
        font-family: "Georgia", sans-serif !important;
        font-size: 2rem !important;
        font-weight: 400 !important;
        color: #000 !important;
        line-height: 2.25rem !important;
        margin: 1.5rem 0 2.5rem 0 !important;
    }
    .pf-related-section {
        padding: 2.5rem 1rem 6.5rem 1rem !important;
    }
    .pf-grid-item {
        gap: 1rem;
    }
    .pf-thumb img {
        width: 100%;
		aspect-ratio:552/342;
    }
    .pf-title {
        font-size: 1.5rem !important;
        margin-top: 0 !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-bottom: 0 !important;
        line-height: 1.688rem !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .pf-article-meta {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .pf-article-title {
        font-size: 2rem !important;
        margin-top: 0 !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-bottom: 0 !important;
        line-height: 2.25rem !important;
        display: block; /* Odstránené line-clamp pre full title v single na mobile */
        overflow: visible;
    }
    .pf-readmore {
        opacity: 1;
        margin-left: 0;
        font-size: 1rem;
        text-decoration: underline;
    }
    .pf-excerpt {
        font-family: "Fedra Sans Alt Pro", sans-serif;
        font-size: 1rem;
        font-weight: 300;
        color: #000;
		margin-bottom:0px!important;
        white-space: normal;
    }
    .pf-article-perex {
        font-family: "Fedra Sans Alt Pro", sans-serif;
        font-size: 1.25rem !important;
        font-weight: 300 !important;
        color: #000;
        line-height: 1.563rem !important;
        white-space: normal;
    }
    .pf-filter-bar {
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
        padding-left: 0 !important;
        overflow-x: visible;
    }
    .pf-filter-left {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0;
        gap: 1rem;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        box-sizing: border-box;
        position: relative;
    }
    .pf-filter-left::after {
        content: '';
        flex-shrink: 0;
        width: 1rem;
        height: 0.0625rem;
    }
    .pf-filter-left::-webkit-scrollbar {
        display: none;
    }
    .pf-filter-left .pf-filter-btn {
        font-size: 1rem;
        line-height: 1.25rem;
        padding-bottom: 0.5rem;
        flex-shrink: 0;
        white-space: nowrap;
    }
    .pf-filter-left .pf-filter-btn.active::after {
        height: 0.1rem;
    }
    .pf-filter-right {
        flex-direction: row;
        gap: 1rem;
        width: 100%;
        padding: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .pf-filter-right::after {
        content: '';
        flex-shrink: 0;
        width: 1rem;
        height: 0.0625rem;
    }
    .pf-filter-right::-webkit-scrollbar {
        display: none;
    }
    .pf-filter-right .pf-order-btn {
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 0;
        flex-shrink: 0;
        white-space: nowrap;
    }
    .pf-excerpt-carousel {
        width: 100%;
        font-size: 1rem;
        padding: 0;
    }
    .pf-excerpt-carousel a.pf-readmore-carousel {
        font-size: 1rem;
    }
    .pf-breadcrumb {
        padding-bottom: 1.5rem !important;
        padding-top: 0rem !important;
    }
    .pf-breadcrumb-inner {
        gap: 0.5rem;
        width: 37.5rem;
        max-width: 45rem;
        font-size: 1rem;
    }
    .pf-breadcrumb-inner .pf-breadcrumb-separator {
        width: 0.75rem;
        height: 0.75rem;
        margin-top: 0.188rem;
    }
    .ast-single-post.ast-page-builder-template .site-main > article,
    .woocommerce.ast-page-builder-template .site-main,
    .ast-page-builder-template .post-navigation {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .pf-breadcrumb-inner .pf-breadcrumb-current {
        color: #888;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
    }
	.pf-related-articles {
		padding-left:1rem;
		padding-right:1rem;
		padding-top:2.5rem;
		padding-bottom:6.5rem;
	}
    .pf-article-content {
        padding-left: 1rem;
        padding-top: 10rem!important;
        padding-right: 1rem;
    }

    #pf-load-more-wrapper {
        margin-top: 0;
        padding: 2.5rem 0rem 0rem 0rem;
    }
	.pf-related-divider {
    border: 0;
    width: 6.5rem;
    border-top: 0.125rem solid #000;
    margin: 0;
}
    #pf-aktuality-wrapper button.pf-load-more-btn {
        width: 100%;
        max-width: 15rem;
        height: 3.25rem;
        padding: 0.88rem 3rem;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}