:where(.f12) .f12-article-pdf-shortcode {
    display: inline-flex;
}

:where(.f12) .f12-article-pdf-shortcode__button {
    align-items: center;
    gap: var(--f12-space-2);
}

:where(.f12) .f12-article-pdf-shortcode__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

:where(.f12) .f12-article-pdf-shortcode__icon svg {
    width: 1rem;
    height: 1rem;
    display: block;
}
