/* Cópia fiel do padrão govbr.consulta-rg-vio.info */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #f5f5f5;
}

.header {
  background-color: #6baa3d;
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.back-button {
  font-size: 24px;
  margin-right: 15px;
  color: white;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}

.header-title {
  font-size: 24px;
  flex-grow: 1;
}

.info-button {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6baa3d;
  font-weight: bold;
}

.content {
  padding: 20px;
  background-color: #f0f0f0;
  min-height: calc(100vh - 60px);
}

.title {
  text-align: center;
  font-size: 32px;
  color: #444;
  margin-bottom: 5px;
}

.subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 20px;
}

.photo-container {
  width: 150px;
  height: 180px;
  border: 5px solid #ddd;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.photo {
  max-width: 140px;
  max-height: 170px;
  object-fit: contain;
  display: block;
}

.info-row {
  margin-bottom: 20px;
}

.info-label {
  color: #6baa3d;
  font-size: 14px;
  margin-bottom: 5px;
}

.info-value {
  font-size: 24px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  min-height: 1.2em;
  word-break: break-word;
}

.loading {
  text-align: center;
  color: #666;
  padding: 40px 10px;
  font-size: 16px;
}
