/**
 * @file
 * Embroidery finished-size table (legacy WP e-Commerce look, simplified).
 */

.fondu-embroidery-sizes {
  /*margin: 0.75rem 0 1rem;
  padding: 0.5rem 0.75rem;
  background-color: #fffbeb;
  border: 3px double #8b6914; */
}

.fondu-embroidery-sizes__title {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.fondu-embroidery-sizes__table {
  width: auto;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.fondu-embroidery-sizes__table th,
.fondu-embroidery-sizes__table td {
  padding: 0.25rem;
  border: 3px double #8b6914;
  text-align: left;
  vertical-align: middle;
}

.fondu-embroidery-sizes__table th {
  font-weight: 600;
}

.block-field-blockcommerce-productembroidery-kitfield-scheme-stitches-w
  .content {
  display: block !important;
}
