/*
 * boxes_v3.css - page-specific overrides for the new Tailwind quotev3
 * boxes page (boxes.tailwind.php). Loaded ONLY on that page (via
 * cssInclude in the template) so nothing here can affect other .tailwind
 * pages such as the compare view.
 */

/* Tailwind's preflight is disabled, so form controls (buttons/selects
   especially) keep their UA default font-family/size instead of inheriting
   the page font. Restore inheritance so they match the body type. */
.tailwind button,
.tailwind input,
.tailwind select,
.tailwind textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
