.post figure.retailer-journey-map {
  width: min(80vw, 1280px);
  max-width: none;
  margin: 2.5rem auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.retailer-journey-map__scroller {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
}

.retailer-journey-map__table {
  width: 100%;
  min-width: 1120px;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.78rem;
  line-height: 1.35;
}

.retailer-journey-map__table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.retailer-journey-map__table tr,
.retailer-journey-map__table tr:nth-child(2n) {
  background: transparent;
  border: 0;
}

.retailer-journey-map__table th,
.retailer-journey-map__table td {
  width: 21.25%;
  padding: 0.8rem 0.9rem;
  border: 0;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: top;
}

.retailer-journey-map__table th:last-child,
.retailer-journey-map__table td:last-child {
  border-right: 0;
}

.retailer-journey-map__table tbody tr:last-child th,
.retailer-journey-map__table tbody tr:last-child td {
  border-bottom: 0;
}

.retailer-journey-map__table thead th {
  background: #a8a5f4;
  color: #111;
  font-weight: 500;
  text-align: left;
}

.retailer-journey-map__table thead th:first-child,
.retailer-journey-map__table tbody th {
  width: 15%;
  background: #f5f5f5;
  color: #111;
  font-weight: 500;
}

.retailer-journey-map__table ul,
.retailer-journey-map__table p {
  width: auto;
  margin: 0;
  color: inherit;
  font-weight: 300;
}

.retailer-journey-map__table ul {
  padding-left: 1rem;
}

.retailer-journey-map__table li {
  margin: 0 0 0.25rem;
}

.retailer-journey-map__table li:last-child {
  margin-bottom: 0;
}

html.theme-dark .retailer-journey-map__scroller {
  border-color: rgba(236, 231, 226, 0.18);
  background: #111;
}

html.theme-dark .retailer-journey-map__table {
  color: #ECE7E2;
}

html.theme-dark .retailer-journey-map__table th,
html.theme-dark .retailer-journey-map__table td {
  border-color: rgba(236, 231, 226, 0.16);
}

html.theme-dark .retailer-journey-map__table thead th {
  background: #6f6ad7;
  color: #f7f4f0;
}

html.theme-dark .retailer-journey-map__table thead th:first-child,
html.theme-dark .retailer-journey-map__table tbody th {
  background: #161616;
  color: #ECE7E2;
}

@media only screen and (max-width: 799px) {
  .post figure.retailer-journey-map {
    width: calc(100vw - 32px);
    margin: 2rem auto;
  }

  .retailer-journey-map__table {
    min-width: 980px;
    font-size: 0.72rem;
  }

  .retailer-journey-map__table th,
  .retailer-journey-map__table td {
    padding: 0.7rem 0.75rem;
  }
}
