.wpud-btn-gh-note{background:0 0;border:none!important;border-radius:0;cursor:pointer;padding:0!important;color:#e67e22!important;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto}.wpud-btn-gh-note:hover{background-color:transparent!important;color:#d35400;border:none}.wpud-btn-gh-note svg{width:20px;height:20px}.wpud-gh-close{color:#fff;font-size:28px;font-weight:700;line-height:1;cursor:pointer;transition:color .2s;opacity:.8}.wpud-gh-close:focus,.wpud-gh-close:hover{color:#fff;opacity:1;text-decoration:none;cursor:pointer}#wpud-gh-notes-modal .wpud-modal-body{height:400px!important;overflow-y:auto;border-bottom:1px solid #e5e5e5}#wpud-gh-notes-modal .wpud-modal-body::-webkit-scrollbar{width:8px}#wpud-gh-notes-modal .wpud-modal-body::-webkit-scrollbar-track{background:#f1f1f1}#wpud-gh-notes-modal .wpud-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}#wpud-gh-notes-modal .wpud-modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#wpud-gh-loading{display:none;text-align:center;padding:30px;color:#666;font-style:italic}.wpud-gh-note-list{list-style:none!important;padding:0!important;margin:0!important}.wpud-gh-note-list li{background:#fff;border:1px solid #e5e7eb;padding:15px;margin-bottom:12px;border-radius:6px;box-shadow:0 1px 2px rgb(0 0 0 / .05);transition:transform .1s}.wpud-gh-note-list li:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgb(0 0 0 / .1)}.wpud-gh-note-list .note-date{font-size:12px;color:#9ca3af;margin-bottom:8px;display:block;font-weight:500}.wpud-gh-note-list .note-content{font-size:14px;color:#374151;line-height:1.6}.wpud-modal-footer{padding:15px 20px;background-color:#f0f0f1;border-top:1px solid #ddd;display:flex;flex-direction:column;gap:10px}#wpud-gh-new-note-text{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:14px;resize:vertical;min-height:60px;box-sizing:border-box;color:#1f473f;background-color:#fff}#wpud-gh-new-note-text:focus{border-color:#1f473f;box-shadow:0 0 0 1px #1f473f;outline:0}#wpud-gh-new-note-text::placeholder{color:#1f473f;opacity:.6}#wpud-gh-submit-note{align-self:flex-end;background-color:#1f473f;color:#fff;border:none;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:13px;font-weight:400;transition:background .2s}#wpud-gh-submit-note:hover{opacity:.9}#wpud-gh-submit-note:disabled{background-color:#a7aaad;cursor:not-allowed}