/* Extracted from testometric-detail.css. Keep selectors scoped to this page wrapper. */

/* testometric-load-cells.css */
/* Extracted from load-cells.html. Keep selectors aligned with that page's standalone markup. */
#testometric-load-cells-page {
      --tm-primary: #a6281f;
      --tm-primary-dark: #8a1f18;
      --tm-primary-light: #c73229;
      --tm-accent: #C9A962;
      --tm-navy: #1a2a36;
      --tm-white: #ffffff;
      --tm-gray-50: #f8fafc;
      --tm-gray-100: #f1f5f9;
      --tm-gray-200: #e2e8f0;
      --tm-gray-300: #cbd5e1;
      --tm-gray-400: #94a3b8;
      --tm-gray-500: #64748b;
      --tm-gray-600: #475569;
      --tm-gray-700: #334155;
      --tm-gray-800: #1e293b;
      --tm-gray-900: #0f172a;
      --font-display: 'Space Grotesk', sans-serif;
      --font-body: 'DM Sans', 'Inter', sans-serif;
    }

    #testometric-load-cells-page *, #testometric-load-cells-page *::before, #testometric-load-cells-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
    #testometric-load-cells-page { font-family: var(--font-body); color: var(--tm-gray-800); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
    #testometric-load-cells-page h1, #testometric-load-cells-page h2, #testometric-load-cells-page h3, #testometric-load-cells-page h4, #testometric-load-cells-page h5 { font-family: var(--font-display); }
    #testometric-load-cells-page a { text-decoration: none; color: inherit; }
    #testometric-load-cells-page img { max-width: 100%; display: block; }

    #testometric-load-cells-page .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
    #testometric-load-cells-page .section { padding: 64px 0; }
    #testometric-load-cells-page .section-alt { background: var(--tm-gray-50); }
    #testometric-load-cells-page .section-eyebrow {
      display: inline-block;
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--tm-primary);
      background: rgba(166,40,31,0.08);
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 14px;
    }
    #testometric-load-cells-page .section-title { font-size: clamp(1.5rem, 2.6vw, 2.2rem); font-weight: 800; color: var(--tm-gray-900); line-height: 1.2; margin-bottom: 14px; }
    #testometric-load-cells-page .section-desc { font-size: 1.05rem; color: var(--tm-gray-500); max-width: 680px; }
    #testometric-load-cells-page .section-header { text-align: center; margin-bottom: 48px; }
    #testometric-load-cells-page .section-header .section-desc { margin: 0 auto; }

    /* Sticky CTA */
#testometric-load-cells-page .sticky-cta {
      position: fixed; bottom: 24px; right: 24px; z-index: 9999;
    }
    #testometric-load-cells-page .sticky-cta a {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--tm-primary); color: #fff;
      padding: 13px 22px; border-radius: 50px;
      font-weight: 700; font-size: 0.9rem; font-family: var(--font-display);
      box-shadow: 0 4px 20px rgba(166,40,31,0.35);
      transition: background 0.2s, transform 0.2s;
    }
    #testometric-load-cells-page .sticky-cta a:hover { background: var(--tm-primary-dark); transform: translateY(-2px); }

    /* Hero */
