.jo-best-table {
  --jo-best-blue: #1f8ccf;
  --jo-best-blue-dark: #166b9f;
  --jo-best-orange: #f58220;
  --jo-best-orange-dark: #d96f13;
  --jo-best-green: #44a83f;
  --jo-best-red: #c9352b;
  --jo-best-border: #dfe7ed;
  --jo-best-border-light: #edf2f6;
  --jo-best-text: #202428;
  --jo-best-muted: #66737f;
  --jo-best-soft: #f8fbfd;
  margin: 22px 0 36px;
  color: var(--jo-best-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.925em;
  line-height: 1.1em;
}

.jo-best-table * {
  box-sizing: border-box;
}

.jo-best-table + .jo-best-table,
.jo-best-table + .jo-best-simple,
.jo-best-table + .jo-winner-review,
.jo-best-simple + .jo-best-table,
.jo-best-simple + .jo-best-simple,
.jo-best-simple + .jo-winner-review,
.jo-winner-review + .jo-best-table,
.jo-winner-review + .jo-best-simple,
.jo-winner-review + .jo-winner-review {
  margin-top: 54px;
}

.jo-best-table-scroll {
  position: relative;
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--jo-best-border);
  border-radius: 7px;
  background: #fff;
}

.jo-best-table-has-extra:not(.is-expanded) .jo-best-table-scroll::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: max(100%, 820px);
  height: 92px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.42) 38%, rgba(255, 255, 255, 0.82) 72%, #fff);
  -webkit-backdrop-filter: blur(1.8px);
  backdrop-filter: blur(1.8px);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 28%, rgba(0, 0, 0, 1) 72%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 28%, rgba(0, 0, 0, 1) 72%);
}

@media (min-width: 576px) {
  .jo-best-table {
    margin-right: -340px;
  }
}

.jo-best-table-grid {
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
}

.jo-best-table-grid-extra {
  border-top: 0;
}

.jo-best-table-col-score {
  width: 118px;
}

.jo-best-table-col-product {
  width: 250px;
}

.jo-best-table-col-pros,
.jo-best-table-col-cons {
  width: 190px;
}

.jo-best-table-col-buy {
  width: 170px;
}

.jo-best-table-grid th {
  padding: 12px 14px;
  border-bottom: 1px solid var(--jo-best-border);
  background: #ffebde;
  color: #111;
  font-size: 0.9em;
  line-height: 1.15;
  font-weight: bold;
  text-align: left;
}

.jo-best-table-grid td {
  padding: 14px;
  border-bottom: 1px solid var(--jo-best-border-light);
  color: #3e4850;
  font-size: 0.9em;
  line-height: 1.2;
  vertical-align: middle;
}

.jo-best-table-grid td.jo-best-table-list-cell {
  vertical-align: top;
}

.jo-best-table-grid tbody tr:last-child td,
.jo-best-table-extra-wrap .jo-best-table-grid tbody tr:last-child td {
  border-bottom: 0;
}

.jo-best-table-extra-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 280ms ease;
}

.jo-best-table-score-cell {
  text-align: center;
}

.jo-best-table-order,
.jo-best-table-price-label {
  display: block;
  color: var(--jo-best-muted);
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}

.jo-best-table-score-cell strong {
  display: block;
  margin-top: 4px;
  color: var(--jo-best-green);
  font-size: 1.55em;
  line-height: 1;
  font-weight: bold;
}

.jo-best-table-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  min-height: 24px;
  padding: 5px 9px;
  border-radius: 4px;
  background: #eaf6ed;
  color: #2f7f2b;
  font-size: 13px;
  line-height: 1.05;
  font-weight: bold;
}

