/* firmas.css - Estilos Firmas Profesionales v6.8.0 */

.firma-card {
    transition: box-shadow 0.2s;
    cursor: pointer;
}
.firma-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.firma-badge {
    font-size: 0.75rem;
}
#signature-canvas {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    width: 100%;
    height: 200px;
    touch-action: none;
    cursor: crosshair;
}
#signature-canvas.active {
    border-color: #0d6efd;
    border-style: solid;
}
.signature-preview-img,
.stamp-preview-img {
    max-height: 120px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px;
    background: #fff;
}
.preview-mockup {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    background: #fff;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
.preview-mockup .preview-sig-area {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}
.preview-mockup .preview-sig-area img {
    max-height: 80px;
    max-width: 100%;
}
.preview-mockup hr {
    width: 200px;
    margin: 0.25rem auto 0.5rem;
    border-top: 1px solid #333;
}
.preview-mockup .preview-stamp-area {
    margin-top: 0.5rem;
}
.preview-mockup .preview-stamp-area img {
    max-height: 60px;
    max-width: 100%;
}