#testometric-load-cells-page .lc-hero {
      background: linear-gradient(150deg, #ffffff 0%, #fef7f6 55%, #fdf2f1 100%);
      border-bottom: 1.5px solid var(--tm-gray-200);
      padding: 64px 0 64px;
      position: relative;
      overflow: hidden;
    }
    #testometric-load-cells-page .lc-hero::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 55% 60% at 80% 40%, rgba(166,40,31,0.07) 0%, transparent 65%);
      pointer-events: none;
    }
    #testometric-load-cells-page .lc-hero-inner {
      position: relative; z-index: 1;
      display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
      max-width: 1280px; margin: 0 auto; padding: 0 24px;
    }
    #testometric-load-cells-page .lc-hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(166,40,31,0.08); border: 1px solid rgba(166,40,31,0.18);
      color: var(--tm-primary); padding: 6px 16px; border-radius: 100px;
      font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
      margin-bottom: 20px;
    }
    #testometric-load-cells-page .lc-hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--tm-primary); animation: pulse 2s infinite; }
    @keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.4} }
    #testometric-load-cells-page .lc-hero-title { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; color: var(--tm-gray-900); line-height: 1.15; margin-bottom: 20px; }
    #testometric-load-cells-page .lc-hero-highlight { color: var(--tm-primary); }
    #testometric-load-cells-page .lc-hero-desc { font-size: 1.05rem; color: var(--tm-gray-500); line-height: 1.8; margin-bottom: 36px; max-width: 520px; }
    #testometric-load-cells-page .lc-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
    #testometric-load-cells-page .btn-red {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--tm-primary); color: #fff;
      min-height: 44px; padding: 11px 16px; border-radius: 8px; line-height: 1;
      font-weight: 700; font-size: 0.95rem; font-family: var(--font-display);
      transition: background 0.2s;
    }
    #testometric-load-cells-page .btn-red:hover { background: var(--tm-primary-dark); }
    #testometric-load-cells-page .btn-outline-light {
      display: inline-flex; align-items: center; gap: 8px;
      border: 1.5px solid var(--tm-gray-300); color: var(--tm-gray-700);
      min-height: 44px; padding: 11px 16px; border-radius: 8px; line-height: 1;
      font-weight: 600; font-size: 0.95rem; font-family: var(--font-display);
      transition: border-color 0.2s, color 0.2s;
    }
    #testometric-load-cells-page .btn-outline-light:hover { border-color: var(--tm-primary); color: var(--tm-primary); }
    #testometric-load-cells-page .btn-icon { width: 16px; height: 16px; flex-shrink: 0; }

    /* Hero stats panel */
#testometric-load-cells-page .lc-hero-stats-panel {
      background: #ffffff;
      border: 1.5px solid var(--tm-gray-200);
      border-radius: 20px;
      padding: 32px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    }
    #testometric-load-cells-page .lc-hero-stats-title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--tm-gray-400); margin-bottom: 24px; }
    #testometric-load-cells-page .lc-hero-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    #testometric-load-cells-page .lc-stat-item { background: var(--tm-gray-50); border: 1px solid var(--tm-gray-200); border-radius: 12px; padding: 18px 16px; text-align: center; }
    #testometric-load-cells-page .lc-stat-value { font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; color: var(--tm-gray-900); line-height: 1; }
    #testometric-load-cells-page .lc-stat-value.gold { color: #b8611f; }
    #testometric-load-cells-page .lc-stat-value.red { color: var(--tm-primary); }
    #testometric-load-cells-page .lc-stat-label { font-size: 0.72rem; color: var(--tm-gray-400); margin-top: 6px; line-height: 1.3; }
    #testometric-load-cells-page .lc-hero-range-bar {
      margin-top: 20px;
      background: var(--tm-gray-50);
      border: 1px solid var(--tm-gray-200);
      border-radius: 12px;
      padding: 16px 20px;
    }
    #testometric-load-cells-page .lc-range-bar-label { font-size: 0.7rem; color: var(--tm-gray-400); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; }
    #testometric-load-cells-page .lc-range-bar-track {
      height: 8px; background: var(--tm-gray-200); border-radius: 100px; position: relative; overflow: hidden;
    }
    #testometric-load-cells-page .lc-range-bar-fill {
      height: 100%; width: 100%;
      background: linear-gradient(90deg, #C9A962, #e55a50, #a6281f);
      border-radius: 100px;
    }
    #testometric-load-cells-page .lc-range-bar-ends { display: flex; justify-content: space-between; margin-top: 8px; font-size: 0.75rem; color: var(--tm-gray-500); font-family: var(--font-display); font-weight: 600; }

    /* Trust bar */
#testometric-load-cells-page .trust-bar {
      background: var(--tm-gray-900);
      padding: 22px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    #testometric-load-cells-page .trust-bar-inner {
      display: flex; align-items: center; justify-content: center; gap: 40px;
      flex-wrap: wrap; max-width: 1280px; margin: 0 auto; padding: 0 24px;
    }
    #testometric-load-cells-page .trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.6); font-size: 0.82rem; font-weight: 600; }
    #testometric-load-cells-page .trust-item svg { color: var(--tm-accent); flex-shrink: 0; }

    /* What makes these load cells section */
