.order-mailer {
  padding: 2rem;
}

.order-mailer .intro p,
.order-mailer .order p,
.order-mailer.order ul,
.order-mailer .order a,
.order-mailer .closing-text p,
.order-mailer .details,
.order-mailer .products {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
}

.order-mailer h4,
.order-mailer .total {
  font-family: "Bricolage Grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.order-mailer .intro {
  margin: 2rem auto;
  max-width: 550px;
}

.intro-text,
.details,
.product-list,
.closing-text {
  max-width: 550px;
}

.order-mailer .banner {
  text-align: center;
}

.order-mailer .banner img {
  margin: 0 auto;
  max-width: 55px;
}

.order-mailer .logo {
  max-width: 55px;
}

.order-mailer .details {
  background-color: #f8f9fa;
  padding: 1.4rem 1.2rem 1.4rem 1.4rem;
  margin: 1rem auto;
  border-radius: 3px;
}

.order-mailer .details h4,
.order-mailer .products h4 {
  text-align: center;
}

.order-mailer .details p,
.order-mailer .details h4 {
  margin-block-start: 0px;
  margin-block-end: 0.5rem;
}

.order-mailer .products {
  max-width: 550px;
  padding-top: 0.2rem;
  margin: 0.5rem auto;
}

.order-mailer .products h4 {
  margin-block-end: 0.5rem;
}

.order-mailer .products ul {
  padding-inline-start: 1rem;
  line-height: 1.2rem;
}

.order-mailer .details h4 {
  margin-bottom: 1.2rem;
}

.order-mailer .edit-order-details {
  display: block;
  text-align: center;
  margin-top: 1rem;
  color: #111;
}

.order-mailer .total {
  text-align: center;
  margin-top: 1.5rem;
}

.order-mailer .total span {
  background-color: #f3e770;
  padding: 0.6rem 0.8rem;
}

.order-mailer .closing-text {
  margin: 1rem auto;
}

.production-mailer h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  text-transform: uppercase;
}

.production-mailer {
  text-align: center;
}

.production-mailer .title-date {
  font-size: 1.3rem;
}

.production-mailer .order-count {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
}

.production-mailer #no-order {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
}

.production-mailer .store-name {
  font-size: 1.1rem;
}

.production-mailer .title {
  background-color: #f3e770;
  padding: 0.6rem 0.8rem;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.1rem;
}

.production-mailer .category-name {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  margin-top: 1rem;
}

.production-mailer #slot {
  background-color: #f3f4f6;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  width: fit-content;
  margin-bottom: 0.5rem;
}

.production-mailer table {
  margin-bottom: 1rem;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
}
