@charset "UTF-8";

@page {
  size: A4 portrait;
  margin: 10mm 12mm 10mm 12mm;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #000000;
  background: #ffffff;
  font-size: 11pt;
  line-height: 1.35;
  margin: 0;
  padding: 0;
}

.print-container {
  width: 100%;
  max-width: 190mm;
  margin: 0 auto;
}

.no-print {
  display: none !important;
}

/* Cabeçalho Oficial */
.print-header {
  text-align: center;
  border-bottom: 2px solid #000000;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.print-header-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 6px;
}

.print-header-logos img {
  height: 40px;
  object-fit: contain;
}

.print-header h1 {
  font-size: 11pt;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.print-header h2 {
  font-size: 9.5pt;
  font-weight: bold;
  margin: 2px 0 0 0;
}

.print-header h3 {
  font-size: 8.5pt;
  font-weight: normal;
  margin: 2px 0 0 0;
}

.print-title-badge {
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #000000;
  font-weight: bold;
  font-size: 10pt;
  padding: 3px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Blocos de Formulário */
.print-section {
  border: 1px solid #000000;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.print-section-title {
  font-size: 9pt;
  font-weight: bold;
  text-transform: uppercase;
  background: #000000;
  color: #ffffff;
  padding: 2px 6px;
  margin: -8px -10px 8px -10px;
}

.print-line {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
  font-size: 9.5pt;
}

.print-line:last-child {
  margin-bottom: 0;
}

.print-label {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 6px;
}

.print-dots {
  flex: 1;
  border-bottom: 1px dotted #333333;
  min-height: 14px;
}

.print-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.print-grid-3 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}

/* Grade de Cursos para Assinalar */
.print-table-cursos {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4px;
  font-size: 8.5pt;
}

.print-table-cursos th,
.print-table-cursos td {
  border: 1px solid #000000;
  padding: 4px 6px;
  text-align: left;
}

.print-table-cursos th {
  background: #f0f0f0;
  font-weight: bold;
  text-align: center;
}

.print-checkbox-box {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1.5px solid #000000;
  vertical-align: middle;
  margin-right: 6px;
}

/* Termos e Assinatura */
.print-termos {
  font-size: 7.5pt;
  text-align: justify;
  line-height: 1.3;
  margin-bottom: 8px;
  border: 1px solid #666666;
  padding: 6px 8px;
  background: #fafafa;
}

.print-assinatura-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  padding: 0 10px;
}

.print-assinatura-linha {
  width: 55%;
  text-align: center;
  border-top: 1px solid #000000;
  padding-top: 3px;
  font-size: 8.5pt;
  font-weight: bold;
}

/* Canhoto Destacável / Recibo */
.print-recibo-separador {
  border-top: 1.5px dashed #000000;
  position: relative;
  margin: 14px 0 10px 0;
  text-align: center;
}

.print-recibo-separador span {
  position: absolute;
  top: -9px;
  background: #ffffff;
  padding: 0 10px;
  font-size: 7.5pt;
  font-weight: bold;
  letter-spacing: 1px;
}

.print-recibo-box {
  border: 1.5px solid #000000;
  padding: 8px 10px;
  font-size: 8.5pt;
  background: #fdfdfd;
}

.print-recibo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 6px;
}
