form input, form textarea {
    display: block;
    margin-bottom: 1em;
    width: 100%;
}
.mcr-hero {
    background: #333 url('../img/bg.jpg') center/cover no-repeat;
    padding: 4em 2em;
    color: white;
    text-align: center;
}
.mcr-cta-buttons {
    margin: 1em 0;
}
.mcr-cta-buttons .btn {
    display: inline-block;
    padding: 0.75em 2em;
    margin: 0.5em;
    background: black;
    color: white;
    text-decoration: none;
}
form input, form button {
    padding: 0.8em;
    margin: 0.5em 0;
    width: 100%;
    max-width: 300px;
}
.mcr-how-it-works, .mcr-recent-reports {
    padding: 2em;
    text-align: center;
}
.mcr-steps {
    display: flex;
    justify-content: center;
    gap: 2em;
}
.mcr-cars {
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
}
.mcr-car {
    border: 1px solid #ddd;
    padding: 1em;
    max-width: 200px;
}
.mcr-report-found {
    text-align: center;
    padding: 2em;
}
/* single-missing_car.php  */
.mcr-btn {
    padding: 8px 12px;
    margin-right: 10px;
    background: #0073aa;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}
.mcr-btn.danger {
    background: #cc0000;
}

form input[type="text"] {
    padding: 6px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
}
form button {
    background: #0073aa;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
}
