diff --git a/Inc/critical-css.php b/Inc/critical-css.php index 7fe93ec5..30078238 100644 --- a/Inc/critical-css.php +++ b/Inc/critical-css.php @@ -404,8 +404,9 @@ function roi_output_hero_critical_css() { margin-bottom: 0; } .hero-section__badge { - min-height: 32px; + min-height: 36px; display: inline-block; + vertical-align: middle; } @media (max-width: 767.98px) { .hero-section { @@ -415,6 +416,16 @@ function roi_output_hero_critical_css() { min-height: 2.5rem; } } + /* APU Tables Critical CSS - Prevent table reflow */ + .analisis table, .desglose table { + table-layout: fixed; + width: 100%; + border-collapse: collapse; + } + .analisis, .desglose { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } '; // Minify CSS