body {
  font-family: 'Roboto', sans-serif;
  color: black;
}

.sheet {
  width: 1056px;
  height: 816px;
  padding: 16px 48px;
  margin: 24px;
  -webkit-box-shadow: 0px 0px 24px 12px gray;
  -moz-box-shadow: 0px 0px 24px 12px gray;
  box-shadow: 0px 0px 24px 12px gray;
}

.label-container {
  width: 192px;
  height: 384px;
  padding: 6px;
  margin-bottom: 16px;
}

.label-product {
  width: 180px;
  padding: 4px;
  border-radius: 8px 8px 0 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  background-color: black;
  color: white;
}

.label-title {
  width: 100px;
  margin-right: 4px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.label-image-container {
  width: 180px;
  height: 172px;
  padding: 0 4px;
  background-color: black;
}

.label-image {
  width: 172px;
  height: 172px;
  border-radius: 0 0 8px 8px;
  background-position: center;
}

.label-details-container {
  width: 180px;
  padding: 0 4px;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  background-color: black;
}

.label-details-color {
  border-radius: 8px;
}

.label-details-tab {
  width: 80px;
  padding: 4px;
  border-radius: 8px 8px 0 0;
  background-color: white;
  color: black;
}

.label-details-gap-container {
  background-color: white;
}

.label-details-gap-begin {
  width: 8px;
  padding: 4px;
  border-radius: 0 0 0 8px;
  background-color: black;
}

.label-details-gap-end {
  width: 8px;
  padding: 4px;
  border-radius: 0 0 8px 0;
  background-color: black;
}

.label-about-container {
  width: 180px;
  padding: 4px;
  border-radius: 0 0 8px 8px;
  background-color: black;
  color: white;
}

.label-barcode-container {
  width: 180px;
  height: 60px;
}