.jo-best-table-product {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.jo-best-table-product img,
.jo-best-table-image-placeholder {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.jo-best-table-image-placeholder {
  border-radius: 6px;
  background: var(--jo-best-soft);
}

.jo-best-table-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

.jo-best-table .jo-best-table-product-cell a.jo-best-table-product-name,
.jo-best-table-product-name {
  display: block;
  color: #111;
  font-size: 1.08em;
  line-height: 1.22;
  font-weight: bold;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
}

.jo-best-table-product-link:hover,
.jo-best-table-product-link:focus {
  color: var(--jo-best-blue-dark);
  text-decoration-line: underline;
}

.jo-best-table-product-buy-row {
  display: block !important;
  clear: both;
  margin-top: 9px;
}

.jo-best-table .jo-best-table-grid .jo-best-table-product-cell a.jo-best-table-product-buy-link {
  display: inline-block !important;
  color: var(--jo-best-orange) !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
  border-bottom: 0 !important;
}

.jo-best-table .jo-best-table-grid .jo-best-table-product-cell a.jo-best-table-product-buy-link:hover,
.jo-best-table .jo-best-table-grid .jo-best-table-product-cell a.jo-best-table-product-buy-link:focus {
  color: var(--jo-best-orange-dark) !important;
  text-decoration-line: underline !important;
}

.jo-best-table-list {
  margin: 0 !important;
  padding: 0;
  color: #3e4850;
  font-size: 0.98em;
  line-height: 1.25;
  list-style: none;
}

.jo-best-table-list li {
  position: relative;
  margin: 0 0 3px;
  padding-left: 16px;
}

.jo-best-table-list li:last-child {
  margin-bottom: 0;
}

.jo-best-table-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  opacity: 0.85;
}

.jo-best-table-list-pros li::before {
  content: "+";
  color: var(--jo-best-green);
}

.jo-best-table-list-cons li::before {
  content: "-";
  color: var(--jo-best-red);
}

.jo-best-table-empty {
  color: var(--jo-best-muted);
}

.jo-best-table-buy-cell {
  text-align: center;
}

.jo-best-table-price {
  display: block;
  margin: 13px 0 0;
  color: var(--jo-best-muted);
  font-size: 14px !important;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
}

.jo-best-table-price strong {
  color: #111;
  font-weight: bold;
}

.jo-best-table-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 14px 16px !important;
  border-radius: 4px;
  background: var(--jo-best-orange);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 0;
}

.jo-best-table-cta:hover,
.jo-best-table-cta:focus {
  background: var(--jo-best-orange-dark);
  color: #fff !important;
}

.jo-best-table-more {
  display: block;
  position: relative;
  z-index: 3;
  margin: -19px auto 0;
  padding: 10px 18px;
  border: 3px solid #fff;
  border-radius: 4px;
  background: var(--jo-best-blue);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(31, 140, 207, 0.18);
}

.jo-best-table-more:hover,
.jo-best-table-more:focus {
  background: var(--jo-best-blue-dark);
}

.jo-best-table-more[hidden] {
  display: none;
}

.jo-best-simple {
  --jo-best-blue: #1f8ccf;
  --jo-best-blue-dark: #166b9f;
  --jo-best-orange: #f58220;
  --jo-best-orange-dark: #d96f13;
  --jo-best-green: #44a83f;
  --jo-best-border: #dfe7ed;
  --jo-best-border-light: #edf2f6;
  --jo-best-text: #202428;
  --jo-best-muted: #66737f;
  --jo-best-soft: #f8fbfd;
  margin: 22px 0 36px;
  border: 1px solid var(--jo-best-border);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  color: var(--jo-best-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.925em;
}

.jo-best-simple * {
  box-sizing: border-box;
}

.jo-best-simple-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px 118px;
  gap: 8px;
  align-items: center;
}

.jo-best-simple-has-photo .jo-best-simple-row {
  grid-template-columns: minmax(0, 1fr) 64px 118px;
}

.jo-best-simple-head {
  display: none;
}

.jo-best-simple-row {
  padding: 8px 10px;
  border-top: 1px solid var(--jo-best-border-light);
}

