*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #f5f5f5;
  color: #000;
  font-family: "Source Han Sans SC", sans-serif;
  line-height: 1.6181229773;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

main {
  max-width: 744px;
  margin: 50px auto;
}

p {
  margin-bottom: 1em;
}

hr {
  border-color: #b2b2b2;
  margin: 20px 0;
}

[contenteditable="true"]:empty {
  display: none;
}

.actions-bar {
  display: flex;
}

.alert {
  margin: 0;
  padding: 20px;
}

.alert-info {
  background-color: #e6e6e6;
}

.card {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 100px;
  padding: 30px 46px;
}

.card-header {
  display: flex;
  margin-left: -46px;
  margin-right: -46px;
  margin-bottom: 26px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.card-header::before {
  background-color: #000;
  position: absolute;
  content: '';
  left: 0;
  height: 100%;
  top: 0;
  width: 5px;
}

.card-title {
  color: #000;
  font-family: "Source Han Sans SC Medium";
  font-size: 34px;
  line-height: 40px;
  margin: 0;
}

.card-extra {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.card-body {
  font-family: "Source Han Sans SC Light";
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f0f0f0;
}

.leading-6 {
  line-height: 26px;
}

.leading-loose {
  line-height: 2;
}

.font-normal {
  font-family: "Source Han Sans SC";
}

.font-light {
  font-family: "Source Han Sans SC Light";
}

.text-base {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-right {
  text-align: right;
}

.mb-2\.5 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 40px;
}

.ml-auto {
  margin-left: auto;
}

.d-flex {
  display: flex;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.product-image {
  width: 300px;
}