.camera-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    box-shadow: var(--card-shadow);
}

#video {
    width: 100%;
    height: auto;
    display: block;
}

#canvas {
    display: none;
}

#foto_preview {
    width: 100%;
    height: auto;
    display: none;
    border-radius: 10px;
}

.btn-capture {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

/* Para los errores del form */
.errorlist {
    color: #dc3545;
    list-style: none;
    padding-left: 0;
    font-size: 0.875rem;
}
