{#
framework/_deeplinkmodal_css.html.twig
==========================================================================
Shared block: #deepLinkModal p
De-duplicated from 2 templates. Lifted VERBATIM — same rules, same order —
and each call site keeps the include AT THE POSITION its <style> occupied, so
the cascade is unchanged. This is a de-duplication, not a restyle.
Self-contained: the block interpolates nothing from the surrounding context.
NOTE: included from CompanyGroupBundle templates as well as ApplicationBundle
ones. Both bundles share one Twig environment so @Application resolves from
either; those templates are near-copies of each other to begin with.
==========================================================================
#}
<style>
@media (min-width: 320px) and (max-width: 480px) {
#deepLinkModal p {
font-weight: bold;
font-size: 12px !important;
line-height: 1.5 !important;
}
}
</style>