#myword-dropdown {
      position: absolute;
      z-index: 1000;
      background: white;
      border: 2px solid #ccc;
      max-height: 400px;
      overflow-y: auto;
      width: 500px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      display: none;
}
#myword-dropdown.selection-mode { border-color: #28a745; }
.password-option { padding: 8px; cursor: pointer; border-bottom: 1px solid #eee; }
.password-option:hover { background-color: #e6f2ff; }
.password-option.highlighted { background-color: #ffd700; }
