body {
font-size: 0.95rem;
}


.card {
border-radius: 12px;
}


.question {
margin-bottom: 1.5rem;
}


.question label {
font-weight: 500;
}

.signature-box {
border: 2px dashed #adb5bd;
border-radius: 8px;
height: 180px;
width: 100%;
background: #fff;
}


.signature-actions {
margin-top: 0.5rem;
}