.page {
  font-family: 'Calibri Regular', Calibri, Arial, sans-serif;
}

@font-face {
  font-family: 'Calibri Regular';
  src: url('fonts/CalibriRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica-Bold';
  src: url('fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FranklinGothicDemiCondRegular';
  src: url('fonts/FranklinGothicDemiCondRegular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'beyond_the_mountains';
  src: url('fonts/beyond_the_mountains.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Vertical text handling for web print (mPDF uses text-rotate attribute) */
[text-rotate='-90'] {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

[text-rotate='90'] {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.page {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  width: 124mm;
}

body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

tbody {
  width: 100%;
  height: 100%;
}

td {
  padding: 0;
}

.coupon-backside td {
  height: 49mm;
}

.company {
  padding: 5px 20px;
  padding-left: 9mm;
}

.company.front {
  width: 57.39mm;
}

.info {
  padding-right: 4mm;
  width: 50mm;

  padding-bottom: 20px;

  &:last-child {
    padding-bottom: 0;
  }
}

.bar {
  position: relative;
  color: white;
  width: 7.6mm;
  max-width: 7.6mm;
  line-height: 7.6mm;
  font-size: 12px;
  font-weight: bold;
  padding: 0 20px;
}

.bar span {
  width: 49mm;
}

.address,
.extra-info {
  font-size: 13px;
}

.openin-hours-row {
  margin-bottom: 2.4px;
}

.phone {
  margin-top: 6px;
}

.website {
  margin-top: 6px;
}

.openin-hours-row,
.phone,
.website {
  font-size: 12px;
}

.heading {
  font-size: 18px;
  font-weight: bold;
}

.condition {
  font-size: 14px;
}

.extra {
  font-size: 12px;
  margin-bottom: 7px;
}

.delimitations {
  font-size: 11px;
  margin-bottom: 7px;
}

.dates {
  font-size: 11px;
}

img {
  display: block;
  max-width: 30mm;
  max-height: 25mm;
  margin: 0 auto;
}

.logo-backside {
  color: #b8b7b7;
  font-size: 12px;
  padding-left: 5mm;
}
