/*
Theme Name: Industrial FSE Theme
Theme URI: https://example.com/industrial-fse-theme
Author: Custom Industrial Dev
Author URI: https://example.com
Description: A high-performance WordPress Full Site Editing (FSE) block theme designed for industrial equipment catalogs, technical product specs, and quote requests (RFQ).
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: industrial-fse-theme
Tags: full-site-editing, block-patterns, custom-colors, custom-menu, grid-layout, e-commerce, portfolio
*/

/* Custom CSS Enhancements for Industrial Specs & RFQ */
.industrial-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.industrial-spec-table th, 
.industrial-spec-table td {
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  text-align: left;
}

.industrial-spec-table th {
  background-color: #003366;
  color: #ffffff;
  font-weight: 600;
}

.industrial-spec-table tr:nth-child(even) {
  background-color: #f8fafc;
}

.rfq-box {
  border-left: 4px solid #003366;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