#testometric-load-cells-page .advantage-cards {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 24px;
    }
    #testometric-load-cells-page .advantage-card {
      background: #fff;
      border: 1.5px solid var(--tm-gray-200);
      border-radius: 16px;
      padding: 28px;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    #testometric-load-cells-page .advantage-card:hover { box-shadow: 0 8px 32px rgba(166,40,31,0.1); transform: translateY(-3px); }
    #testometric-load-cells-page .advantage-icon {
      width: 48px; height: 48px; border-radius: 12px;
      background: rgba(166,40,31,0.08);
      display: flex; align-items: center; justify-content: center;
      color: var(--tm-primary);
      margin-bottom: 16px;
    }
    #testometric-load-cells-page .advantage-title { font-size: 1rem; font-weight: 700; color: var(--tm-gray-900); margin-bottom: 8px; }
    #testometric-load-cells-page .advantage-desc { font-size: 0.88rem; color: var(--tm-gray-500); line-height: 1.7; }
    #testometric-load-cells-page .advantage-badge {
      display: inline-block; margin-top: 12px; padding: 4px 12px;
      background: rgba(166,40,31,0.08); color: var(--tm-primary);
      border-radius: 100px; font-size: 0.75rem; font-weight: 700;
      font-family: var(--font-display);
    }

    /* Tier sections */
#testometric-load-cells-page .tier-section {
      padding: 72px 0;
    }
    #testometric-load-cells-page .tier-section:nth-of-type(even) { background: var(--tm-gray-50); }
    #testometric-load-cells-page .tier-layout {
      display: grid;
      grid-template-columns: 1fr 1.6fr;
      gap: 48px;
      align-items: start;
    }
    #testometric-load-cells-page .tier-info { position: sticky; top: 100px; }
    #testometric-load-cells-page .tier-tag {
      display: inline-block;
      padding: 5px 14px;
      border-radius: 100px;
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 14px;
    }
    #testometric-load-cells-page .tier-tag.small { background: rgba(99,102,241,0.1); color: #6366f1; border: 1px solid rgba(99,102,241,0.3); }
    #testometric-load-cells-page .tier-tag.medium { background: rgba(16,185,129,0.1); color: #10b981; border: 1px solid rgba(16,185,129,0.3); }
    #testometric-load-cells-page .tier-tag.large { background: rgba(166,40,31,0.1); color: var(--tm-primary); border: 1px solid rgba(166,40,31,0.3); }
    #testometric-load-cells-page .tier-title { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; color: var(--tm-gray-900); margin-bottom: 14px; }
    #testometric-load-cells-page .tier-range-display {
      display: inline-block;
      font-family: var(--font-display);
      font-size: 1.2rem;
      font-weight: 800;
      padding: 10px 20px;
      border-radius: 12px;
      margin-bottom: 18px;
    }
    #testometric-load-cells-page .tier-range-display.small { background: rgba(99,102,241,0.1); color: #6366f1; }
    #testometric-load-cells-page .tier-range-display.medium { background: rgba(16,185,129,0.1); color: #10b981; }
    #testometric-load-cells-page .tier-range-display.large { background: rgba(166,40,31,0.1); color: var(--tm-primary); }
    #testometric-load-cells-page .tier-desc { font-size: 0.92rem; color: var(--tm-gray-500); line-height: 1.75; margin-bottom: 22px; }
    #testometric-load-cells-page .tier-specs-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    #testometric-load-cells-page .tier-specs-list li {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: 0.88rem; color: var(--tm-gray-700);
    }
    #testometric-load-cells-page .tier-specs-list li::before {
      content: '';
      width: 6px; height: 6px; border-radius: 50%; background: var(--tm-primary);
      flex-shrink: 0; margin-top: 7px;
    }
    #testometric-load-cells-page .tier-specs-list .spec-em { font-weight: 700; color: var(--tm-gray-900); }
    #testometric-load-cells-page .tier-use-cases {
      margin-top: 20px; padding-top: 18px;
      border-top: 1px solid var(--tm-gray-200);
    }
    #testometric-load-cells-page .tier-use-cases-title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--tm-gray-400); margin-bottom: 10px; }
    #testometric-load-cells-page .tier-use-chips { display: flex; flex-wrap: wrap; gap: 8px; }
    #testometric-load-cells-page .use-chip {
      padding: 5px 12px;
      background: var(--tm-gray-100); color: var(--tm-gray-600);
      border-radius: 100px; font-size: 0.78rem; font-weight: 500;
    }

    /* load cell table */
