/* ============================================================
   WQL — Guía de talles (frontend, página de producto)
   ============================================================ */

.wql-size-guide {
  margin: 2em 0 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  clear: both;
  align-self: flex-start;
  justify-self: start;
}

.wql-size-guide__title {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 .75em;
}

.wql-size-guide__wrap {
  overflow-x: auto;
}

.wql-size-guide__table {
  border-collapse: collapse;
  width: 100%;
  font-size: .95em;
  border: 1px solid #e5e7eb !important;
}

.wql-size-guide__table th,
.wql-size-guide__table td {
  padding: .6em 1em;
  border: 1px solid #e5e7eb !important;
  text-align: center;
}

.wql-size-guide__table thead th {
  background: #f3f4f6;
  font-weight: 700;
  white-space: nowrap;
}

.wql-size-guide__table tbody tr:nth-child(even) {
  background: #fafafa;
}
