body {
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  display: flex;
  justify-content: center;
}

.guia {
  background: white;
  border-radius: 12px;
  max-width: 360px;
  width: 100%;
  overflow: hidden;
  padding: 20px;
}

.guia-header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #0047ab;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.guia-header img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.guia-header h1 {
  font-size: 1rem;
  color: #0047ab;
  font-weight: 700;
}

.grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.campo {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 8px 10px;
}

.campo span {
  font-size: 0.7rem;
  color: #64748b;
  display: block;
  margin-bottom: 2px;
}

.campo strong {
  font-size: 0.9rem;
  color: #1e293b;
}

.destaques {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.box.verde {
  background: #78c000;
  color: white;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
}

.box.verde span {
  font-size: 0.7rem;
  display: block;
}

.box.verde strong {
  font-size: 1rem;
}

.observacoes {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 16px;
}

.observacoes span {
  font-size: 0.7rem;
  color: #64748b;
  display: block;
  margin-bottom: 4px;
}

.observacoes p {
  font-size: 0.85rem;
  color: #1e293b;
}

.tabela-area h3 {
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  background: #0047ab;
  padding: 8px 10px;
  margin: 0;
  border-radius: 6px 6px 0 0;
}

.tabela-area table {
  width: 100%;
  border-collapse: collapse;
}

.tabela-area th,
.tabela-area td {
  border: 1px solid #cbd5e1;
  padding: 6px 8px;
  font-size: 0.75rem;
  text-align: left;
}

.tabela-area td:last-child {
font-weight: bold;
color: #555a63;
}

.tabela-area thead th {
  background: #f1f5f9;
  color: #334155;
}


.total-row {
  font-weight: 600;
  background: #f0fdf4;
}

.botao-final {
  width: 100%;
  background: #0047ab;
  color: white;
  border: none;
  padding: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.botao-final:hover {
  background: #00357f;
}

.guia-header img {
width: 100px;
}