#testometric-load-cells-page .lc-table-wrapper {
      background: #fff;
      border: 1.5px solid var(--tm-gray-200);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    }
    #testometric-load-cells-page .lc-table-header {
      background: var(--tm-primary);
      color: #fff;
      padding: 16px 22px;
      display: flex; align-items: center; justify-content: space-between;
    }
    #testometric-load-cells-page .lc-table-header-title { font-family: var(--font-display); font-size: 0.85rem; font-weight: 700; }
    #testometric-load-cells-page .lc-table-header-badge {
      background: rgba(255,255,255,0.18);
      padding: 4px 12px; border-radius: 100px;
      font-size: 0.72rem; font-weight: 700; font-family: var(--font-display);
    }
    #testometric-load-cells-page .lc-full-table {
      width: 100%;
      border-collapse: collapse;
    }
    #testometric-load-cells-page .lc-full-table thead th {
      padding: 11px 16px;
      background: var(--tm-gray-50);
      font-size: 0.73rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: var(--tm-gray-500);
      border-bottom: 1.5px solid var(--tm-gray-200);
      text-align: left;
    }
    #testometric-load-cells-page .lc-full-table tbody td {
      padding: 11px 16px;
      font-size: 0.84rem;
      color: var(--tm-gray-700);
      border-bottom: 1px solid var(--tm-gray-100);
    }
    #testometric-load-cells-page .lc-full-table tbody tr:last-child td { border-bottom: none; }
    #testometric-load-cells-page .lc-full-table tbody tr:hover { background: rgba(166,40,31,0.03); }
    #testometric-load-cells-page .lc-full-table td.ref-col { font-weight: 700; color: var(--tm-primary); font-family: var(--font-display); }
    #testometric-load-cells-page .lc-full-table td.range-col { font-weight: 700; color: var(--tm-gray-900); }
    #testometric-load-cells-page .lc-table-footer {
      padding: 13px 20px;
      background: #fff5f4;
      border-top: 1.5px solid #fdddd9;
      font-size: 0.78rem;
      color: var(--tm-gray-500);
      display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
    }
    #testometric-load-cells-page .lc-table-footer-badge {
      display: inline-flex; align-items: center; gap: 5px;
      background: rgba(166,40,31,0.08); color: var(--tm-primary);
      padding: 4px 10px; border-radius: 100px;
      font-size: 0.72rem; font-weight: 700; font-family: var(--font-display);
    }

    /* Comparison Section */
#testometric-load-cells-page .comparison-section { padding: 64px 0; background: var(--tm-gray-900); }
    #testometric-load-cells-page .comparison-section .section-eyebrow { background: rgba(201,169,98,0.15); color: var(--tm-accent); }
    #testometric-load-cells-page .comparison-section .section-title { color: #fff; }
    #testometric-load-cells-page .comparison-section .section-desc { color: rgba(255,255,255,0.55); }
    #testometric-load-cells-page .comparison-table-wrapper {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 16px;
      overflow: hidden;
    }
    #testometric-load-cells-page .comparison-table {
      width: 100%;
      border-collapse: collapse;
    }
    #testometric-load-cells-page .comparison-table thead th {
      padding: 16px 20px;
      background: rgba(255,255,255,0.06);
      color: rgba(255,255,255,0.7);
      font-size: 0.8rem;
      font-weight: 700;
      text-align: center;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #testometric-load-cells-page .comparison-table thead th:first-child { text-align: left; }
    #testometric-load-cells-page .comparison-table thead th.highlight-col {
      background: rgba(166,40,31,0.25);
      color: #fff;
      border-left: 2px solid var(--tm-primary);
      border-right: 2px solid var(--tm-primary);
    }
    #testometric-load-cells-page .comparison-table tbody td {
      padding: 14px 20px;
      font-size: 0.84rem;
      color: rgba(255,255,255,0.6);
      text-align: center;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    #testometric-load-cells-page .comparison-table tbody td:first-child { text-align: left; font-weight: 600; color: rgba(255,255,255,0.75); }
    #testometric-load-cells-page .comparison-table tbody tr:last-child td { border-bottom: none; }
    #testometric-load-cells-page .comparison-table tbody td.highlight-col {
      background: rgba(166,40,31,0.1);
      color: #fff;
      font-weight: 700;
      border-left: 2px solid rgba(166,40,31,0.4);
      border-right: 2px solid rgba(166,40,31,0.4);
    }
    #testometric-load-cells-page .check { color: #10b981; font-size: 1rem; }
    #testometric-load-cells-page .cross { color: #ef4444; font-size: 1rem; }
    #testometric-load-cells-page .partial { color: var(--tm-accent); font-size: 1rem; }

    /* Selection Guide */
