/* Barra contatti sopra header (opf-top-contact-bar) */
.opf-top-contact-bar {
    background-color: #3a3a3a;
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    padding: 8px 24px;
    position: relative;
    z-index: 120;
}

.opf-top-contact-bar__inner {
    padding-left: 20px;
    padding-right: 20px;
}


.opf-top-contact-bar__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 18px;
}

.opf-top-contact-bar__showroom {
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.opf-top-contact-bar__sep {
    opacity: 0.65;
    user-select: none;
}

.opf-top-contact-bar__item {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
    max-width: 100%;
}

.opf-top-contact-bar__item--address .opf-top-contact-bar__text {
    white-space: normal;
    text-align: right;
}

.opf-top-contact-bar__icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: currentColor;
    opacity: 0.95;
}

.opf-top-contact-bar__link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, opacity 0.2s ease;
}

.opf-top-contact-bar__link:hover,
.opf-top-contact-bar__link:focus {
    border-bottom-color: rgba(255, 255, 255, 0.45);
}

.opf-top-contact-bar__text {
    display: inline-block;
}

.opf-top-contact-bar__socials {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 4px;
}

.opf-top-contact-bar__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    opacity: 0.92;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.opf-top-contact-bar__social-link:hover,
.opf-top-contact-bar__social-link:focus {
    opacity: 1;
    outline: none;
}

.opf-top-contact-bar__social-link:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}

.opf-top-contact-bar__icon--social {
    margin-top: 0;
    width: 18px;
    height: 18px;
}

@media (max-width: 680px) {
    .opf-top-contact-bar {
        font-size: 12px;
        padding: 8px 16px;
    }

    .opf-top-contact-bar__item--address .opf-top-contact-bar__text {
        text-align: right;
    }
}

/* Icone social nel footer (stessi URL di Impostazioni Open PF) */
.opf-footer-social {
    clear: both;
    padding: 16px 24px 20px;
}

.opf-footer-social__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.opf-footer-social__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.opf-footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

.opf-footer-social__link:hover,
.opf-footer-social__link:focus {
    opacity: 1;
    outline: none;
}

.opf-footer-social__link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.opf-footer-social__icon {
    display: block;
    width: 20px;
    height: 20px;
    color: currentColor;
}

@media (max-width: 680px) {
    .opf-footer-social {
        padding: 12px 16px 16px;
    }
}

.blog-grid .qodef-blog-item .qodef-e-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-grid .qodef-blog-item .qodef-e-inner .qodef-e-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}