/* ===== VoxRanked Custom Scan Tool Styles ===== */

/* Background & Fonts */
body {
  background-color: #f8f9fa;
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  color: #1e1e1e;
}

/* Headline Style */
h1, h2, h3 {
  color: #1e90ff;
  font-weight: 700;
}

/* Buttons */
button,
input[type="submit"] {
  background-color: #1e90ff;
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

button:hover,
input[type="submit"]:hover {
  background-color: #0b6fc2;
  cursor: pointer;
}

/* Links */
a {
  color: #1e90ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Form Fields */
input[type="text"],
input[type="email"],
select {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 15px;
}

/* Footer */
footer {
  font-size: 0.85em;
  text-align: center;
  margin-top: 30px;
  color: #666;
}

/* VoxRanked Branding Box */
.voxranked-header {
  background: #1e90ff;
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
