/* Container da página de rastreamento - sempre tema claro (página pública do site) */
.rastreamento-container {
  background-color: #fff;
}

.form-container {
  max-width: 100%;
  margin-top: 100px;
  background-color: #fff;
  font-family: 'Arial', sans-serif;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
  background-color: inherit;
  text-align: center;
  margin: 10px 0px 10px 0px;
  color: #ccc8c8;
}

.titulo-rastreio {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.descricao-rastreio {
  margin: 0px 0px 15px 0px;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.btn {
  margin: 8px 0px 0px 0px;
}

/* === rastreio / etiqueta === */

.card-rastreamento button,
.btn-primary {
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.h2 {
  text-align: center;
}

.card {
  border-radius: 12px;
}

.fw-bold {
  font-weight: bold;
}

.text-danger {
  color: #d9534f !important;
}

.etiqueta-box {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 50px;
}

.etiqueta-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.etiqueta-box thead th {
  background: var(--rastreamento-cor, #ccc8c8);
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 5px;
}

.etiqueta-box th,
.etiqueta-box td {
  vertical-align: middle;
  border: 1px solid #ccc8c8;
  font-family: 'Arial', sans-serif;
  align-content: center;
}

.rastreamento-logo-transportadora {
  max-width: 120px;
  max-height: 50px;
  object-fit: contain;
}