body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}

h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.upload-container {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.input-file {
  display: none;
}

.upload-button {
  background-color: #0070f3;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 10px;
}

.location-button {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
}

.submit-button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  margin-top: 10px;
}

.confirmation-container {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  background-color: #e8f4fd;
  display: none;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 15px;
}

.data-table th, .data-table td {
  border: 1px solid #dee2e6;
  padding: 8px;
  text-align: left;
}

.data-table th {
  background-color: #e9ecef;
}

.confirm-button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}

.deny-button {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}

.preview-container {
  margin-top: 20px;
  text-align: center;
}

.preview-image {
  max-width: 100%;
  max-height: 300px;
  border-radius: 8px;
  display: none;
}

.status {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

.success {
  background-color: #d4edda;
  color: #155724;
}

.error {
  background-color: #f8d7da;
  color: #721c24;
}

.warning {
  background-color: #fff3cd;
  color: #856404;
}

.location-status {
  margin-top: 10px;
  font-size: 14px;
}

.secondary-tech-section {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
