@page {
  margin: 0.5cm;
}

body {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.awb-container {
  width: 100%;
  height: auto;
}

.awb-page {
  width: 100%;
  height: auto;
  page-break-inside: avoid;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.font-bold { font-weight: bold; }
.border-black { border-color: black; }

/* Additional AWB specific styles */
.awb-pdf-styles {
  /* This class will be used to identify PDF-specific styles */
}
