/* Table Tweaks */
.parts-table td, .parts-table th { vertical-align: middle !important; padding: 0.5rem !important; }
.parts-table tbody tr { font-size: 0.85em; }
.parts-table tbody tr td:last-of-type, .parts-table thead tr th:last-of-type { text-align: right; }

/* - Hide "Added to Cart" text, as this often forces text onto two lines.
     A tick is still displayed in the button text to demonstrate success. */
.woocommerce a.added_to_cart { display: none !important; }

/* Image map tweaks */
.imp-tooltip p { font-family: 'Fira Sans', sans-serif !important; }

/* - Hide tooltips on mobile */
body.fl-builder-touch .imp-tooltips-container { display: none; }
