.image-content-detail {
    padding: 20px 0 0;
}

.image-content-teaser {
    max-width: 1000px;
    padding-top: 15px;
}

.image-content-detail .caption {
    font-size: 14px;
    color: rgb(84, 133, 248);
}

.image-content-detail p {
    margin-bottom: 0;
}
blockquote.blockquote > p {
    margin-bottom: 0 !important;
}
.parsley-custom-error-message {
    color: #ff0000;
}
.femanager_fieldset .bg-danger,
.femanager_fieldset .bg-danger h4 {
    color: #ffffff;
}

.transparent-header section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 330px;
}

.content-section {
    padding: 0;
}

.frame-space-after-extra-large {
    margin-bottom: 14em;
}

/* Focefully hide bottom cookieconcen cookie button */
.cc-revoke.cc-bottom.active,
.cc-revoke.cc-bottom {
  display: none !important;
}

main .breadcrumb-section {
    z-index: 7;
}

@media (max-width: 767.98px) {
    header.sticky-header + main {
        margin-top: 58px;
     }
     .content-section {
        padding: 0;
    }

    .ce-intext .ce-gallery {
        margin: 0 !important;
    }
}

/* News pagination – standard Bootstrap, overrides legacy .blog .pagination in theme bundle */
.news-pagination {
    margin: 2rem 0 1rem;
}

.news-pagination .pagination {
    gap: 0;
}

.blog .news-pagination .pagination .page-item a,
.blog .news-pagination .pagination .page-item a *,
.blog .news-pagination .pagination .page-item .page-link,
.blog .news-pagination .pagination .page-item .page-link * {
    color: inherit !important;
}

.blog .news-pagination .pagination .page-item:not(.active) a.page-link {
    background-color: #fff !important;
}

.news-pagination .pagination .page-link {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0.5rem 0.85rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 0.375rem;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    color: #122241 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none;
    box-shadow: none;
}

.news-pagination .pagination .page-item + .page-item .page-link {
    margin-left: 0.25rem;
}

.news-pagination .pagination .page-item.active .page-link {
    z-index: 3;
    background-color: var(--primary-color, #5485f8) !important;
    border-color: var(--primary-color, #5485f8) !important;
    color: #fff !important;
    font-weight: 600;
    pointer-events: none;
}

.news-pagination .pagination .page-item:not(.active):not(.disabled) .page-link:hover,
.news-pagination .pagination .page-item:not(.active):not(.disabled) .page-link:focus {
    z-index: 2;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
    color: #122241 !important;
}

.news-pagination .pagination .page-item.disabled .page-link {
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    color: #6c757d !important;
    pointer-events: none;
}