.jo-best-simple-row:first-child {
  border-top: 0;
}

.jo-best-simple-row:hover {
  background: #fffbf7;
}

.jo-best-simple-product {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.jo-best-simple-has-photo .jo-best-simple-product {
  grid-template-columns: 44px minmax(0, 1fr);
}

.jo-best-simple-no-photo .jo-best-simple-product {
  grid-template-columns: minmax(0, 1fr);
}

.jo-best-simple-product-copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 7px;
  min-width: 0;
}

.jo-best-simple-image,
.jo-best-simple-image-link {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.jo-best-simple-image img,
.jo-best-simple-product-image,
.jo-best-simple-image-placeholder,
.jo-best-simple-image .jo-best-table-image-placeholder {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.jo-best-simple a.jo-best-simple-name-link,
.jo-best-simple-name-text,
.jo-best-simple-name-link {
  display: inline;
  color: #111;
  font-size: 0.98em;
  line-height: 1.22;
  font-weight: bold;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
}

.jo-best-simple-name-link:hover,
.jo-best-simple-name-link:focus {
  color: var(--jo-best-blue-dark);
  text-decoration-line: underline;
}

.jo-best-simple-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  min-height: 23px;
  padding: 5px 8px;
  border-radius: 4px;
  background: #eaf6ed;
  color: #2f7f2b;
  font-size: 12.5px;
  line-height: 1.05;
  font-weight: bold;
  vertical-align: middle;
}

.jo-best-simple-rating strong {
  color: var(--jo-best-green);
  font-size: 1.12em;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}

.jo-best-simple-empty {
  color: var(--jo-best-muted);
}

.jo-best-simple-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 8px !important;
  border: 1px solid var(--jo-best-orange);
  border-radius: 4px;
  background: var(--jo-best-orange);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: bold;
}

.jo-best-simple-cta:hover,
.jo-best-simple-cta:focus {
  background: var(--jo-best-orange-dark);
  color: #fff !important;
}

.jo-winner-review {
  --jo-best-blue: #1f8ccf;
  --jo-best-blue-dark: #166b9f;
  --jo-best-orange: #f58220;
  --jo-best-orange-dark: #d96f13;
  --jo-best-green: #44a83f;
  --jo-best-red: #c9352b;
  --jo-best-border: #dfe7ed;
  --jo-best-border-light: #edf2f6;
  --jo-best-text: #202428;
  --jo-best-muted: #66737f;
  --jo-best-soft: #f8fbfd;
  display: grid;
  gap: 18px;
  margin: 24px 0 40px;
  color: var(--jo-best-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.945em;
}

.jo-winner-review * {
  box-sizing: border-box;
}

.jo-winner-review-product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--jo-best-border);
  border-radius: 7px;
  background: #fff;
}

.jo-winner-review-top {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.jo-winner-review-media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.jo-winner-review-image-link,
.jo-winner-review-product-image,
.jo-winner-review-image-placeholder {
  display: block;
  width: 300px;
  height: 300px;
}

.jo-winner-review-image-link {
  overflow: hidden;
}

.jo-winner-review-product-image {
  object-fit: contain;
}

.jo-winner-review-image-placeholder {
  border-radius: 7px;
  background: var(--jo-best-soft);
}

.jo-winner-review-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 12px;
  margin-bottom: 12px;
}

.jo-winner-review-head-mobile {
  display: none;
}

.jo-winner-review-head-desktop {
  margin-bottom: 0;
}

.jo-winner-review-content {
  display: grid;
  align-content: start;
  gap: 14px;
}

.jo-winner-review-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 5px;
  background: #eaf6ed;
  color: #2f7f2b;
  font-size: 13.5px;
  line-height: 1.05;
  font-weight: 900;
}

.jo-winner-review-name,
.jo-winner-review-name-text {
  display: block;
  color: #111;
  font-size: 1.55em;
  line-height: 1.14;
  font-weight: 900;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
}

