/* Formulario */
.detection-section {
    padding: 3rem 2rem;
}

.detection-content {
    max-width: 800px;
    margin: 0 auto;
}

.detection-content form {
    margin: 40px 40px;
    padding: 40px 40px;
    background: var(--background);
    border-radius: 12px;
    box-shadow: 0 4px 12px var(--border);
}

.detection-content button {
    width: 100%;
    border: 1px solid var(--border);
}

#modal button,
#modal a {
    font-size: 1rem;
}

#modal button {
    border: 1px solid var(--border);
    padding: 13px 24px;
}

@media screen and (max-width: 768px) {
    .detection-content form {
        margin: 0;
    }
}