.clo.v1 {

    /* Value title size override */
    .fnt_t-6 {
        @media screen and (min-width:1280px) {
            --fnt-t-6-s: 0.889rem;
        }
    }

    /* Values strip */
    .callout-v1-values {
        gap: 2.667rem;
    }

    /* Icon circle */
    .callout-v1-icon {
        width: 2.667rem !important;
        height: 2.667rem;
        border-radius: 50%;
        background: hsl(from var(--accent) h s l / 0.1);
        flex-shrink: 0;

        svg {
            font-size: 1.333rem;
        }

        @media screen and (max-width:1279px) {
            & {
                margin-inline: auto;
            }
        }
    }
}