p {
    &.is-style-large-numbers,
    &.is-style-mid-numbers {
        place-items: center;
        display: grid;
        gap: 1em;

        > strong:first-of-type {
            background-color: var(--wp--preset--color--primary-navy-900);
            color: var(--wp--preset--color--white);
            font-size: var(--wp--preset--font-size--heading-two);
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            aspect-ratio: 1;
            width: 120px;
        }

        &.is-style-mid-numbers {
            > strong:first-of-type {
                font-size: var(--wp--preset--font-size--heading-four);
                width: 60px;
            }
        }
    }

    &.is-style-tag {
        background-color: var(--wp--preset--color--primary-navy-900);
        color: var(--wp--preset--color--white);
        padding: 0.5em;
        border-radius: 8px;
        display: inline-block;
    }
}
