section {
    padding: 30px 0;
}

.fifaq-manifesto {
    max-width: 1000px;
    justify-self: center;
    padding: 30px 0;
    margin: 0 auto;

}

.fifaq-manifesto-counter-wrap {
    text-align: center;
}

/*.fifaq-manifesto-counter {
    font-size: 3rem;
    font-weight: 700;
    color: #2e7d32;
    line-height: 1;
    padding: 40px;
}

.fifaq-manifesto-counter-label {
    margin-top: 0.4rem;
    margin-bottom: 1.2rem;
    color: #4b5563;
}*/




.fifaq-manifesto-counter-box {
    max-width: 360px;
    margin: 0 auto 18px;
    padding: 18px 22px;
    border: 2px solid #2e7d32;
    border-radius: 14px;
    background: #eef7ef;
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.12);
}

.fifaq-manifesto-counter {
    font-size: 3rem;
    font-weight: 700;
    color: #2e7d32;
    line-height: 1;
    padding: 8px 0 4px;
}

.fifaq-manifesto-counter-label {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #4b5563;
}

@media (max-width: 700px) {
    .fifaq-manifesto-counter-box {
        max-width: 100%;
        padding: 14px 16px;
    }

    .fifaq-manifesto-counter {
        font-size: 2.4rem;
    }
}



.fifaq-manifesto-support-btn {
    width: auto !important;
    min-width: 170px;
}

.fifaq-manifesto-text {
    margin: 0;
    text-align: justify;
    line-height: 1.55;
}

.fifaq-manifesto-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 700px) {
    .fifaq-manifesto-cards {
        grid-template-columns: 1fr;
    }
}

.fifaq-manifesto-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.fifaq-manifesto-card:hover,
.fifaq-manifesto-card.is-active {
    border-color: #2e7d32;
    background: #eef7ef;
}

.fifaq-manifesto-media-wrap {
    margin-top: 18px;
    text-align: center;
}

.fifaq-manifesto-image {
    width: 100%;
    max-width: 100%;
    /*height: 360px;*/
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f9fafb;
}

.fifaq-manifesto-download-wrap {
    margin-top: 14px;
    text-align: center;
}

.fifaq-manifesto-download-wrap .fifaq-btn {
    display: inline-block;
    width: auto !important;
    min-width: 190px;
    font-size: 23px;
    text-align: center;
    text-decoration: underline;
    color: #2e7d32;
}

.fifaq-manifesto-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.fifaq-manifesto-social-link {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    /*border: 1px solid #ddd;*/
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
}

.fifaq-manifesto-social-link:hover {
    border-color: #2e7d32;
    color: #2e7d32;
}

