.location-status {
    padding: 12px;
    margin-bottom: 1rem;
    border-radius: 4px;
    font-weight: bold;
}

.location-status.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.location-status.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.location-status.loading {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.smart-detection-info {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #007cba;
}

.button.submit.locate {
  background-color: #e0e0e0;
  color: #414141;
  margin-bottom: 1rem;
}
