.gmosign-point-notice { margin: 16px 0; }
.gmosign-file-row { display: flex; align-items: center; gap: 12px; margin-bottom: 5px; }
.gmosign-participants .participant-number { width: 45px; }
.gmosign-participants .signer-type { width: 120px !important; }
.gmosign-participants .participant-name { width: 205px !important; }
.gmosign-participants .participant-email { width: 245px !important; }
.gmosign-participants .gmosign-row-action { width: 72px; text-align: center; }
.gmosign-actions { padding: 28px 0 !important; text-align: center; }
.gmosign-editor { margin: 16px 0; }
.gmosign-editor-toolbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px solid #ddd; background: #f5f5f5; }
.gmosign-editor-toolbar label { display: flex; align-items: center; gap: 6px; margin: 0; }
.gmosign-editor-toolbar .form-control { width: 240px; }
.gmosign-document-stage { height: 760px; overflow: auto; padding: 24px; background: #555; text-align: center; }
.gmosign-document { position: relative; width: 595px; height: 842px; margin: 0 auto; padding: 58px 54px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, .4); color: #333; text-align: left; transform-origin: top center; }
.gmosign-document h2 { margin: 0 0 35px; font-size: 24px; text-align: center; }
.gmosign-document h3 { margin: 28px 0 10px; font-size: 15px; }
.gmosign-document p { font-family: serif; font-size: 13px; line-height: 2; }
.gmosign-document table { width: 100%; margin: 20px 0; border-collapse: collapse; font-family: serif; font-size: 12px; }
.gmosign-document th, .gmosign-document td { padding: 8px; border: 1px solid #777; }
.gmosign-document th { width: 110px; background: #f2f2f2; }
.gmosign-document-page { position: absolute; top: 22px; right: 28px; color: #888; font-size: 11px; }
.gmosign-document .signature-field { position: absolute; width: 135px; height: 54px; box-sizing: border-box; padding: 5px; overflow: hidden; border: 2px solid #2878c8; background: rgba(40, 120, 200, .2); color: #163d66; cursor: move; font-size: 11px; font-weight: bold; user-select: none; }
.gmosign-document .signature-field.participant-2 { border-color: #d88400; background: rgba(216, 132, 0, .2); color: #744700; }
.gmosign-document .signature-field.is-selected { outline: 3px solid #e94343; outline-offset: 1px; }
.gmosign-document .signature-field span { position: absolute; right: 0; bottom: 0; width: 12px; height: 12px; background: #333; }
.tutorial-renewal-menu { display: flex; justify-content: center; gap: 20px; margin: 18px 0; padding: 0; overflow: hidden; }
.tutorial-renewal-menu li { width: 140px; height: 140px; margin: 0; list-style: none; border: 1px solid silver; border-radius: 50%; text-align: center; }
.tutorial-renewal-menu li:hover { background: ghostwhite; }
.tutorial-renewal-menu li.active { background: midnightblue; }
.tutorial-renewal-menu li.active a { color: #fff; }
.tutorial-renewal-menu li a { display: block; width: 100%; height: 100%; padding-top: 14px; }
.tutorial-renewal-menu li a:hover { text-decoration: none; }
.tutorial-renewal-menu li img { display: block; width: 64px; margin: 0 auto -18px; }
