/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.actu-categories-wrapper {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    font-family: Montserrat;
    font-style: normal;
}

.actu-categories-wrapper div:first-child{
    border-top: none;
}

.actu-categories-wrapper a{
   color: black;
}

.actu-categories-wrapper a:hover{
    color: #005771;
}

.actu-categories-wrapper .selected{
    font-weight: 700;
    font-size: 18px;
    line-height: 32px; /* 175% */
    color: #005771;
}

.actu-categories-wrapper div{
    padding: 16px 0;
    border-top: 1px solid #EEF1F5;
}

.actu-categories-wrapper div:last-child{
    border-bottom: 1px solid #EEF1F5;
}

.elementor-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 32px;
}


.elementor-pagination .page-numbers {
    color: #9C9CA3 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #EBF5F6;
    border-radius: 8px;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.elementor-pagination .page-numbers:hover {
    background-color: #005771;
    border-radius: 8px;
    color: #FFFFFF !important;
}

.elementor-pagination .current {
    color: #FFFFFF !important;
    background-color: #005771;
    border-radius: 8px;
}

.elementor-pagination .current:hover {
    background-color: #005771;
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
    background-color: #EBF5F6!important;
}

.elementor-pagination .page-numbers.prev {
    background-image: url('../../uploads/2024/10/arrow-ios-back-outline.svg');
}

.elementor-pagination .page-numbers.next {
    background-image: url('../../uploads/2024/10/arrow-ios-forward-outline.svg');
}

.post-custom-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.check-list-offer-section-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.check-list-offer-section-item p {
    margin-bottom: 0;
}

.check-list-offer-section-item svg {
    min-width: 28px;
    min-height: 28px;
}

.report-list-offer-fifth-section-item {
    display: flex;
    align-items: start;
    gap: 12px;
    color: #005771;
}

.report-list-offer-fifth-section-item p {
    margin-bottom: 0;
}

.report-list-offer-fifth-section-item svg {
    min-width: 28px;
    min-height: 28px;
}

.report-list-offer-fifth-section-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 24px;
}

.report-list-microbiome-first-section-item {
    display: flex;
    align-items: start;
    gap: 12px;
    color: #005771;
}

.report-list-microbiome-first-section-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: black;
}

.report-list-microbiome-first-section-item svg {
    min-width: 28px;
    min-height: 28px;
}

.report-list-microbiome-second-section-item {
    display: flex;
    align-items: start;
    gap: 12px;
    color: #005771;
}

.report-list-microbiome-second-section-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: black;
}

.report-list-microbiome-second-section-item svg {
    min-width: 28px;
    min-height: 28px;
}

.report-list-analysis-microbiome-second-section-item {
    display: flex;
    align-items: start;
    gap: 12px;
    color: #005771;
}

.report-list-analysis-microbiome-second-section-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: black;
}

.report-list-analysis-microbiome-second-section-item svg {
    min-width: 28px;
    min-height: 28px;
}

.report-list-analysis-microbiome-third-section-item {
    display: flex;
    align-items: start;
    gap: 12px;
    color: #005771;
}

.report-list-analysis-microbiome-third-section-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: black;
}

.report-list-analysis-microbiome-third-section-item svg {
    min-width: 28px;
    min-height: 28px;
}

@media (max-width: 767px){
    .report-list-offer-fifth-section-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

.wysiwyg-container a {
	color: #87C6BE;
}

.wysiwyg-container a:hover {
	color: #44A8B5;
}