/* FTF spec table — loaded on single product pages so the
   Specifications block injected into post_content renders styled. */
.ftf-spec-table {
  width: 100%;
  max-width: 540px;
  border-collapse: collapse;
  margin: 0.75em 0 0.5em;
  font-size: 0.95em;
}
.ftf-spec-table th,
.ftf-spec-table td {
  padding: 0.45em 0.7em;
  border: 1px solid #d8d8d8;
  text-align: left;
}
.ftf-spec-table th {
  background: #f7f7f7;
  width: 45%;
  font-weight: 600;
}
.ftf-spec-note {
  font-size: 0.9em;
  color: #555;
  margin: 0.4em 0 0;
}
