/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 07 2026 | 15:15:50 */
.mexajuegos-tiendas-hub {
  color: #17212d;
}

.mexajuegos-tiendas-hub__table-wrap {
  overflow-x: auto;
  border-radius: 20px;
}

.mexajuegos-tiendas-hub__table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.mexajuegos-tiendas-hub__thead .mexajuegos-tiendas-hub__head-row {
  background-color: #07113a;
}

.mexajuegos-tiendas-hub__th {
  padding: 14px 16px;
  color: #ffffff;
  font-weight: 700;
  background-color: #07113a;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #c8c8c8;
  text-align: left;
  white-space: nowrap;
}

.mexajuegos-tiendas-hub__th:first-child {
  border-left: 1px solid #c8c8c8;
}

.mexajuegos-tiendas-hub__th--logo {
  text-align: center;
}

.mexajuegos-tiendas-hub__th:nth-child(4),
.mexajuegos-tiendas-hub__th:nth-child(5),
.mexajuegos-tiendas-hub__th:nth-child(6),
.mexajuegos-tiendas-hub__th:nth-child(7),
.mexajuegos-tiendas-hub__td:nth-child(4),
.mexajuegos-tiendas-hub__td:nth-child(5),
.mexajuegos-tiendas-hub__td:nth-child(6),
.mexajuegos-tiendas-hub__td:nth-child(7) {
  text-align: center;
}

.mexajuegos-tiendas-hub__sort-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 700;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.mexajuegos-tiendas-hub__sort-button,
.mexajuegos-tiendas-hub__sort-button:link,
.mexajuegos-tiendas-hub__sort-button:visited,
.mexajuegos-tiendas-hub__sort-button:hover,
.mexajuegos-tiendas-hub__sort-button:active,
.mexajuegos-tiendas-hub__sort-button:focus {
  color: #ffffff;
}

.mexajuegos-tiendas-hub__sort-icons {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.8;
}

.mexajuegos-tiendas-hub__sort-icon {
  font-size: 10px;
  opacity: 0.35;
}

.mexajuegos-tiendas-hub__sort-button.is-asc .mexajuegos-tiendas-hub__sort-icon--asc,
.mexajuegos-tiendas-hub__sort-button.is-desc .mexajuegos-tiendas-hub__sort-icon--desc {
  opacity: 1;
}

.mexajuegos-tiendas-hub__td {
  padding: 12px;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  color: #5c6978;
  vertical-align: middle;
}

.mexajuegos-tiendas-hub__td:first-child {
  border-left: 1px solid #c8c8c8;
}

.mexajuegos-tiendas-hub__tbody .mexajuegos-tiendas-hub__row:nth-child(odd) .mexajuegos-tiendas-hub__td {
  background-color: #ffffff;
}

.mexajuegos-tiendas-hub__tbody .mexajuegos-tiendas-hub__row:nth-child(even) .mexajuegos-tiendas-hub__td {
  background-color: #f3f3f3;
}

.mexajuegos-tiendas-hub__td--logo {
  padding: 0;
  text-align: center;
}

.mexajuegos-tiendas-hub__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 76px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-decoration: none;
}

.mexajuegos-tiendas-hub__logo {
  display: block;
  max-width: 100%;
  max-height: 68px;
  object-fit: contain;
}

.mexajuegos-tiendas-hub__name,
.mexajuegos-tiendas-hub__web {
  color: #0f45aa;
  font-weight: 700;
  text-decoration: none;
}

.mexajuegos-tiendas-hub__name:hover,
.mexajuegos-tiendas-hub__web:hover {
  text-decoration: underline;
}

.mexajuegos-tiendas-hub__td:nth-child(4) .mexajuegos-tiendas-hub__web,
.mexajuegos-tiendas-hub__td:nth-child(5) .mexajuegos-tiendas-hub__pill,
.mexajuegos-tiendas-hub__td:nth-child(7) .mexajuegos-tiendas-hub__pill {
  margin-left: auto;
  margin-right: auto;
}

.mexajuegos-tiendas-hub__pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.mexajuegos-tiendas-hub__pill.is-yes {
  color: #0d6b4f;
  background: #eaf8f2;
  border-color: #cceede;
}

.mexajuegos-tiendas-hub__pill.is-no {
  color: #6d5b00;
  background: #fff8dc;
  border-color: #f1e1a6;
}

.mexajuegos-tiendas-hub__muted {
  color: #7b8795;
}

.mexajuegos-tiendas-hub__empty,
.mexajuegos-tiendas-hub__debug {
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid #dde6ee;
  background: #ffffff;
}

.mexajuegos-tiendas-hub__debug {
  margin-top: 12px;
  font-family: monospace;
  white-space: pre-wrap;
}

@media (min-width: 1024px) {
  .mexajuegos-tiendas-hub__th {
    position: sticky;
    top: -5px;
    z-index: 50;
    background-color: #07113a;
    background-clip: padding-box;
  }
}

@media (max-width: 767px) {
  .mexajuegos-tiendas-hub__table-wrap {
    overflow-x: visible;
  }

  .mexajuegos-tiendas-hub__table {
    min-width: 0;
    width: 100%;
  }

  .mexajuegos-tiendas-hub__th,
  .mexajuegos-tiendas-hub__td {
    padding: 10px;
    font-size: 0.92rem;
  }

  .mexajuegos-tiendas-hub__th:nth-child(4),
  .mexajuegos-tiendas-hub__th:nth-child(5),
  .mexajuegos-tiendas-hub__th:nth-child(6),
  .mexajuegos-tiendas-hub__th:nth-child(7),
  .mexajuegos-tiendas-hub__td:nth-child(4),
  .mexajuegos-tiendas-hub__td:nth-child(5),
  .mexajuegos-tiendas-hub__td:nth-child(6),
  .mexajuegos-tiendas-hub__td:nth-child(7) {
    display: none;
  }

  .mexajuegos-tiendas-hub__td--logo {
    padding: 0;
    width: 110px;
  }

  .mexajuegos-tiendas-hub__logo-link {
    width: 100px;
    height: 54px;
  }

  .mexajuegos-tiendas-hub__logo {
    max-height: 46px;
  }

  .mexajuegos-tiendas-hub__th--logo,
  .mexajuegos-tiendas-hub__td--logo,
  .mexajuegos-tiendas-hub__th:nth-child(2),
  .mexajuegos-tiendas-hub__td:nth-child(2),
  .mexajuegos-tiendas-hub__th:nth-child(3),
  .mexajuegos-tiendas-hub__td:nth-child(3) {
    text-align: center;
  }

  .mexajuegos-tiendas-hub__name {
    display: inline-block;
    text-align: center;
  }
}