#testometric-load-cells-page .guide-cards {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 20px;
    }
    #testometric-load-cells-page .guide-card {
      background: #fff;
      border: 1.5px solid var(--tm-gray-200);
      border-radius: 14px;
      padding: 24px;
      transition: box-shadow 0.2s;
    }
    #testometric-load-cells-page .guide-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); }
    #testometric-load-cells-page .guide-card-icon { font-size: 2rem; margin-bottom: 12px; }
    #testometric-load-cells-page .guide-card-title { font-size: 0.95rem; font-weight: 700; color: var(--tm-gray-900); margin-bottom: 6px; }
    #testometric-load-cells-page .guide-card-range {
      display: inline-block;
      padding: 3px 12px; border-radius: 100px;
      font-size: 0.75rem; font-weight: 700;
      background: rgba(166,40,31,0.08); color: var(--tm-primary);
      font-family: var(--font-display); margin-bottom: 10px;
    }
    #testometric-load-cells-page .guide-card-desc { font-size: 0.82rem; color: var(--tm-gray-500); line-height: 1.65; }
    #testometric-load-cells-page .guide-card-standards { margin-top: 10px; font-size: 0.75rem; color: var(--tm-gray-400); font-style: italic; }

    /* FAQ */
#testometric-load-cells-page .faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 860px; margin: 0 auto; }
    #testometric-load-cells-page .faq-item {
      background: #fff;
      border: 1.5px solid var(--tm-gray-200);
      border-radius: 12px;
      overflow: hidden;
    }
    #testometric-load-cells-page .faq-toggle {
      width: 100%; background: none; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: space-between;
      gap: 16px; padding: 18px 22px; text-align: left;
    }
    #testometric-load-cells-page .faq-question { font-size: 0.92rem; font-weight: 600; color: var(--tm-gray-800); line-height: 1.45; }
    #testometric-load-cells-page .faq-chevron { flex-shrink: 0; transition: transform 0.25s; color: var(--tm-gray-400); }
    #testometric-load-cells-page .faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--tm-primary); }
    #testometric-load-cells-page .faq-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, opacity 0.3s; opacity: 0; }
    #testometric-load-cells-page .faq-item.open .faq-body { opacity: 1; }
    #testometric-load-cells-page .faq-answer { padding: 0 22px 18px; font-size: 0.88rem; color: var(--tm-gray-500); line-height: 1.75; }

    /* CTA */
#testometric-load-cells-page .lc-cta {
      background: var(--tm-primary);
      padding: 64px 20px;
      text-align: center;
    }
    #testometric-load-cells-page .lc-cta h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #fff; margin-bottom: 14px; }
    #testometric-load-cells-page .lc-cta p { font-size: 1.05rem; color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 32px; }
    #testometric-load-cells-page .lc-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
    #testometric-load-cells-page .btn-white {
      display: inline-flex; align-items: center; gap: 8px;
      background: #fff; color: var(--tm-primary);
      min-height: 44px; padding: 11px 16px; border-radius: 8px; line-height: 1;
      font-weight: 700; font-size: 0.95rem; font-family: var(--font-display);
      transition: background 0.2s;
    }
    #testometric-load-cells-page .btn-white:hover { background: var(--tm-gray-100); }
    #testometric-load-cells-page .btn-outline-white {
      display: inline-flex; align-items: center; gap: 8px;
      border: 2px solid rgba(255,255,255,0.5); color: #fff;
      min-height: 44px; padding: 11px 16px; border-radius: 8px; line-height: 1;
      font-weight: 600; font-size: 0.95rem; font-family: var(--font-display);
      transition: border-color 0.2s;
    }
    #testometric-load-cells-page .btn-outline-white:hover { border-color: #fff; }

    /* Responsive */
@media (max-width: 1024px) {
      #testometric-load-cells-page .lc-hero-inner { grid-template-columns: 1fr; gap: 40px; }
      #testometric-load-cells-page .tier-layout { grid-template-columns: 1fr; gap: 32px; }
      #testometric-load-cells-page .tier-info { position: static; }
    }
    @media (max-width: 640px) {
      #testometric-load-cells-page .section { padding: 48px 0; }
      #testometric-load-cells-page .lc-hero { padding: 64px 0 48px; }
      #testometric-load-cells-page .trust-bar-inner { gap: 20px; }
      #testometric-load-cells-page .lc-full-table thead th, #testometric-load-cells-page .lc-full-table tbody td { padding: 9px 10px; font-size: 0.78rem; }
      #testometric-load-cells-page .comparison-table thead th, #testometric-load-cells-page .comparison-table tbody td { padding: 10px 12px; font-size: 0.76rem; }
    }




