/*
Theme Name: Luida Motor Child
Theme URI: https://luidaautoparts.com/
Description: Child theme custom para Motor con frontend React modular.
Author: Luida Auto Parts
Template: motor
Version: 1.0.0
Text Domain: luida-motor-child
*/

:root {
  --luida-primary: #d62d20;
  --luida-primary-strong: #a91f16;
  --luida-ink: #18202a;
  --luida-muted: #667085;
  --luida-line: #d8dee8;
  --luida-surface: #ffffff;
  --luida-alt: #f4f6f9;
  --luida-success: #14795b;
}

.luida-react-shell {
  background: var(--luida-alt);
  color: var(--luida-ink);
  margin: 0 auto;
  min-height: 320px;
  padding: 40px 16px;
}

.luida-react-shell[data-luida-react] {
  box-sizing: border-box;
}

.luida-react-noscript,
.luida-react-build-missing {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #7c2d12;
  margin: 24px auto;
  max-width: 1120px;
  padding: 16px;
}

.luida-react-page {
  background: var(--luida-alt);
}

.luida-page-content {
  margin: 0 auto;
  max-width: 1120px;
  padding: 24px 16px 0;
}
