.dashboard-greeting{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.dashboard-greeting h1{margin:0}
.signature-manage-btn{font:inherit;font-size:12px;padding:6px 10px;border:1px solid #d8e3f0;border-radius:7px;color:#476385;background:white;cursor:pointer}
.signature-manage-btn:hover{background:#edf4ff;color:#1769e0}
.signature-preview{min-height:130px;display:flex;align-items:center;justify-content:center;border:1px dashed #bccbdb;border-radius:10px;background:#fff;margin:20px 0}
.approval-signature{display:flex;align-items:center;justify-content:center;min-height:40px;margin:5px 0}
.approval-signature-image{width:110px;height:48px;object-fit:contain}
.approval-signature-name{font-family:'Nanum Pen Script','Segoe Print',cursive!important;font-weight:400!important;font-size:30px!important;line-height:1.2!important;color:#173957;white-space:nowrap}
.signature-preview .approval-signature-image{width:240px;height:100px}
.signature-preview .approval-signature-name{font-size:46px!important}
.signature-upload-label{display:grid;gap:10px;font-weight:600;font-size:14px}
.signature-help{color:#697a8e;font-size:12px;line-height:1.8}
#signatureError{color:#b52626;font-size:13px}
.signature-manage-btn:focus-visible{outline:2px solid #1769e0;outline-offset:3px}
@media print{.approval-signature-image{width:24mm;height:10mm}.approval-signature-name{font-size:22pt!important}.signature-manage-btn{display:none}}
