@font-face {
  font-family: 'Interstate';
  font-style: normal;
  font-weight: 700;
  src: local(''), url("/fonts/Interstate/Interstate Black.woff") format('woff'), url("/fonts/Interstate/Interstate Black.woff2") format('woff2'), url("/fonts/Interstate/Interstate Black.ttf") format('truetype');
}
@font-face {
  font-family: 'Interstate';
  font-style: normal;
  font-weight: 600;
  src: local(''), url("/fonts/Interstate/Interstate Bold.woff") format('woff'), url("/fonts/Interstate/Interstate Bold.woff2") format('woff2'), url("/fonts/Interstate/Interstate Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'Interstate';
  font-style: normal;
  font-weight: 500;
  src: local(''), url("/fonts/Interstate/Interstate Regular.woff") format('woff'), url("/fonts/Interstate/Interstate Regular.woff2") format('woff2'), url("/fonts/Interstate/Interstate Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Interstate';
  font-style: normal;
  font-weight: 400;
  src: local(''), url("/fonts/Interstate/Interstate Light.woff") format('woff'), url("/fonts/Interstate/Interstate Light.woff2") format('woff2'), url("/fonts/Interstate/Interstate Light.ttf") format('truetype');
}
* {
  font-family: 'Interstate', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.content {
  width: 100%;
}
.print-content-container {
  width: 900px !important;
  margin: 0 auto;
}
.edit-print-container {
  margin: 100px 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}
.edit-print-container .edit-line {
  display: flex;
  flex-flow: column wrap;
  margin: 20px 0 0 20px;
}
.edit-print-container .edit-line p {
  color: #A7A8AC;
  margin-bottom: 5px;
}
.edit-print-container .edit-line p:last-of-type {
  margin-bottom: 0;
  margin-top: 5px;
}
.edit-print-container .edit-line.sized-image img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}
.edit-print-container .edit-container {
  display: flex;
  flex-flow: column wrap;
  margin: 20px 0 0 20px;
}
.edit-print-container .edit-container p {
  color: #A7A8AC;
  margin-bottom: 5px;
}
.edit-print-container .edit-container .edit-container-item-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.edit-print-container .edit-container .edit-Item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  border: solid 1px #d3d4d6;
  width: fit-content;
}
.edit-print-container .edit-item {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: fit-content;
  position: relative;
  padding: 5px;
  margin-bottom: 20px;
  color: #333;
}
.edit-print-container .edit-item > p {
  color: #A7A8AC;
  margin-bottom: 5px;
}
