div.warning {
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
/* Evolutronix Robotics - Custom Style */

.evo-footer-note {
    font-size: 0.8rem;
    color: #888;
    text-align: center;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #444;
}

.footer {
    font-size: 0.8rem;
    color: #888;
    text-align: center;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #444;
}
/* optioneel: accentkleur onder kopjes */
h1, h2, h3 {
    border-bottom: 1px solid #00bfa6;
    padding-bottom: 0.2em;
}

/* logo iets kleiner op mobiel */
@media (max-width: 600px) {
    img.logo {
        width: 120px !important;
    }
}

.back-home-wrapper {
  margin-top: 1rem;
  text-align: left;
}

.back-home-button {
  display: inline-block;
  padding: 6px 10px;
  background: #007BFF;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.2;
  border: 1px solid rgba(0,0,0,0.2);
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.back-home-button:hover {
  background: #0056c1;
  box-shadow: 0 4px 8px rgba(0,0,0,.3);
  text-decoration: none !important;
}