.jo-winner-review-name:hover,
.jo-winner-review-name:focus {
  color: var(--jo-best-blue-dark);
}

.jo-winner-review-params-wrap {
  position: relative;
}

.jo-winner-review-params {
  max-height: 43px;
  overflow: hidden;
  color: #3e4850;
  font-size: 13.5px;
  line-height: 1.6;
  transition: max-height 260ms ease;
}

.jo-winner-review-params.is-expanded {
  max-height: 500px;
}

.jo-winner-review-param {
  display: inline;
}

.jo-winner-review-param strong {
  color: #111;
}

.jo-winner-review-param-separator {
  display: inline-block;
  margin: 0 7px;
  color: var(--jo-best-muted);
}

.jo-winner-review-params-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
  padding: 6px 10px;
  border: 1px solid var(--jo-best-blue);
  border-radius: 4px;
  background: #fff;
  color: var(--jo-best-blue-dark);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  line-height: 1.15;
  font-weight: bold;
}

.jo-winner-review-params-toggle[hidden] {
  display: none !important;
}

.jo-winner-review-params-toggle:hover,
.jo-winner-review-params-toggle:focus {
  background: #eef8ff;
}

.jo-winner-review-description {
  color: #3e4850;
  font-size: 1em;
  line-height: 1.48;
}

.jo-winner-review-description p {
  margin: 0 0 10px !important;
}

.jo-winner-review-description p:last-child {
  margin-bottom: 0 !important;
}

.jo-winner-review-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jo-winner-review-lists h4 {
  margin: 0 0 6px !important;
  color: #111;
  font-size: 14px;
  line-height: 1.15;
}

.jo-winner-review-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 4px;
  text-align: center;
}

.jo-winner-review-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 220px;
  min-height: 54px;
  padding: 14px 22px !important;
  border-radius: 4px;
  background: var(--jo-best-orange);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.jo-winner-review-cta:hover,
.jo-winner-review-cta:focus {
  background: var(--jo-best-orange-dark);
  color: #fff !important;
}

.jo-winner-review-price {
  display: block;
  margin: 0;
  color: var(--jo-best-muted);
  font-size: 17px;
  line-height: 1.2;
  white-space: nowrap;
}

.jo-winner-review-price strong {
  color: #111;
  font-size: 1.08em;
}

.jo-best-top3 {
  --jo-best-blue: #1f8ccf;
  --jo-best-blue-dark: #166b9f;
  --jo-best-orange: #f58220;
  --jo-best-orange-dark: #d96f13;
  --jo-best-green: #44a83f;
  --jo-best-border: #dfe7ed;
  --jo-best-border-light: #edf2f6;
  --jo-best-text: #202428;
  --jo-best-muted: #66737f;
  margin: 24px 0 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  color: var(--jo-best-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.925em;
}

.jo-best-top3 * {
  box-sizing: border-box;
}

.jo-best-top3-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--jo-best-border);
  border-radius: 7px;
  background: #fff;
  text-align: center;
}

.jo-best-top3-tag {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 5px;
  background: #eaf6ed;
  color: #2f7f2b;
  font-size: 15px;
  line-height: 1.05;
  font-weight: 900;
}

.jo-best-top3-image,
.jo-best-top3-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  overflow: hidden;
}

.jo-best-top3-product-image,
.jo-best-top3-image-placeholder {
  display: block;
  width: 180px;
  height: 180px;
  max-width: 100%;
  object-fit: contain;
}

.jo-best-top3-image-placeholder {
  border-radius: 7px;
  background: #f8fbfd;
}

.jo-best-top3-copy {
  min-width: 0;
}

.jo-best-top3-name,
.jo-best-top3-name-text {
  display: block;
  color: #111;
  font-size: 1.28em;
  line-height: 1.18;
  font-weight: 900;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
}

.jo-best-top3-name:hover,
.jo-best-top3-name:focus {
  color: var(--jo-best-blue-dark);
  text-decoration-line: underline !important;
}

