.sizechart-wrapper {
  margin: 1rem 0;
}

.sizechart-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .55rem 1rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: 1px solid #222;
  background: #fff;
  color: #222;
  border-radius: 0;
  transition: background-color .15s ease, color .15s ease;
}

.sizechart-btn:hover,
.sizechart-btn:focus {
  background: #FC818A;
  color: #fff;
  outline: none;
}

.sizechart-btn .material-icons {
  font-size: 1.1rem;
  line-height: 1;
}

.sizechart-modal .modal-header {
  border-bottom: 1px solid #eee;
}

.sizechart-modal .modal-title {
  font-weight: 600;
  letter-spacing: .02em;
}

.sizechart-body {
  padding: 1.5rem;
  color: #333;
  font-size: .95rem;
  line-height: 1.5;
}

.sizechart-body h1,
.sizechart-body h2,
.sizechart-body h3,
.sizechart-body h4 {
  margin: 1.25rem 0 .75rem;
  font-weight: 600;
  color: #111;
}

.sizechart-body h3:first-child,
.sizechart-body h2:first-child,
.sizechart-body h1:first-child {
  margin-top: 0;
}

.sizechart-body table,
.sizechart-body .sizechart-table {
  width: 100%;
  margin: 0 0 1.25rem;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}

.sizechart-body th,
.sizechart-body td {
  padding: .55rem .75rem;
  text-align: center;
  border: 1px solid #e5e5e5;
  font-size: .9rem;
}

.sizechart-body thead th {
  background: #f6f6f6;
  font-weight: 600;
  color: #111;
}

.sizechart-body tbody tr:nth-child(even) td {
  background: #fafafa;
}

@media (max-width: 575px) {
  .sizechart-body {
    padding: 1rem;
  }
  .sizechart-body table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .sizechart-btn {
    width: 100%;
    justify-content: center;
  }
}
