/**
 * Page-specific styles for ats-green-planete.html
 * (replaces legacy blog2 + home2 rules for .container-flex.key-points)
 */

.page-ats-green-planete .blog-content {
    min-height: 100vh;
}

.page-ats-green-planete .blog-content .container-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: -1%;
    margin-left: -1%;
}

.page-ats-green-planete .blog-content .container-flex > div {
    flex-basis: 23%;
    flex-grow: 0.5;
    flex-shrink: 2;
}

.page-ats-green-planete .public-pres .container-flex.key-points {
    margin-bottom: 1rem;
    margin-top: 1rem;
    justify-content: space-evenly;
}

.page-ats-green-planete .public-pres .container-flex.key-points div {
    flex-grow: 0;
    margin-bottom: 1rem;
    border-radius: var(--radius-lg);
    text-align: center;
    padding: 0.5rem;
    border: solid 1px #d3d3d3;
}

.page-ats-green-planete .public-pres .container-flex.key-points div:hover {
    background-color: var(--gray-100);
}

.page-ats-green-planete .public-pres .small {
    font-size: var(--text-sm);
    color: var(--gray-600);
}

@media (max-width: 768px) {
    .page-ats-green-planete .blog-content .container-flex > div {
        flex-basis: 100%;
    }
}

.page-ats-green-planete .footer-address {
    font-size: 0.875rem;
    padding-block: 0.5rem;
}