.jo-best-top3-pros {
  display: -webkit-box;
  min-height: 36px;
  margin: 9px 0 0 !important;
  overflow: hidden;
  color: #3e4850;
  font-size: 0.98em;
  line-height: 1.25;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jo-best-top3-pros-empty {
  color: var(--jo-best-muted);
}

.jo-best-top3-action {
  align-self: end;
}

.jo-best-top3-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 12px 14px !important;
  border-radius: 4px;
  background: var(--jo-best-orange);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.jo-best-top3-cta:hover,
.jo-best-top3-cta:focus {
  background: var(--jo-best-orange-dark);
  color: #fff !important;
}

@media (max-width: 620px) {
  .jo-best-table + .jo-best-table,
  .jo-best-table + .jo-best-simple,
  .jo-best-table + .jo-winner-review,
  .jo-best-simple + .jo-best-table,
  .jo-best-simple + .jo-best-simple,
  .jo-best-simple + .jo-winner-review,
  .jo-winner-review + .jo-best-table,
  .jo-winner-review + .jo-best-simple,
  .jo-winner-review + .jo-winner-review {
    margin-top: 44px;
  }

  .jo-best-simple {
    margin: 18px 0 32px;
  }

  .jo-best-simple-row,
  .jo-best-simple-has-photo .jo-best-simple-row {
    grid-template-columns: minmax(0, 1fr) 52px 58px;
    gap: 5px 12px;
    align-items: center;
    padding: 5px 7px;
  }

  .jo-best-simple-product {
    grid-column: 1;
    min-width: 0;
  }

  .jo-best-simple-has-photo .jo-best-simple-product {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 7px;
  }

  .jo-best-simple-image,
  .jo-best-simple-image-link {
    width: 42px;
    height: 42px;
    overflow: hidden;
  }

  .jo-best-simple-image img,
  .jo-best-simple-product-image,
  .jo-best-simple-image-placeholder,
  .jo-best-simple-image .jo-best-table-image-placeholder {
    width: 42px;
    height: 42px;
  }

  .jo-best-simple-name-text,
  .jo-best-simple-name-link {
    display: block;
    line-height: 1.14;
  }

  .jo-best-simple-product-copy {
    display: block;
  }

  .jo-best-simple-tag {
    display: flex;
    width: max-content;
    margin: 1px 0 0;
  }

  .jo-best-simple-rating {
    grid-column: 2;
    text-align: center;
  }

  .jo-best-simple-rating strong {
    font-size: 1.08em;
  }

  .jo-best-simple-action {
    grid-column: 3;
  }

  .jo-best-simple-cta {
    width: 100%;
    min-height: 30px;
    padding: 6px !important;
    border: 1px solid var(--jo-best-orange);
    background: #fff7f0;
    color: var(--jo-best-orange-dark) !important;
    font-size: 12px;
  }

  .jo-best-simple-cta:hover,
  .jo-best-simple-cta:focus {
    background: #ffebde;
    color: var(--jo-best-orange-dark) !important;
  }

  .jo-best-top3 {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin: 18px 0 32px;
  }

  .jo-best-top3-card {
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 7px 12px;
    padding: 12px;
    text-align: left;
  }

  .jo-best-top3-tag {
    grid-column: 2;
    justify-self: start;
    min-height: 25px;
    padding: 5px 9px;
    font-size: 13px;
  }

  .jo-best-top3-image {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: center;
    min-height: 96px;
  }

  .jo-best-top3-image,
  .jo-best-top3-image-link {
    width: 96px;
    height: 96px;
    min-height: 96px;
  }

  .jo-best-top3-product-image,
  .jo-best-top3-image-placeholder {
    width: 96px;
    height: 96px;
  }

  .jo-best-top3-copy {
    grid-column: 2;
  }

  .jo-best-top3-name,
  .jo-best-top3-name-text {
    font-size: 1.08em;
  }

  .jo-best-top3-pros {
    min-height: 0;
    margin-top: 5px !important;
    font-size: 0.94em;
    text-align: left;
  }

  .jo-best-top3-action {
    grid-column: 2;
  }

  .jo-best-top3-cta {
    min-height: 34px;
    padding: 8px 10px !important;
    border: 1px solid var(--jo-best-orange);
    background: #fff7f0;
    color: var(--jo-best-orange-dark) !important;
    font-size: 13px;
    font-weight: bold;
  }

  .jo-best-top3-cta:hover,
  .jo-best-top3-cta:focus {
    background: #ffebde;
    color: var(--jo-best-orange-dark) !important;
  }

  .jo-winner-review {
    gap: 14px;
    margin: 18px 0 32px;
  }

  .jo-winner-review-product-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .jo-winner-review-top {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .jo-winner-review-media {
    align-items: center;
  }

  .jo-winner-review-image-link,
  .jo-winner-review-product-image,
  .jo-winner-review-image-placeholder {
    width: 200px;
    height: 200px;
  }

  .jo-winner-review-head {
    gap: 7px;
    margin-bottom: 10px;
  }

  .jo-winner-review-head-mobile {
    display: flex;
  }

  .jo-winner-review-head-desktop {
    display: none;
  }

  .jo-winner-review-content {
    display: block;
  }

  .jo-winner-review-badge {
    min-height: 25px;
    padding: 5px 9px;
    font-size: 13px;
  }

  .jo-winner-review-name,
  .jo-winner-review-name-text {
    width: 100%;
    font-size: 1.28em;
  }

  .jo-winner-review-params {
    max-height: 63px;
    font-size: 13px;
    line-height: 1.6;
  }

  .jo-winner-review-lists {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .jo-winner-review-buy {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 9px;
    margin-top: 2px;
    text-align: center;
  }

  .jo-winner-review-cta {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 12px 14px !important;
    border: 1px solid var(--jo-best-orange);
    background: var(--jo-best-orange);
    color: #fff !important;
    font-size: 15px;
    font-weight: 900;
  }

  .jo-winner-review-price {
    font-size: 15px;
  }

  .jo-winner-review-cta:hover,
  .jo-winner-review-cta:focus {
    background: var(--jo-best-orange-dark);
    color: #fff !important;
  }
}

@media (max-width: 620px) {
  .jo-best-table {
    margin: 18px 0 32px;
  }

  .jo-best-table-grid {
    min-width: 780px;
  }

  .jo-best-table-has-extra:not(.is-expanded) .jo-best-table-scroll::after {
    width: max(100%, 780px);
  }

  .jo-best-table-grid th,
  .jo-best-table-grid td {
    padding: 12px;
  }

  .jo-best-table-col-score {
    width: 105px;
  }

  .jo-best-table-col-product {
    width: 230px;
  }

  .jo-best-table-col-pros,
  .jo-best-table-col-cons {
    width: 175px;
  }

  .jo-best-table-col-buy {
    width: 150px;
  }

  .jo-best-table-product {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 10px;
  }

  .jo-best-table-image-link {
    width: 66px;
    height: 66px;
  }

  .jo-best-table-product img,
  .jo-best-table-image-placeholder {
    width: 66px;
    height: 66px;
  }

  .jo-best-table-score-cell strong {
    font-size: 22px;
  }

  .jo-best-table-price {
    font-size: 13px !important;
  }

  .jo-best-table-cta {
    min-height: 34px;
    padding: 8px 10px !important;
    border: 1px solid var(--jo-best-orange);
    background: #fff7f0;
    color: var(--jo-best-orange-dark) !important;
    font-size: 13px;
    font-weight: bold;
  }

  .jo-best-table-cta:hover,
  .jo-best-table-cta:focus {
    background: #ffebde;
    color: var(--jo-best-orange-dark) !important;
  }
}
