.odd24-responsible-strip {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    width: min(100% - 32px, 1180px);
    margin: 0 auto 18px;
    padding: 22px 0;
    border-top: 1px solid rgba(148, 163, 184, .24);
    border-bottom: 1px solid rgba(148, 163, 184, .24);
}

.odd24-responsible-age {
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #f8fafc;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.odd24-responsible-age img {
    display: block;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 0 22px rgba(255, 59, 48, .16);
}

.odd24-responsible-copy strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
}

.odd24-responsible-copy p {
    max-width: 980px;
    margin: 0;
    color: #c6d0df;
    font-size: 13px;
    line-height: 1.65;
}

.odd24-responsible-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 13px;
}

.odd24-responsible-links a {
    color: #8ef9ff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: underline;
    text-decoration-color: rgba(142, 249, 255, .38);
    text-underline-offset: 4px;
}

.odd24-responsible-links a:hover,
.odd24-responsible-links a:focus-visible {
    color: #ffffff;
    text-decoration-color: currentColor;
    outline: none;
}

@media (max-width: 720px) {
    .odd24-responsible-strip {
        grid-template-columns: 1fr;
        gap: 16px;
        width: min(100% - 28px, 1180px);
        text-align: left;
    }

    .odd24-responsible-age {
        grid-template-columns: 72px 1fr;
        justify-items: start;
        align-items: center;
        text-align: left;
    }

    .odd24-responsible-age img {
        width: 68px;
        height: 68px;
    }

    .odd24-responsible-links {
        display: grid;
        gap: 10px;
    }
}

.odd24-responsible-page-grid {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.odd24-responsible-page-badge {
    display: grid;
    justify-items: center;
    gap: 10px;
    color: #0a1224;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.odd24-responsible-page-badge img {
    width: 132px;
    height: 132px;
    border: 1px solid rgba(10, 22, 44, .16);
    box-shadow: 0 18px 38px rgba(255, 59, 48, .12);
}

.odd24-official-links {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.odd24-official-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 46px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(10, 22, 44, .12);
    color: #0b5f73;
    font-weight: 850;
}

.odd24-official-links a::after {
    content: "↗";
    flex: 0 0 auto;
}

.odd24-official-links a[href^="tel:"]::after {
    content: "☎";
}

.odd24-official-links a:hover,
.odd24-official-links a:focus-visible {
    color: #07111d;
    outline: none;
}

.operatori-editorial-principle {
    margin-bottom: 24px;
}

@media (max-width: 720px) {
    .odd24-responsible-page-grid {
        grid-template-columns: 1fr;
    }

    .odd24-responsible-page-badge {
        grid-template-columns: 88px 1fr;
        justify-items: start;
        text-align: left;
    }

    .odd24-responsible-page-badge img {
        width: 82px;
        height: 82px;
    }
}
