.document-choice-overlay { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(15, 29, 50, .46); overscroll-behavior: contain; box-sizing: border-box; }
.document-choice-sheet { width: 620px; max-width: 100%; max-height: min(88vh, 850px); max-height: min(88dvh, 850px); display: flex; flex-direction: column; padding: 22px; gap: 14px; overflow: hidden; color: #19263b; background: #fff; border-radius: 16px; box-shadow: 0 16px 60px #12203e33; box-sizing: border-box; font-family: inherit; }
.document-choice-sheet .document-choice-title { margin: 0; font-size: 21px; line-height: 1.3; }
.document-choice-sheet .document-choice-hint { margin: 0; color: #65738a; font-size: 14px; line-height: 1.5; }
.document-choice-list { display: grid; gap: 10px; overflow: auto; min-height: 0; overscroll-behavior: contain; padding: 2px; }
.document-choice-sheet .document-choice-option { display: flex; flex-direction: column; gap: 6px; width: 100%; margin: 0; padding: 14px 16px; border: 1px solid #d9e2ef; border-radius: 10px; color: #19263b; background: #fff; text-align: left; font: inherit; cursor: pointer; box-shadow: none; height: auto; min-height: 118px; white-space: normal; overflow-wrap: anywhere; }
.document-choice-sheet .document-choice-option:hover { background: #f3f7ff; border-color: #2b68e8; }
.document-choice-sheet button:focus-visible { outline: 3px solid #2764dd; outline-offset: 2px; }
.document-choice-name { font-size: 15px; line-height: 1.4; }
.document-choice-party { font-size: 14px; }
.document-choice-organization { font-size: 13px; color: #65738a; }
.document-choice-option-footer { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 14px; margin-top: 4px; font-size: 14px; }
.document-choice-amount { font-weight: 700; }
.document-choice-confirm { color: #245fcf; font-weight: 600; }
.document-choice-sheet .document-choice-cancel { flex-shrink: 0; align-self: flex-end; min-height: 40px; min-width: 108px; width: auto; margin: 0; padding: 9px 18px; border: 1px solid #d9e2ef; border-radius: 8px; color: #3e526b; background: #fff; font: inherit; font-size: 14px; cursor: pointer; box-shadow: none; }
@media (max-width: 520px) { .document-choice-overlay { padding: 10px; } .document-choice-sheet { padding: 16px; max-height: 92vh; max-height: 92dvh; gap: 12px; } .document-choice-sheet .document-choice-title { font-size: 20px; } .document-choice-sheet .document-choice-option { min-height: 128px; padding: 12px; } .document-choice-sheet .document-choice-cancel { min-height: 44px; } }
