/**
 * Theme Name: Grand Sunrise
 * Template:   twentytwentyfive
 * ...other header fields
 */
#audit-results {
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  max-width: 500px;
}
#audit-results p {
  margin: 5px 0;
}
#audit-results a {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
#audit-results a:hover {
  background: #005177;
}
